Add meta-netmodule-wlan

id:425378
This commit is contained in:
Alexandre Bard 2023-08-24 17:13:35 +02:00
parent 7260611e4e
commit 6caf907636
5 changed files with 13 additions and 1 deletions

4
.gitmodules vendored
View File

@ -2,3 +2,7 @@
path = coreos path = coreos
url = ssh://git@bitbucket.gad.local:7999/ico/coreos.git url = ssh://git@bitbucket.gad.local:7999/ico/coreos.git
branch = master 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

View File

@ -41,3 +41,8 @@ PACKAGECONFIG:pn-bluez5 = "systemd udev"
# Wit busybox "less" the output of "nmcli c" does not show up properly # Wit busybox "less" the output of "nmcli c" does not show up properly
RDEPENDS:networkmanager-nmcli += "less" 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"

View File

@ -9,7 +9,8 @@ BBFILE_COLLECTIONS += "meta-nwl-distro"
BBFILE_PATTERN_meta-nwl-distro = "^${LAYERDIR}/" BBFILE_PATTERN_meta-nwl-distro = "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-nwl-distro = "6" BBFILE_PRIORITY_meta-nwl-distro = "6"
LAYERDEPENDS_meta-nwl-distro = "core" LAYERDEPENDS_meta-nwl-distro = "core netmodule-wlan"
LAYERSERIES_COMPAT_meta-nwl-distro = "kirkstone" LAYERSERIES_COMPAT_meta-nwl-distro = "kirkstone"
# Set a variable to get to the top of the metadata location # Set a variable to get to the top of the metadata location

View File

@ -20,5 +20,6 @@ BBLAYERS ?= " \
##COREOS_EXTLAYERSDIR##/meta-swupdate \ ##COREOS_EXTLAYERSDIR##/meta-swupdate \
##NWL_LAYERSDIR##/meta-nwl-distro \ ##NWL_LAYERSDIR##/meta-nwl-distro \
##NWL_LAYERSDIR##/meta-netmodule-legacy-bsp \ ##NWL_LAYERSDIR##/meta-netmodule-legacy-bsp \
##NWL_LAYERSDIR##/meta-netmodule-wlan \
" "