Update 'Jenkinsfile'

This commit is contained in:
dany 2022-08-03 17:46:13 +02:00
parent 9869f7a756
commit f1106d032d

2
Jenkinsfile vendored
View File

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