diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2010-09-25 01:41:56 -0400 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-09-30 10:08:55 -0700 |
commit | 5848cc4db66c60e783b15b8a20a40ba4995cd703 (patch) | |
tree | c379df591bb07278e15d86b6ae8ba24390a798a3 /meta | |
parent | 8d5b2224bd042940769ebffd521d68ec3eefbb55 (diff) | |
download | poky-5848cc4db66c60e783b15b8a20a40ba4995cd703.tar.gz |
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 <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-kernel/linux/linux-wrs_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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() { | |||
46 | fi | 46 | fi |
47 | 47 | ||
48 | # updates or generates the target description | 48 | # updates or generates the target description |
49 | updateme ${WORKDIR} | 49 | updateme ${ARCH} ${WORKDIR} |
50 | if [ $? -ne 0 ]; then | 50 | if [ $? -ne 0 ]; then |
51 | echo "ERROR. Could not update ${WRMACHINE}-${LINUX_KERNEL_TYPE}" | 51 | echo "ERROR. Could not update ${WRMACHINE}-${LINUX_KERNEL_TYPE}" |
52 | exit 1 | 52 | exit 1 |