Update Jenkinsfile
Some checks failed
gitea-sync/meta-rpi-diya-build/pipeline/head There was a failure building this commit

This commit is contained in:
dany 2023-07-10 20:45:15 +02:00
parent 440f058782
commit b7a7c08eea

2
Jenkinsfile vendored
View File

@ -50,7 +50,7 @@ pipeline{
sh '''#!/bin/bash
cd poky
source ./oe-init-build-env ../build
# bitbake core-image-base -c populate_sdk
bitbake core-image-base -c populate_sdk
'''
}
}