Move wlan layer to external-layers

Having it in "layers" made the update-source-revisions script to update
revisions there too.

id:425378
This commit is contained in:
Alexandre Bard 2023-09-05 12:15:52 +02:00
parent 773946b892
commit a96df99645
4 changed files with 3 additions and 2 deletions

2
.gitmodules vendored
View File

@ -3,6 +3,6 @@
url = ssh://git@bitbucket.gad.local:7999/ico/coreos.git
branch = master
[submodule "layers/meta-netmodule-wlan"]
path = layers/meta-netmodule-wlan
path = external-layers/meta-netmodule-wlan
url = gitea@git.netmodule.intranet:nrsw-oe/meta-netmodule-wlan.git
branch = kirkstone

View File

@ -30,6 +30,7 @@ TEMPLATECONF="${NWL_ROOT}/templates"
# Add support for ##NWLS_LAYERSDIR## inside of bblayer template
coreos-bblayers-envsub NWL_LAYERSDIR "${NWL_ROOT}/layers"
coreos-bblayers-envsub NWL_EXTLAYERSDIR "${NWL_ROOT}/external-layers"
# Add the scripts directory of the NWL to the path
coreos_path_add "${NWL_ROOT}/scripts"

View File

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