From f581b98514272f49c7a4a210a062ee0122b1908f Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Wed, 29 Feb 2012 15:43:39 -0500 Subject: recipes: fix the remaining missing quotes Signed-off-by: Denys Dmytriyenko --- 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 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 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 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 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 ." - -- cgit v1.2.3-54-g00ecf