summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2024-02-29 22:35:46 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-03-03 16:25:20 +0000
commit9b5c6444f772972544185b7745bd9491194a8cfd (patch)
tree0a051c62bd01d5618029f2f4e82b5cfadc6b9ce7 /meta/conf
parent2387bd6323c9dde513ace2aa3b799b8f71109700 (diff)
downloadpoky-9b5c6444f772972544185b7745bd9491194a8cfd.tar.gz
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 <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/distro/include/no-gplv3.inc2
1 files changed, 2 insertions, 0 deletions
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"
19# so install rpm but not dnf 19# so install rpm but not dnf
20IMAGE_FEATURES:remove:pn-core-image-weston = "package-management" 20IMAGE_FEATURES:remove:pn-core-image-weston = "package-management"
21CORE_IMAGE_EXTRA_INSTALL:pn-core-image-weston += "rpm" 21CORE_IMAGE_EXTRA_INSTALL:pn-core-image-weston += "rpm"
22IMAGE_FEATURES:remove:pn-core-image-full-cmdline = "package-management"
23CORE_IMAGE_EXTRA_INSTALL:pn-core-image-full-cmdline += "rpm"
22 24
23# matchbox-terminal depends on vte, which is gpl3 25# matchbox-terminal depends on vte, which is gpl3
24CORE_IMAGE_BASE_INSTALL:remove:pn-core-image-weston = "matchbox-terminal" 26CORE_IMAGE_BASE_INSTALL:remove:pn-core-image-weston = "matchbox-terminal"