From: Jan Kiszka <jan.kis...@siemens.com>

This helps to select the right kernel and initrd image files, depending
on the target. We need to update Isar in order to get the new naming
scheme from upstream.

Signed-off-by: Jan Kiszka <jan.kis...@siemens.com>
---
 kas.yml       | 2 +-
 start-qemu.sh | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/kas.yml b/kas.yml
index 09087cd..634f837 100644
--- a/kas.yml
+++ b/kas.yml
@@ -19,7 +19,7 @@ repos:
 
   isar:
     url: https://github.com/ilbers/isar
-    refspec: 17399a2dc0dd1cdde716ce2ec75338346cb20fa4
+    refspec: 5d15bb11f30c6f581c6d8d4065f359301bb1135a
     layers:
       meta:
       meta-isar:
diff --git a/start-qemu.sh b/start-qemu.sh
index 33b5cd7..47ab77b 100755
--- a/start-qemu.sh
+++ b/start-qemu.sh
@@ -54,7 +54,7 @@ shift 1
 ${QEMU_PATH}${QEMU} \
        -drive 
file=${IMAGE_BUILD_DIR}/build/tmp/deploy/images/demo-image-debian-stretch-qemu${DISTRO_ARCH}.ext4.img,discard=unmap,if=none,id=disk,format=raw
 \
        -m 1G -smp 4 -serial mon:stdio -netdev user,id=net \
-       -kernel ${IMAGE_BUILD_DIR}/build/tmp/deploy/images/vmlinuz* \
+       -kernel 
${IMAGE_BUILD_DIR}/build/tmp/deploy/images/vmlinuz*_debian-stretch-qemu$DISTRO_ARCH
 \
        -append "${KERNEL_CMDLINE}" \
-       -initrd ${IMAGE_BUILD_DIR}/build/tmp/deploy/images/initrd.img* \
+       -initrd 
${IMAGE_BUILD_DIR}/build/tmp/deploy/images/initrd.img*_debian-stretch-qemu$DISTRO_ARCH
 \
        ${QEMU_EXTRA_ARGS} "$@"
-- 
2.13.6

-- 
You received this message because you are subscribed to the Google Groups 
"Jailhouse" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jailhouse-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to