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:
parent
0e7e2bcfe3
commit
c8ed1a7bf9
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ IMAGE_INSTALL = " \
|
|||
"
|
||||
|
||||
|
||||
IMAGE_INSTALL:append_sota = " mount-overlay"
|
||||
IMAGE_INSTALL:append:sota = " mount-overlay"
|
||||
|
||||
LICENSE = "BSD"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue