bblayers.conf: add meta-cn913x
This commit is contained in:
parent
04667d4d1f
commit
262783ed86
|
|
@ -50,3 +50,7 @@
|
||||||
path = meta-netmodule-wlan
|
path = meta-netmodule-wlan
|
||||||
url = gitea@git.netmodule.intranet:nrsw-oe/meta-netmodule-wlan.git
|
url = gitea@git.netmodule.intranet:nrsw-oe/meta-netmodule-wlan.git
|
||||||
branch = master
|
branch = master
|
||||||
|
[submodule "meta-cn913x"]
|
||||||
|
path = meta-cn913x
|
||||||
|
url = git@gitlab.com:netmodule/yoctoproject/meta-cn913x.git
|
||||||
|
branch = main
|
||||||
|
|
|
||||||
|
|
@ -21,5 +21,6 @@ BBLAYERS ?= " \
|
||||||
${YOCTOROOT}/meta-freescale \
|
${YOCTOROOT}/meta-freescale \
|
||||||
${YOCTOROOT}/meta-ublox-module \
|
${YOCTOROOT}/meta-ublox-module \
|
||||||
${YOCTOROOT}/meta-netmodule-om \
|
${YOCTOROOT}/meta-netmodule-om \
|
||||||
|
${YOCTOROOT}/meta-cn913x \
|
||||||
${YOCTOROOT}/meta-netmodule-fct \
|
${YOCTOROOT}/meta-netmodule-fct \
|
||||||
"
|
"
|
||||||
|
|
|
||||||
|
|
@ -21,4 +21,5 @@ BBLAYERS ?= " \
|
||||||
${YOCTOROOT}/meta-freescale \
|
${YOCTOROOT}/meta-freescale \
|
||||||
${YOCTOROOT}/meta-ublox-module \
|
${YOCTOROOT}/meta-ublox-module \
|
||||||
${YOCTOROOT}/meta-netmodule-om \
|
${YOCTOROOT}/meta-netmodule-om \
|
||||||
|
${YOCTOROOT}/meta-cn913x \
|
||||||
"
|
"
|
||||||
|
|
|
||||||
|
|
@ -21,4 +21,5 @@ BBLAYERS ?= " \
|
||||||
${YOCTOROOT}/meta-freescale \
|
${YOCTOROOT}/meta-freescale \
|
||||||
${YOCTOROOT}/meta-ublox-module \
|
${YOCTOROOT}/meta-ublox-module \
|
||||||
${YOCTOROOT}/meta-netmodule-om \
|
${YOCTOROOT}/meta-netmodule-om \
|
||||||
|
${YOCTOROOT}/meta-cn913x \
|
||||||
"
|
"
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 419725e456f462aa2e4f97dc1b217f2d126257fd
|
||||||
Loading…
Reference in New Issue