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:
parent
773946b892
commit
a96df99645
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue