mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
ea0e29150e
commit
f8e02f31a7
@@ -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"
|
||||
;;
|
||||
*)
|
||||
|
||||
Reference in New Issue
Block a user