Update 'Jenkinsfile'
This commit is contained in:
parent
eedc2c8341
commit
4933e20ea7
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user