update upstream to scarthgap

This commit is contained in:
Grzegorz Kowalski 2024-08-26 23:27:08 +02:00
parent 4caa53d3a4
commit c6da89044a
3 changed files with 4 additions and 2 deletions

View File

@ -15,4 +15,4 @@ LAYERVERSION_helium = "2"
LAYERDEPENDS_helium = "core openembedded-layer networking-layer"
LAYERSERIES_COMPAT_helium = "mickledore"
LAYERSERIES_COMPAT_helium = "scarthgap"

View File

@ -3,3 +3,6 @@ DEPENDS += " nss"
# WiFi is machine feature, not distro one
PACKAGECONFIG += "${@bb.utils.contains('MACHINE_FEATURES', 'wifi', ' wifi', '', d)}"
# build and install nmtui
PACKAGECONFIG += "nmtui"

View File

@ -9,7 +9,6 @@ RDEPENDS:${PN} = " \
initscripts \
netbase \
networkmanager \
networkmanager-nmtui \
init-ifupdown \
tzdata \
dropbear \