meta-netmodule-wlan: introduce new meta layer for wifi system

Common wlan layer for router and oem software

BugzID: 67888

Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
This commit is contained in:
Ramon Moesching 2020-11-11 14:36:04 +01:00
parent 7a50d15477
commit e8828868a5
3 changed files with 5 additions and 0 deletions

3
.gitmodules vendored
View File

@ -50,3 +50,6 @@
path = meta-netmodule-om path = meta-netmodule-om
url = gitea@git.netmodule.intranet:hancock/meta-openmatics.git url = gitea@git.netmodule.intranet:hancock/meta-openmatics.git
branch = warrior branch = warrior
[submodule "meta-netmodule-wlan"]
path = meta-netmodule-wlan
url = gitea@git.netmodule.intranet:nrsw-oe/meta-netmodule-wlan.git

View File

@ -9,6 +9,7 @@ YOCTOROOT = "${@os.path.abspath(os.path.join("${TOPDIR}", os.pardir))}"
BBLAYERS ?= " \ BBLAYERS ?= " \
${YOCTOROOT}/openembedded-core/meta \ ${YOCTOROOT}/openembedded-core/meta \
${YOCTOROOT}/meta-netmodule-wlan \
${YOCTOROOT}/meta-netmodule-bsp \ ${YOCTOROOT}/meta-netmodule-bsp \
${YOCTOROOT}/meta-netmodule-distro \ ${YOCTOROOT}/meta-netmodule-distro \
${YOCTOROOT}/meta-netmodule-private \ ${YOCTOROOT}/meta-netmodule-private \

1
meta-netmodule-wlan Submodule

@ -0,0 +1 @@
Subproject commit 6e6cbfa97d68fe03e24509cd46693b47a713a746