From: Bruce Ashfield Date: Sat, 25 Sep 2010 05:41:56 +0000 (-0400) Subject: linux-wrs: pass ARCH to updateme X-Git-Tag: 2011-1~4412 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=5848cc4db66c60e783b15b8a20a40ba4995cd703;p=openembedded-core.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 0e27890a94..9d0f613c9e 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