Update 'Jenkinsfile'

This commit is contained in:
dany 2022-08-03 17:45:30 +02:00
parent 722460f9e4
commit 9869f7a756

1
Jenkinsfile vendored
View File

@ -33,6 +33,7 @@ pipeline{
# git submodule init
git submodule update --init --depth 1
cd poky
ls
. oe-init-build-env ../build
bitbake core-image-base
'''