Compare commits
2 Commits
330485aad0
...
262783ed86
| Author | SHA1 | Date |
|---|---|---|
|
|
262783ed86 | |
|
|
04667d4d1f |
|
|
@ -0,0 +1,7 @@
|
||||||
|
# Files and folder generated by bitbake can be safely ignored
|
||||||
|
/build-common/
|
||||||
|
/build*/bitbake.lock
|
||||||
|
/build*/bitbake-cookerdaemon.log
|
||||||
|
/build*/buildhistory/
|
||||||
|
/build*/cache/
|
||||||
|
/build*/tmp/
|
||||||
|
|
@ -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