From: Jan Kiszka <[email protected]> Add the remaining bits to build an image for this new target. Due to the restriction of the Jailhouse packages, this is currently --latest only.
Signed-off-by: Jan Kiszka <[email protected]> --- conf/multiconfig/espressobin-jailhouse.conf | 22 ++++++++++++++++++++++ images.list | 3 ++- scripts/lib/wic/canned-wks/espressobin.wks | 1 + 3 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 conf/multiconfig/espressobin-jailhouse.conf create mode 100644 scripts/lib/wic/canned-wks/espressobin.wks diff --git a/conf/multiconfig/espressobin-jailhouse.conf b/conf/multiconfig/espressobin-jailhouse.conf new file mode 100644 index 0000000..965bbae --- /dev/null +++ b/conf/multiconfig/espressobin-jailhouse.conf @@ -0,0 +1,22 @@ +# +# Jailhouse, a Linux-based partitioning hypervisor +# +# Copyright (c) Siemens AG, 2018 +# +# Authors: +# Jan Kiszka <[email protected]> +# +# SPDX-License-Identifier: GPL-2.0 +# + +MACHINE = "espressobin" + +DISTRO = "jailhouse-demo" +DISTRO_ARCH = "arm64" + +KERNEL_NAME = "jailhouse-arm64" + +IMAGE_TYPE = "wic-img" +WKS_FILE = "espressobin" + +ROOTFS_DEV = "mmcblk0p1" diff --git a/images.list b/images.list index cb7ea75..267c9e8 100644 --- a/images.list +++ b/images.list @@ -1,4 +1,5 @@ qemuamd64 QEMU/KVM Intel-x86 virtual target qemuarm64 QEMU ARM64 virtual target orangepi-zero Orange Pi Zero (256 MB edition) -nuc6cay Intel NUC (NUC6CAY, 8 GB RAM) [requires '--latest'] +nuc6cay Intel NUC (NUC6CAY, 8 GB RAM) [requires '--latest'] +espressobin Marvell ESPRESSObin (1 GB edition) [requires '--latest'] diff --git a/scripts/lib/wic/canned-wks/espressobin.wks b/scripts/lib/wic/canned-wks/espressobin.wks new file mode 100644 index 0000000..739f3e2 --- /dev/null +++ b/scripts/lib/wic/canned-wks/espressobin.wks @@ -0,0 +1 @@ +part / --source rootfs --ondisk mmcblk0 --fstype ext4 --label platform --align 1024 -- 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]. For more options, visit https://groups.google.com/d/optout.
