Update 'Jenkinsfile'

This commit is contained in:
dany 2022-08-03 17:44:40 +02:00
parent b835b5206a
commit 722460f9e4

2
Jenkinsfile vendored
View File

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