jenkins: merged wlan layser submodule and a submodule init step

This commit is contained in:
Marc Mattmueller 2020-11-11 16:03:22 +01:00
commit 122ddb921a
4 changed files with 6 additions and 0 deletions

3
.gitmodules vendored
View File

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

1
Jenkinsfile vendored
View File

@ -101,6 +101,7 @@ def isRelease(versionParam) {
}
def handle_submodules(versionParam) {
sh 'git submodule init'
if(isRelease(versionParam)) {
sh 'git submodule update' // set all submodules to freezed commit
}

View File

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

1
meta-netmodule-wlan Submodule

@ -0,0 +1 @@
Subproject commit 6e6cbfa97d68fe03e24509cd46693b47a713a746