diff options
| author | Denys Dmytriyenko <denys@ti.com> | 2012-02-29 15:43:39 -0500 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2012-02-29 15:43:39 -0500 |
| commit | f581b98514272f49c7a4a210a062ee0122b1908f (patch) | |
| tree | 68a8ef8ff760582ed8511f4c7a90e4c09754a8f1 | |
| parent | c44b242d8509738df60a7cbb57f9a5f27e103fad (diff) | |
| download | meta-ti-f581b98514272f49c7a4a210a062ee0122b1908f.tar.gz | |
recipes: fix the remaining missing quotes
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
| -rw-r--r-- | conf/machine/omap4430-panda.conf | 4 | ||||
| -rw-r--r-- | recipes-ti/gstreamer-ti/gstreamer-ti.inc | 3 |
2 files changed, 2 insertions, 5 deletions
diff --git a/conf/machine/omap4430-panda.conf b/conf/machine/omap4430-panda.conf index 8f9f86ef..afa58065 100644 --- a/conf/machine/omap4430-panda.conf +++ b/conf/machine/omap4430-panda.conf | |||
| @@ -7,7 +7,7 @@ require conf/machine/include/omap3.inc | |||
| 7 | EXTRA_IMAGEDEPENDS = "x-load u-boot-sakoman " | 7 | EXTRA_IMAGEDEPENDS = "x-load u-boot-sakoman " |
| 8 | 8 | ||
| 9 | XLOAD_MACHINE = "omap4430panda_config" | 9 | XLOAD_MACHINE = "omap4430panda_config" |
| 10 | XLOAD_LOAD_ADDRESS = 0x40304350 | 10 | XLOAD_LOAD_ADDRESS = "0x40304350" |
| 11 | 11 | ||
| 12 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot-sakoman" | 12 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot-sakoman" |
| 13 | UBOOT_MACHINE = "omap4_panda_config" | 13 | UBOOT_MACHINE = "omap4_panda_config" |
| @@ -32,5 +32,3 @@ SERIAL_CONSOLE = "115200 ttyO2" | |||
| 32 | 32 | ||
| 33 | MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" | 33 | MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" |
| 34 | MACHINE_FEATURES = "kernel26 alsa apm ext2 screen touchscreen usbgadget usbhost vfat" | 34 | MACHINE_FEATURES = "kernel26 alsa apm ext2 screen touchscreen usbgadget usbhost vfat" |
| 35 | |||
| 36 | |||
diff --git a/recipes-ti/gstreamer-ti/gstreamer-ti.inc b/recipes-ti/gstreamer-ti/gstreamer-ti.inc index 401ee263..cb032666 100644 --- a/recipes-ti/gstreamer-ti/gstreamer-ti.inc +++ b/recipes-ti/gstreamer-ti/gstreamer-ti.inc | |||
| @@ -60,7 +60,7 @@ export PLATFORM | |||
| 60 | export GST_TI_PLATFORM | 60 | export GST_TI_PLATFORM |
| 61 | export XDC_PLATFORM | 61 | export XDC_PLATFORM |
| 62 | export XDC_TARGET = "gnu.targets.arm.GCArmv5T" | 62 | export XDC_TARGET = "gnu.targets.arm.GCArmv5T" |
| 63 | export PLATFORM_XDC = ${XDC_PLATFORM} | 63 | export PLATFORM_XDC = "${XDC_PLATFORM}" |
| 64 | export CSTOOL_DIR = "${TOOLCHAIN_PATH}" | 64 | export CSTOOL_DIR = "${TOOLCHAIN_PATH}" |
| 65 | export MVTOOL_DIR = "${TOOLCHAIN_PATH}" | 65 | export MVTOOL_DIR = "${TOOLCHAIN_PATH}" |
| 66 | export MVTOOL_PREFIX = "${TARGET_PREFIX}" | 66 | export MVTOOL_PREFIX = "${TARGET_PREFIX}" |
| @@ -162,4 +162,3 @@ PACKAGE_ARCH = "${MACHINE_ARCH}" | |||
| 162 | 162 | ||
| 163 | INITSCRIPT_NAME = "gstti-init" | 163 | INITSCRIPT_NAME = "gstti-init" |
| 164 | INITSCRIPT_PARAMS = "start 30 5 2 . stop 40 0 1 6 ." | 164 | INITSCRIPT_PARAMS = "start 30 5 2 . stop 40 0 1 6 ." |
| 165 | |||
