diff mbox series

[2/2] no-gplv3: Tweak for packagemangement in core-image-full-cmdline

Message ID 20240301093547.1810401-2-richard.purdie@linuxfoundation.org
State Accepted, archived
Commit 29bc855c167ff66aea7ca4681cee85c2557b2308
Headers show
Series [1/2] qemu: Replace workaround with proper usermode fix for shmat | expand

Commit Message

Richard Purdie March 1, 2024, 9:35 a.m. UTC
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.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 meta/conf/distro/include/no-gplv3.inc | 2 ++
 1 file changed, 2 insertions(+)

Comments

Khem Raj March 1, 2024, 4:55 p.m. UTC | #1
On Fri, Mar 1, 2024 at 1:35 AM Richard Purdie <
richard.purdie@linuxfoundation.org> wrote:

> 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.
>
> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
> ---
>  meta/conf/distro/include/no-gplv3.inc | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/meta/conf/distro/include/no-gplv3.inc
> b/meta/conf/distro/include/no-gplv3.inc
> index bb2e836f982..d515fd4ad6b 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"
>

If a distro is not using rpm package backend then it seems to be not
sufficient or did I miss anything


>  # matchbox-terminal depends on vte, which is gpl3
>  CORE_IMAGE_BASE_INSTALL:remove:pn-core-image-weston = "matchbox-terminal"
> --
> 2.40.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#196457):
> https://lists.openembedded.org/g/openembedded-core/message/196457
> Mute This Topic: https://lists.openembedded.org/mt/104660966/1997914
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [
> raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>
diff mbox series

Patch

diff --git a/meta/conf/distro/include/no-gplv3.inc b/meta/conf/distro/include/no-gplv3.inc
index bb2e836f982..d515fd4ad6b 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"