summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2026-03-11 23:26:18 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2026-03-11 23:26:18 +0000
commit09a89703b9fb4ce19bd4baabc57bec33c6a8d4a7 (patch)
tree8f775b0e4c0799c06978f4675b9e5337d4d67544
parentaa18b46a7a70a782510d8ba0b7fa5378c6d3630f (diff)
downloadmeta-virtualization-09a89703b9fb4ce19bd4baabc57bec33c6a8d4a7.tar.gz
xen-guest-bundle: drop QA skip for installed-vs-shipped
While we need the buildpaths QA skip due to the 3rd party nature of some bundles, we don't need the installed-vs-shipped. There's no reason why a bundled guest isn't packaging all its files (or deleting them). Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--classes/xen-guest-bundle.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/xen-guest-bundle.bbclass b/classes/xen-guest-bundle.bbclass
index 3fe7754e..94d61e6f 100644
--- a/classes/xen-guest-bundle.bbclass
+++ b/classes/xen-guest-bundle.bbclass
@@ -638,4 +638,4 @@ FILES:${PN} = "${datadir}/xen-guest-bundles"
638 638
639# Guest rootfs images are binary filesystem images that contain build paths 639# Guest rootfs images are binary filesystem images that contain build paths
640# internally (normal for ext4/etc images) and can be large 640# internally (normal for ext4/etc images) and can be large
641INSANE_SKIP:${PN} += "installed-vs-shipped buildpaths" 641INSANE_SKIP:${PN} += "buildpaths"