mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
xvisor-image-minimal: Initial commit of a Xvisor image
Signed-off-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
cc9572a7d6
commit
8ffc613d12
20
recipes-extended/images/xvisor-image-minimal.bb
Normal file
20
recipes-extended/images/xvisor-image-minimal.bb
Normal file
|
@ -0,0 +1,20 @@
|
|||
DESCRIPTION = "A minimal Xvisor image"
|
||||
|
||||
INITRD_IMAGE = "core-image-minimal-initramfs"
|
||||
|
||||
IMAGE_INSTALL += " \
|
||||
packagegroup-core-boot \
|
||||
packagegroup-core-ssh-openssh \
|
||||
"
|
||||
|
||||
# The hypervisor may not be within the dom0 filesystem image but at least
|
||||
# ensure that it is deployable:
|
||||
do_build[depends] += "xvisor:do_deploy"
|
||||
|
||||
LICENSE = "MIT"
|
||||
|
||||
inherit core-image
|
||||
|
||||
# Enable runqemu. eg: runqemu xvisor-image-minimal nographic slirp
|
||||
QB_DEFAULT_KERNEL = "vmm.bin"
|
||||
QB_OPT_APPEND_append_riscv64 = " -cpu rv64,x-h=true "
|
Loading…
Reference in New Issue
Block a user