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