parent
7260611e4e
commit
6caf907636
|
|
@ -2,3 +2,7 @@
|
|||
path = coreos
|
||||
url = ssh://git@bitbucket.gad.local:7999/ico/coreos.git
|
||||
branch = master
|
||||
[submodule "layers/meta-netmodule-wlan"]
|
||||
path = layers/meta-netmodule-wlan
|
||||
url = gitea@git.netmodule.intranet:nrsw-oe/meta-netmodule-wlan.git
|
||||
branch = kirkstone
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
Subproject commit e14df2a2ec15acca43b3bd14f2b9df75c7933904
|
||||
|
|
@ -41,3 +41,8 @@ PACKAGECONFIG:pn-bluez5 = "systemd udev"
|
|||
|
||||
# Wit busybox "less" the output of "nmcli c" does not show up properly
|
||||
RDEPENDS:networkmanager-nmcli += "less"
|
||||
|
||||
|
||||
# Dependency to meta-netmodule-wlan
|
||||
# Reduce priority as we want only what we explicitly take from this layer
|
||||
BBFILE_PRIORITY_netmodule-wlan = "1"
|
||||
|
|
|
|||
|
|
@ -9,7 +9,8 @@ BBFILE_COLLECTIONS += "meta-nwl-distro"
|
|||
BBFILE_PATTERN_meta-nwl-distro = "^${LAYERDIR}/"
|
||||
BBFILE_PRIORITY_meta-nwl-distro = "6"
|
||||
|
||||
LAYERDEPENDS_meta-nwl-distro = "core"
|
||||
LAYERDEPENDS_meta-nwl-distro = "core netmodule-wlan"
|
||||
|
||||
LAYERSERIES_COMPAT_meta-nwl-distro = "kirkstone"
|
||||
|
||||
# Set a variable to get to the top of the metadata location
|
||||
|
|
|
|||
|
|
@ -20,5 +20,6 @@ BBLAYERS ?= " \
|
|||
##COREOS_EXTLAYERSDIR##/meta-swupdate \
|
||||
##NWL_LAYERSDIR##/meta-nwl-distro \
|
||||
##NWL_LAYERSDIR##/meta-netmodule-legacy-bsp \
|
||||
##NWL_LAYERSDIR##/meta-netmodule-wlan \
|
||||
"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue