All of lore.kernel.org
 help / color / mirror / Atom feed
* Need suggestion to handle COMBINED_FEATURES variable.
@ 2022-05-18 14:01 Rahul Chauhan
  2022-05-18 15:58 ` [poky] " Khem Raj
  0 siblings, 1 reply; 6+ messages in thread
From: Rahul Chauhan @ 2022-05-18 14:01 UTC (permalink / raw)
  To: poky

[-- Attachment #1: Type: text/plain, Size: 912 bytes --]

Hi Team,

I need one suggestion.

As we know wifi is the default distro feature.
meta/conf/distro/include/default-distrovars.inc ( https://git.yoctoproject.org/poky/tree/meta/conf/distro/include/default-distrovars.inc ) (this file add the DISTRO_FEATURES_DEFAULT)

packagegroup-base-wifi is dependent on COMBINED_FEATURES wifi.
${@bb.utils.contains('COMBINED_FEATURES', 'wifi', 'packagegroup-base-wifi', '',d)} \

I don't want to include *packagegroup-base-wifi* package group in my build.

One way I can use DISTRO_FEATURES_remove = "wifi" in my distro.

Second thing I can use COMBINED_FEATURES_remove = "wifi".

But here my question is if I am using COMBINED_FEATURES_remove where is the ideal place to keep this variable.

Or suggest me what is the ideal way to remove the combined feature from the build. (I dont't want to keep it in local.conf file)

Thanks in advance.
Rahul Chauhan

[-- Attachment #2: Type: text/html, Size: 1522 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-05-18 17:07 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-18 14:01 Need suggestion to handle COMBINED_FEATURES variable Rahul Chauhan
2022-05-18 15:58 ` [poky] " Khem Raj
2022-05-18 16:30   ` Rahul Chauhan
2022-05-18 16:33     ` [poky] " Khem Raj
2022-05-18 16:47       ` Rahul Chauhan
2022-05-18 17:07         ` [poky] " Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.