[poky] [PATCH 1/1] create-lsb-iamge:Fix bugs
Xiaofeng Yan
xiaofeng.yan at windriver.com
Fri Apr 29 01:50:39 PDT 2011
From: Xiaofeng Yan <xiaofeng.yan at windriver.com>
Change variables "${ARCH}" to "${1}"
Signed-off-by: Xiaofeng Yan <xiaofeng.yan at windriver.com>
---
scripts/create-lsb-image | 2 +-
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"
;;
*)
--
1.7.0.4
More information about the poky
mailing list