summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorXiaofeng Yan <xiaofeng.yan@windriver.com>2011-04-29 16:43:57 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-05-04 00:54:39 +0100
commitf8e02f31a74d0c80d4056ab945819809f745b47b (patch)
treebff6fb7e61ecf52b71b0bcad69af35422b2ae11a /scripts
parentea0e29150edb03d785dfca63f220b00d10c6e22e (diff)
downloadast2050-yocto-poky-f8e02f31a74d0c80d4056ab945819809f745b47b.zip
ast2050-yocto-poky-f8e02f31a74d0c80d4056ab945819809f745b47b.tar.gz
create-lsb-iamge:Fix bugs
Change variables "${ARCH}" to "${1}" (From OE-Core rev: 18ac34ad614adaa918daf4bf93ce0eb1f42413c1) Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/create-lsb-image2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/create-lsb-image b/scripts/create-lsb-image
index 94cb337..48b96e2 100755
--- a/scripts/create-lsb-image
+++ b/scripts/create-lsb-image
@@ -81,7 +81,7 @@ case ${1} in
;;
"ppc32")
P_ARCH=ppc
- T_ARCH=${ARCH}
+ T_ARCH=${1}
COM_PACKAGE_LIST="lsb-dist-testkit-4.1.0-5.${T_ARCH}.tar.gz"
;;
*)
OpenPOWER on IntegriCloud