diff --git a/.gitmodules b/.gitmodules index cca7d5c..53c7827 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/build/conf/bblayers.conf b/build/conf/bblayers.conf index b1023d3..97bdfaf 100644 --- a/build/conf/bblayers.conf +++ b/build/conf/bblayers.conf @@ -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 \ diff --git a/meta-netmodule-wlan b/meta-netmodule-wlan new file mode 160000 index 0000000..6e6cbfa --- /dev/null +++ b/meta-netmodule-wlan @@ -0,0 +1 @@ +Subproject commit 6e6cbfa97d68fe03e24509cd46693b47a713a746