conf,netmodule-linux-image: made networkmanager build and fixed typo

Part of yocto upgrade from dunfell to kirkstone
Signed-off-by: Marc Mattmueller <marc.mattmueller@netmodule.com>
This commit is contained in:
Marc Mattmueller 2022-07-19 15:54:14 +00:00 committed by Alexandre Bard
parent 0e7e2bcfe3
commit c8ed1a7bf9
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ DISTRO_FEATURES = "bluetooth usbhost pci ipv4 ipv6 wifi multiarch usrmerge"
# The BACKFILLed features are features which were defaults in previous
# yocto versions but are now optional.
# Adding them to this variable allow us to remove them.
DISTRO_FEATURES_BACKFILL_CONSIDERED = "pulseaudio gobject-introspection-data ldconfig"
DISTRO_FEATURES_BACKFILL_CONSIDERED = "pulseaudio ldconfig"
EXTRA_IMAGECMD:append_ext4 = " -O ^64bit"
EXTRA_IMAGECMD:append_ota-ext4 = " -O ^64bit"

View File

@ -16,7 +16,7 @@ IMAGE_INSTALL = " \
"
IMAGE_INSTALL:append_sota = " mount-overlay"
IMAGE_INSTALL:append:sota = " mount-overlay"
LICENSE = "BSD"