Update 'Jenkinsfile'
This commit is contained in:
parent
eedc2c8341
commit
4933e20ea7
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -30,7 +30,8 @@ pipeline{
|
||||
steps {
|
||||
sh '''
|
||||
printenv
|
||||
git submodule --init --update
|
||||
# git submodule init
|
||||
git submodule update --init
|
||||
cd poky
|
||||
source oe-init-build-env ../build
|
||||
bitbake core-image-base
|
||||
|
Loading…
Reference in New Issue
Block a user