From 5848cc4db66c60e783b15b8a20a40ba4995cd703 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Sat, 25 Sep 2010 01:41:56 -0400 Subject: 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 --- meta/recipes-kernel/linux/linux-wrs_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-kernel') 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 -- cgit v1.2.3-54-g00ecf