mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
images/kvm: check for kvm distro feature
We need the kvm distro feature to trigger the proper KERNEL_FEATURES and hence the proper kvm kernel module packages as listed in this image. We can avoid questions and issues by checking for the required distro feature in the image recipe. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
fd0958ed9e
commit
4be39209be
|
@ -11,6 +11,9 @@ IMAGE_INSTALL = " \
|
|||
kernel-module-kvm-amd \
|
||||
"
|
||||
|
||||
inherit features_check
|
||||
REQUIRED_DISTRO_FEATURES ?= "kvm"
|
||||
|
||||
IMAGE_FEATURES += "ssh-server-openssh"
|
||||
|
||||
IMAGE_LINGUAS = " "
|
||||
|
|
Loading…
Reference in New Issue
Block a user