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:
parent
7a50d15477
commit
e8828868a5
|
|
@ -50,3 +50,6 @@
|
|||
path = meta-netmodule-om
|
||||
url = gitea@git.netmodule.intranet:hancock/meta-openmatics.git
|
||||
branch = warrior
|
||||
[submodule "meta-netmodule-wlan"]
|
||||
path = meta-netmodule-wlan
|
||||
url = gitea@git.netmodule.intranet:nrsw-oe/meta-netmodule-wlan.git
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@ YOCTOROOT = "${@os.path.abspath(os.path.join("${TOPDIR}", os.pardir))}"
|
|||
|
||||
BBLAYERS ?= " \
|
||||
${YOCTOROOT}/openembedded-core/meta \
|
||||
${YOCTOROOT}/meta-netmodule-wlan \
|
||||
${YOCTOROOT}/meta-netmodule-bsp \
|
||||
${YOCTOROOT}/meta-netmodule-distro \
|
||||
${YOCTOROOT}/meta-netmodule-private \
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 6e6cbfa97d68fe03e24509cd46693b47a713a746
|
||||
Loading…
Reference in New Issue