Compare commits

...

2 Commits

Author SHA1 Message Date
Samuel Dolt 262783ed86 bblayers.conf: add meta-cn913x 2022-07-05 17:07:04 +02:00
Samuel Dolt 04667d4d1f .gitignore: ignore file generated by bitbake 2022-07-05 16:58:08 +02:00
6 changed files with 15 additions and 0 deletions

7
.gitignore vendored Normal file
View File

@ -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/

4
.gitmodules vendored
View File

@ -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

View File

@ -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 \
" "

View File

@ -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 \
" "

View File

@ -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 \
" "

1
meta-cn913x Submodule

@ -0,0 +1 @@
Subproject commit 419725e456f462aa2e4f97dc1b217f2d126257fd