update upstream to scarthgap
This commit is contained in:
parent
4caa53d3a4
commit
c6da89044a
@ -15,4 +15,4 @@ LAYERVERSION_helium = "2"
|
|||||||
|
|
||||||
|
|
||||||
LAYERDEPENDS_helium = "core openembedded-layer networking-layer"
|
LAYERDEPENDS_helium = "core openembedded-layer networking-layer"
|
||||||
LAYERSERIES_COMPAT_helium = "mickledore"
|
LAYERSERIES_COMPAT_helium = "scarthgap"
|
||||||
|
|||||||
@ -3,3 +3,6 @@ DEPENDS += " nss"
|
|||||||
|
|
||||||
# WiFi is machine feature, not distro one
|
# WiFi is machine feature, not distro one
|
||||||
PACKAGECONFIG += "${@bb.utils.contains('MACHINE_FEATURES', 'wifi', ' wifi', '', d)}"
|
PACKAGECONFIG += "${@bb.utils.contains('MACHINE_FEATURES', 'wifi', ' wifi', '', d)}"
|
||||||
|
|
||||||
|
# build and install nmtui
|
||||||
|
PACKAGECONFIG += "nmtui"
|
||||||
|
|||||||
@ -9,7 +9,6 @@ RDEPENDS:${PN} = " \
|
|||||||
initscripts \
|
initscripts \
|
||||||
netbase \
|
netbase \
|
||||||
networkmanager \
|
networkmanager \
|
||||||
networkmanager-nmtui \
|
|
||||||
init-ifupdown \
|
init-ifupdown \
|
||||||
tzdata \
|
tzdata \
|
||||||
dropbear \
|
dropbear \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user