mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-05-30 07:20:53 +00:00
recipes: fix the remaining missing quotes
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
@@ -7,7 +7,7 @@ require conf/machine/include/omap3.inc
|
||||
EXTRA_IMAGEDEPENDS = "x-load u-boot-sakoman "
|
||||
|
||||
XLOAD_MACHINE = "omap4430panda_config"
|
||||
XLOAD_LOAD_ADDRESS = 0x40304350
|
||||
XLOAD_LOAD_ADDRESS = "0x40304350"
|
||||
|
||||
PREFERRED_PROVIDER_virtual/bootloader = "u-boot-sakoman"
|
||||
UBOOT_MACHINE = "omap4_panda_config"
|
||||
@@ -32,5 +32,3 @@ SERIAL_CONSOLE = "115200 ttyO2"
|
||||
|
||||
MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
|
||||
MACHINE_FEATURES = "kernel26 alsa apm ext2 screen touchscreen usbgadget usbhost vfat"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user