From: Bruce Ashfield Date: Sat, 25 Sep 2010 05:41:56 +0000 (-0400) Subject: linux-wrs: pass ARCH to updateme X-Git-Tag: yocto-4.0~44112 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5848cc4db66c60e783b15b8a20a40ba4995cd703;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git linux-wrs: pass ARCH to updateme 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 --- diff --git a/meta/recipes-kernel/linux/linux-wrs_git.bb b/meta/recipes-kernel/linux/linux-wrs_git.bb index 0e27890a949..9d0f613c9e8 100644 --- a/meta/recipes-kernel/linux/linux-wrs_git.bb +++ b/meta/recipes-kernel/linux/linux-wrs_git.bb @@ -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