Update 'Jenkinsfile'
This commit is contained in:
parent
4933e20ea7
commit
b835b5206a
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -31,7 +31,7 @@ pipeline{
|
|||||||
sh '''
|
sh '''
|
||||||
printenv
|
printenv
|
||||||
# git submodule init
|
# git submodule init
|
||||||
git submodule update --init
|
git submodule update --init --depth 1
|
||||||
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