]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
linux-wrs: pass ARCH to updateme
authorBruce Ashfield <bruce.ashfield@windriver.com>
Sat, 25 Sep 2010 05:41:56 +0000 (01:41 -0400)
committerSaul Wold <Saul.Wold@intel.com>
Thu, 30 Sep 2010 17:08:55 +0000 (10:08 -0700)
Part of [BUGID #373]

In order to generate BSP definitions for new boards, we need
to know the architecture. So we'll arrange to pass it to
updateme.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
meta/recipes-kernel/linux/linux-wrs_git.bb

index 0e27890a949ebac8697e679ac17578ce2117edad..9d0f613c9e87921d9958367798e005c11d902310 100644 (file)
@@ -46,7 +46,7 @@ do_patch() {
        fi
 
        # updates or generates the target description
-       updateme ${WORKDIR}
+       updateme ${ARCH} ${WORKDIR}
        if [ $? -ne 0 ]; then
                echo "ERROR. Could not update ${WRMACHINE}-${LINUX_KERNEL_TYPE}"
                exit 1