[meta-ti] Denys Dmytriyenko : recipes: fix the remaining missing quotes
Arago Project git
git at arago-project.org
Wed Feb 29 12:44:10 PST 2012
Module: meta-ti
Branch: master
Commit: f581b98514272f49c7a4a210a062ee0122b1908f
URL: http://arago-project.org/git/meta-ti.git?a=commit;h=f581b98514272f49c7a4a210a062ee0122b1908f
Author: Denys Dmytriyenko <denys at ti.com>
Date: Wed Feb 29 15:43:39 2012 -0500
recipes: fix the remaining missing quotes
Signed-off-by: Denys Dmytriyenko <denys at ti.com>
---
conf/machine/omap4430-panda.conf | 4 +---
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 8f9f86e..afa5806 100644
--- a/conf/machine/omap4430-panda.conf
+++ b/conf/machine/omap4430-panda.conf
@@ -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"
-
-
diff --git a/recipes-ti/gstreamer-ti/gstreamer-ti.inc b/recipes-ti/gstreamer-ti/gstreamer-ti.inc
index 401ee26..cb03266 100644
--- a/recipes-ti/gstreamer-ti/gstreamer-ti.inc
+++ b/recipes-ti/gstreamer-ti/gstreamer-ti.inc
@@ -60,7 +60,7 @@ export PLATFORM
export GST_TI_PLATFORM
export XDC_PLATFORM
export XDC_TARGET = "gnu.targets.arm.GCArmv5T"
-export PLATFORM_XDC = ${XDC_PLATFORM}
+export PLATFORM_XDC = "${XDC_PLATFORM}"
export CSTOOL_DIR = "${TOOLCHAIN_PATH}"
export MVTOOL_DIR = "${TOOLCHAIN_PATH}"
export MVTOOL_PREFIX = "${TARGET_PREFIX}"
@@ -162,4 +162,3 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
INITSCRIPT_NAME = "gstti-init"
INITSCRIPT_PARAMS = "start 30 5 2 . stop 40 0 1 6 ."
-
More information about the meta-ti
mailing list