On 02/29/2012 07:29 PM, Norman Schleicher wrote:
Hello,

trying to build for panda fails:

DEBUG: LOAD /var/lib/jenkins/jobs/pandaboard-angstrom/workspace/setup-scripts/sources/meta-ti/conf/machine/omap4430-panda.conf ERROR: Unable to parse conf/bitbake.conf: ParseError at /var/lib/jenkins/jobs/pandaboard-angstrom/workspace/setup-scripts/sources/meta-ti/conf/machine/omap4430-panda.conf:10: unparsed line: 'XLOAD_LOAD_ADDRESS = 0x40304350'
Build step 'Execute shell' marked build as failure

Regards Norman (nschle85)



_______________________________________________
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel

added a patch please apply and test.

Cheers Norman (nschle85)
>From d0bd26e185b26c0e8f0e443548a30d5f732ff432 Mon Sep 17 00:00:00 2001
From: Norman Schleicher <normanschleic...@gmx.de>
Date: Wed, 29 Feb 2012 20:20:41 +0100
Subject: [PATCH 1/1] meta-ti: fix more quotes to make bitbake happy

Signed-off-by: Norman Schleicher <normanschleic...@gmx.de>
---
 conf/machine/omap4430-panda.conf         |    2 +-
 recipes-ti/gstreamer-ti/gstreamer-ti.inc |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/conf/machine/omap4430-panda.conf b/conf/machine/omap4430-panda.conf
index 8f9f86e..28ad921 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"
diff --git a/recipes-ti/gstreamer-ti/gstreamer-ti.inc b/recipes-ti/gstreamer-ti/gstreamer-ti.inc
index 401ee26..05b4d28 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}"
-- 
1.7.5.4

_______________________________________________
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel

Reply via email to