* [PATCH 0/1] create-lsb-image: Fix bugs for ppc
@ 2011-04-29 8:50 Xiaofeng Yan
2011-04-29 8:50 ` [PATCH 1/1] create-lsb-iamge:Fix bugs Xiaofeng Yan
0 siblings, 1 reply; 2+ messages in thread
From: Xiaofeng Yan @ 2011-04-29 8:50 UTC (permalink / raw)
To: poky
From: Xiaofeng Yan <xiaofeng.yan@windriver.com>
Change variable "${ARCH}" to "${1}"
Pull URL: git://git.pokylinux.org/poky-contrib.git
Branch: xiaofeng/create-lsb-image
Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=xiaofeng/create-lsb-image
Thanks,
Xiaofeng Yan <xiaofeng.yan@windriver.com>
---
Xiaofeng Yan (1):
create-lsb-iamge:Fix bugs
scripts/create-lsb-image | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 1/1] create-lsb-iamge:Fix bugs
2011-04-29 8:50 [PATCH 0/1] create-lsb-image: Fix bugs for ppc Xiaofeng Yan
@ 2011-04-29 8:50 ` Xiaofeng Yan
0 siblings, 0 replies; 2+ messages in thread
From: Xiaofeng Yan @ 2011-04-29 8:50 UTC (permalink / raw)
To: poky
From: Xiaofeng Yan <xiaofeng.yan@windriver.com>
Change variables "${ARCH}" to "${1}"
Signed-off-by: Xiaofeng Yan <xiaofeng.yan@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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-04-29 8:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-29 8:50 [PATCH 0/1] create-lsb-image: Fix bugs for ppc Xiaofeng Yan
2011-04-29 8:50 ` [PATCH 1/1] create-lsb-iamge:Fix bugs Xiaofeng Yan
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.