From 9b5c6444f772972544185b7745bd9491194a8cfd Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 29 Feb 2024 22:35:46 +0000 Subject: no-gplv3: Tweak for packagemangement in core-image-full-cmdline If we enable package-management for core-image-full-cmdline we need the workarounds used for core-image-weston to ensure the oe-selftest license QA tests keep working. (From OE-Core rev: 29bc855c167ff66aea7ca4681cee85c2557b2308) Signed-off-by: Richard Purdie --- meta/conf/distro/include/no-gplv3.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/conf/distro/include') diff --git a/meta/conf/distro/include/no-gplv3.inc b/meta/conf/distro/include/no-gplv3.inc index bb2e836f98..d515fd4ad6 100644 --- a/meta/conf/distro/include/no-gplv3.inc +++ b/meta/conf/distro/include/no-gplv3.inc @@ -19,6 +19,8 @@ PACKAGECONFIG:remove:pn-bluez5 = "readline" # so install rpm but not dnf IMAGE_FEATURES:remove:pn-core-image-weston = "package-management" CORE_IMAGE_EXTRA_INSTALL:pn-core-image-weston += "rpm" +IMAGE_FEATURES:remove:pn-core-image-full-cmdline = "package-management" +CORE_IMAGE_EXTRA_INSTALL:pn-core-image-full-cmdline += "rpm" # matchbox-terminal depends on vte, which is gpl3 CORE_IMAGE_BASE_INSTALL:remove:pn-core-image-weston = "matchbox-terminal" -- cgit v1.2.3-54-g00ecf