Update 'Jenkinsfile'
This commit is contained in:
parent
f1106d032d
commit
cc09d88ffd
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -29,12 +29,13 @@ pipeline{
|
|||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
sh '''
|
sh '''
|
||||||
|
#!/bin/bash
|
||||||
printenv
|
printenv
|
||||||
# git submodule init
|
# git submodule init
|
||||||
git submodule update --init --depth 1
|
git submodule update --init --depth 1
|
||||||
cd poky
|
cd poky
|
||||||
ls
|
source ./oe-init-build-env ../build
|
||||||
. ./oe-init-build-env ../build
|
cat conf/*.conf
|
||||||
bitbake core-image-base
|
bitbake core-image-base
|
||||||
'''
|
'''
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user