Re: [yocto-patches] [meta-raspberrypi][PATCH v2] rpi-base: Use MACHINE_FEATURES_DEFAULTS instead of MACHINE_FEATURES
Jörg Sommer <[email protected]>
| Newsgroups | org.yoctoproject.lists.yocto-patches |
|---|---|
| Message-ID | <[email protected]> |
Jörg Sommer via lists.yoctoproject.org schrieb am Sa 11. Apr, 15:26 (+0200): > From: Jörg Sommer <[email protected]> > > This allows the users to opt out from some features like wifi or alsa, if > they don't use it. Is there a chance to get this merged? > Signed-off-by: Jörg Sommer <[email protected]> > --- > conf/machine/include/rpi-base.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/conf/machine/include/rpi-base.inc b/conf/machine/include/rpi-base.inc > index db0bbcc..7a38ab8 100644 > --- a/conf/machine/include/rpi-base.inc > +++ b/conf/machine/include/rpi-base.inc > @@ -126,7 +126,7 @@ KERNEL_IMAGETYPE_DIRECT ??= "zImage" > KERNEL_IMAGETYPE ?= "${@bb.utils.contains('RPI_USE_U_BOOT', '1', \ > '${KERNEL_IMAGETYPE_UBOOT}', '${KERNEL_IMAGETYPE_DIRECT}', d)}" > > -MACHINE_FEATURES += "apm usbhost keyboard vfat ext2 screen touchscreen alsa bluetooth wifi sdio ${@bb.utils.contains('DISABLE_VC4GRAPHICS', '1', '', 'vc4graphics', d)}" > +MACHINE_FEATURES_DEFAULTS:append = " apm usbhost keyboard vfat ext2 screen touchscreen alsa bluetooth wifi sdio ${@bb.utils.contains('DISABLE_VC4GRAPHICS', '1', '', 'vc4graphics', d)}" > > # Raspberry Pi has no hardware clock > MACHINE_FEATURES_OPTED_OUT:append = " rtc" > -- > 2.53.0 > > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#3692): https://lists.yoctoproject.org/g/yocto-patches/message/3692 > Mute This Topic: https://lists.yoctoproject.org/mt/118774729/7646358 > Group Owner: [email protected] > Unsubscribe: https://lists.yoctoproject.org/g/yocto-patches/leave/13178660/7646358/1007512174/xyzzy [[email protected]] > -=-=-=-=-=-=-=-=-=-=-=- > > -- Navimatix GmbH T: 03641 - 327 99 0 Tatzendpromenade 2 F: 03641 - 526 306 07745 Jena www.navimatix.de Geschäftsführer: Steffen Späthe, Jan Rommeley Registergericht: Amtsgericht Jena, HRB 501480
smime.p7s
(application/pkcs7-signature, 4.9 KB) - not displayed