summaryrefslogtreecommitdiffstats
path: root/recipes-extended
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2026-03-10 14:58:15 +0100
committerBruce Ashfield <bruce.ashfield@gmail.com>2026-03-10 22:38:34 +0000
commit5f6b41e41d35507985f562315eea165469df3e6b (patch)
tree3962fd19b394b2207a50749cd45df0c77c880a11 /recipes-extended
parentebe61f2aee8afe4caaa0e2327b8a02c0ded4e330 (diff)
downloadmeta-virtualization-5f6b41e41d35507985f562315eea165469df3e6b.tar.gz
example-xen-guest-bundle: require xen and x11 in DISTRO_FEATURES
to match the image recipe from XEN_GUEST_BUNDLES Fixes: ERROR: Nothing PROVIDES 'xen-guest-image-minimal' xen-guest-image-minimal was skipped: using DISTRO 'distro', which is missing required DISTRO_FEATURES: 'xen' in bitbake world builds Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-extended')
-rw-r--r--recipes-extended/xen-guest-bundles/example-xen-guest-bundle_1.0.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes-extended/xen-guest-bundles/example-xen-guest-bundle_1.0.bb b/recipes-extended/xen-guest-bundles/example-xen-guest-bundle_1.0.bb
index 96e17275..70f12492 100644
--- a/recipes-extended/xen-guest-bundles/example-xen-guest-bundle_1.0.bb
+++ b/recipes-extended/xen-guest-bundles/example-xen-guest-bundle_1.0.bb
@@ -26,7 +26,10 @@ DESCRIPTION = "Demonstrates xen-guest-bundle.bbclass by bundling the \
26LICENSE = "MIT" 26LICENSE = "MIT"
27LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" 27LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
28 28
29inherit xen-guest-bundle 29inherit xen-guest-bundle features_check
30
31# matches xen-guest-image-minimal recipe
32REQUIRED_DISTRO_FEATURES += "${@bb.utils.contains('IMAGE_FEATURES', 'x11', ' x11', '', d)} xen"
30 33
31# Define guests to bundle 34# Define guests to bundle
32# Format: recipe-name[:autostart][:external] 35# Format: recipe-name[:autostart][:external]