| Message ID | 20260402104434.3525234-1-richard.purdie@linuxfoundation.org |
|---|---|
| State | Under Review |
| Headers | show |
| Series | [1/3] local.conf.sample.extended: Drop obsolete DISTRO_FEATURES comments | expand |
On Thu, 2026-04-02 at 11:44 +0100, Richard Purdie via lists.openembedded.org wrote: > These pieces of config are obsolete and not really what users need any more, > just remove them entirely as they are simply confusing. > > Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> > --- > meta/conf/templates/default/local.conf.sample.extended | 6 ------ > 1 file changed, 6 deletions(-) > > diff --git a/meta/conf/templates/default/local.conf.sample.extended b/meta/conf/templates/default/local.conf.sample.extended > index a898b18d59f..999a09dac1c 100644 > --- a/meta/conf/templates/default/local.conf.sample.extended > +++ b/meta/conf/templates/default/local.conf.sample.extended > @@ -31,12 +31,6 @@ > #do_fetch[number_threads] = "4" > # > > - > -#DISTRO_FEATURES = "alsa bluetooth ext2 irda ipv4 ipv6 pcmcia usbgadget usbhost wifi nfs zeroconf pci" > - > -# If you want to get an image based on directfb without x11, Please copy this variable to build/conf/local.conf > -#DISTRO_FEATURES = "alsa bluetooth ext2 irda ipv4 ipv6 pcmcia usbgadget usbhost wifi xattr nfs zeroconf pci 3g directfb" > - > # ENABLE_BINARY_LOCALE_GENERATION controls the generation of binary locale > # packages at build time using qemu-native. Disabling it (by setting it to 0) > # will save some build time at the expense of breaking i18n on devices with This and the two other patches in the series look good to me. Best regards,
diff --git a/meta/conf/templates/default/local.conf.sample.extended b/meta/conf/templates/default/local.conf.sample.extended index a898b18d59f..999a09dac1c 100644 --- a/meta/conf/templates/default/local.conf.sample.extended +++ b/meta/conf/templates/default/local.conf.sample.extended @@ -31,12 +31,6 @@ #do_fetch[number_threads] = "4" # - -#DISTRO_FEATURES = "alsa bluetooth ext2 irda ipv4 ipv6 pcmcia usbgadget usbhost wifi nfs zeroconf pci" - -# If you want to get an image based on directfb without x11, Please copy this variable to build/conf/local.conf -#DISTRO_FEATURES = "alsa bluetooth ext2 irda ipv4 ipv6 pcmcia usbgadget usbhost wifi xattr nfs zeroconf pci 3g directfb" - # ENABLE_BINARY_LOCALE_GENERATION controls the generation of binary locale # packages at build time using qemu-native. Disabling it (by setting it to 0) # will save some build time at the expense of breaking i18n on devices with
These pieces of config are obsolete and not really what users need any more, just remove them entirely as they are simply confusing. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> --- meta/conf/templates/default/local.conf.sample.extended | 6 ------ 1 file changed, 6 deletions(-)