jenkins: merged wlan layser submodule and a submodule init step
This commit is contained in:
commit
122ddb921a
|
|
@ -50,3 +50,6 @@
|
||||||
path = meta-netmodule-om
|
path = meta-netmodule-om
|
||||||
url = gitea@git.netmodule.intranet:hancock/meta-openmatics.git
|
url = gitea@git.netmodule.intranet:hancock/meta-openmatics.git
|
||||||
branch = warrior
|
branch = warrior
|
||||||
|
[submodule "meta-netmodule-wlan"]
|
||||||
|
path = meta-netmodule-wlan
|
||||||
|
url = gitea@git.netmodule.intranet:nrsw-oe/meta-netmodule-wlan.git
|
||||||
|
|
|
||||||
|
|
@ -101,6 +101,7 @@ def isRelease(versionParam) {
|
||||||
}
|
}
|
||||||
|
|
||||||
def handle_submodules(versionParam) {
|
def handle_submodules(versionParam) {
|
||||||
|
sh 'git submodule init'
|
||||||
if(isRelease(versionParam)) {
|
if(isRelease(versionParam)) {
|
||||||
sh 'git submodule update' // set all submodules to freezed commit
|
sh 'git submodule update' // set all submodules to freezed commit
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,7 @@ YOCTOROOT = "${@os.path.abspath(os.path.join("${TOPDIR}", os.pardir))}"
|
||||||
|
|
||||||
BBLAYERS ?= " \
|
BBLAYERS ?= " \
|
||||||
${YOCTOROOT}/openembedded-core/meta \
|
${YOCTOROOT}/openembedded-core/meta \
|
||||||
|
${YOCTOROOT}/meta-netmodule-wlan \
|
||||||
${YOCTOROOT}/meta-netmodule-bsp \
|
${YOCTOROOT}/meta-netmodule-bsp \
|
||||||
${YOCTOROOT}/meta-netmodule-distro \
|
${YOCTOROOT}/meta-netmodule-distro \
|
||||||
${YOCTOROOT}/meta-netmodule-private \
|
${YOCTOROOT}/meta-netmodule-private \
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 6e6cbfa97d68fe03e24509cd46693b47a713a746
|
||||||
Loading…
Reference in New Issue