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>
This commit is contained in:
Bruce Ashfield 2010-09-25 01:41:56 -04:00 committed by Saul Wold
parent 8d5b2224bd
commit 5848cc4db6
1 changed files with 1 additions and 1 deletions

View 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