Update 'Jenkinsfile'

This commit is contained in:
dany 2022-08-03 17:37:09 +02:00
parent eedc2c8341
commit 4933e20ea7

3
Jenkinsfile vendored
View File

@ -30,7 +30,8 @@ pipeline{
steps { steps {
sh ''' sh '''
printenv printenv
git submodule --init --update # git submodule init
git submodule update --init
cd poky cd poky
source oe-init-build-env ../build source oe-init-build-env ../build
bitbake core-image-base bitbake core-image-base