jenkins/mmcImages: use ostree environment for bootloader

BugzID: 73919
Signed-off-by: Marc Mattmueller <marc.mattmueller@netmodule.com>
This commit is contained in:
Marc Mattmueller 2021-07-26 14:40:58 +02:00
parent 154496719e
commit b2eae52e5c
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ def printJobParameters() {
def build(imgType) {
if(imgType == 'bootloader') {
sh "bash -c '. ./env.common && bitbake virtual/bootloader'"
sh "bash -c '. ./env.image-ostree && bitbake virtual/bootloader'"
return
}
def imgTypePostfix = "${imgType}" == "" ? "" : "-${imgType}"