Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] qemuimage-testlib: rename qemuppc image
@ 2012-01-24  1:43 Saul Wold
  2012-01-24 11:01 ` Richard Purdie
  0 siblings, 1 reply; 2+ messages in thread
From: Saul Wold @ 2012-01-24  1:43 UTC (permalink / raw)
  To: openembedded-core

A recent set of changes changed the kernel name from bzImage to vmlinux,
this test needs to change also.

Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
 scripts/qemuimage-testlib |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/qemuimage-testlib b/scripts/qemuimage-testlib
index d0d1b74..222e363 100755
--- a/scripts/qemuimage-testlib
+++ b/scripts/qemuimage-testlib
@@ -440,9 +440,9 @@ Test_Create_Qemu()
 	
 	if [ "$QEMUARCH" = "qemux86" -o "$QEMUARCH" = "qemux86-64" ]; then
 		KERNEL=$(Test_Find_Image -l ${DEPLOY_DIR}/images -k bzImage -a ${QEMUARCH})
-	elif [ "$QEMUARCH" = "qemuarm" -o "$QEMUARCH" = "spitz" -o "$QEMUARCH" = "borzoi" -o "$QEMUARCH" = "akita" -o "$QEMUARCH" = "nokia800" -o "$QEMUARCH" = "qemuppc" ]; then
+	elif [ "$QEMUARCH" = "qemuarm" -o "$QEMUARCH" = "spitz" -o "$QEMUARCH" = "borzoi" -o "$QEMUARCH" = "akita" -o "$QEMUARCH" = "nokia800" ]; then
 		KERNEL=$(Test_Find_Image -l ${DEPLOY_DIR}/images -k zImage -a ${QEMUARCH})
-	elif [ "$QEMUARCH" = "qemumips" ]; then
+	elif [ "$QEMUARCH" = "qemumips" -o "$QEMUARCH" = "qemuppc" ]; then
 		KERNEL=$(Test_Find_Image -l ${DEPLOY_DIR}/images -k vmlinux -a ${QEMUARCH})
 	fi
 
-- 
1.7.6.5




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] qemuimage-testlib: rename qemuppc image
  2012-01-24  1:43 [PATCH] qemuimage-testlib: rename qemuppc image Saul Wold
@ 2012-01-24 11:01 ` Richard Purdie
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Purdie @ 2012-01-24 11:01 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Mon, 2012-01-23 at 17:43 -0800, Saul Wold wrote:
> A recent set of changes changed the kernel name from bzImage to vmlinux,
> this test needs to change also.
> 
> Signed-off-by: Saul Wold <sgw@linux.intel.com>
> ---
>  scripts/qemuimage-testlib |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)

Merged to master, thanks.

Richard




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-01-24 11:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-24  1:43 [PATCH] qemuimage-testlib: rename qemuppc image Saul Wold
2012-01-24 11:01 ` Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox