From: Jan Kiszka <[email protected]> This allows to drop the explicit HOST_DISTRO setting. The new Isar version strongly suggests to add on-device ssh key generation, so do this.
Signed-off-by: Jan Kiszka <[email protected]> --- conf/distro/jailhouse-demo.conf | 4 +--- kas.yml | 2 +- recipes-core/images/demo-image.bb | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/conf/distro/jailhouse-demo.conf b/conf/distro/jailhouse-demo.conf index fe40ca6..faf2455 100644 --- a/conf/distro/jailhouse-demo.conf +++ b/conf/distro/jailhouse-demo.conf @@ -1,7 +1,7 @@ # # Jailhouse, a Linux-based partitioning hypervisor # -# Copyright (c) Siemens AG, 2018 +# Copyright (c) Siemens AG, 2018-2019 # # Authors: # Jan Kiszka <[email protected]> @@ -11,8 +11,6 @@ require conf/distro/debian-stretch.conf -HOST_DISTRO ?= "debian-stretch" - KERNEL_NAME ?= "jailhouse" WKS_FILE = "${MACHINE}.wks" diff --git a/kas.yml b/kas.yml index 0c2a7a3..4ccba88 100644 --- a/kas.yml +++ b/kas.yml @@ -21,7 +21,7 @@ repos: isar: url: https://github.com/ilbers/isar - refspec: 59c7dd2b8b3172d53de1c7a39fbd49751193559a + refspec: bdf8d29eacfde381e4e17a9b953328723cd9bea0 layers: meta: diff --git a/recipes-core/images/demo-image.bb b/recipes-core/images/demo-image.bb index 9917f2a..2cd09e0 100644 --- a/recipes-core/images/demo-image.bb +++ b/recipes-core/images/demo-image.bb @@ -22,4 +22,4 @@ IMAGE_PREINSTALL += " \ IMAGE_INSTALL += "jailhouse-${KERNEL_NAME}" IMAGE_INSTALL += "customizations-${MACHINE} non-root-initramfs" -IMAGE_INSTALL += "expand-on-first-boot" +IMAGE_INSTALL += "expand-on-first-boot sshd-regen-keys" -- 2.16.4 -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jailhouse-dev/a993352053a1b45d55fab9c222bab67ab1099ecc.1562833696.git.jan.kiszka%40siemens.com. For more options, visit https://groups.google.com/d/optout.
