From: Jan Kiszka <[email protected]> Add the machine, and multiconfig, extend images.list. The wks file is the same as for v1.
Signed-off-by: Jan Kiszka <[email protected]> --- conf/machine/ultra96-v2.conf | 16 ++++++++++++++++ conf/multiconfig/ultra96-v2-jailhouse-demo.conf | 14 ++++++++++++++ images.list | 1 + 3 files changed, 31 insertions(+) create mode 100644 conf/machine/ultra96-v2.conf create mode 100644 conf/multiconfig/ultra96-v2-jailhouse-demo.conf diff --git a/conf/machine/ultra96-v2.conf b/conf/machine/ultra96-v2.conf new file mode 100644 index 0000000..dc8b703 --- /dev/null +++ b/conf/machine/ultra96-v2.conf @@ -0,0 +1,16 @@ +# +# Jailhouse, a Linux-based partitioning hypervisor +# +# Copyright (c) Siemens AG, 2019-2020 +# +# Authors: +# Jan Kiszka <[email protected]> +# +# SPDX-License-Identifier: MIT +# + +require ultra96.inc + +ULTRA96_VERSION = "2" + +IMAGE_INSTALL += "wilc-${KERNEL_NAME}" diff --git a/conf/multiconfig/ultra96-v2-jailhouse-demo.conf b/conf/multiconfig/ultra96-v2-jailhouse-demo.conf new file mode 100644 index 0000000..e5441e1 --- /dev/null +++ b/conf/multiconfig/ultra96-v2-jailhouse-demo.conf @@ -0,0 +1,14 @@ +# +# Jailhouse, a Linux-based partitioning hypervisor +# +# Copyright (c) Siemens AG, 2019 +# +# Authors: +# Jan Kiszka <[email protected]> +# +# SPDX-License-Identifier: MIT +# + +MACHINE = "ultra96-v2" + +DISTRO = "jailhouse-demo" diff --git a/images.list b/images.list index 4917813..4e52648 100644 --- a/images.list +++ b/images.list @@ -7,5 +7,6 @@ espressobin Marvell ESPRESSObin (1 GB edition) macchiatobin Marvell MACCHIATObin hikey620 LeMaker HiKey (Kirin 620 SoC, 2 GB edition) ultra96-v1 Avnet Ultra96 v1 +ultra96-v2 Avnet Ultra96 v2 rpi4 Raspberry Pi 4 (1-8 GB editions) pine64-plus Pine64+ (Allwinner A64, 2 GB edition) -- 2.26.2 -- 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/af2301ef6d507ebed2e98fad77b7a6b36909f699.1601876389.git.jan.kiszka%40siemens.com.
