Update Jenkinsfile
All checks were successful
gitea-sync/meta-rpi-diya-build/pipeline/head This commit looks good

This commit is contained in:
dany 2023-07-09 23:49:49 +02:00
parent 56cc6834a1
commit 5a83595942

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
'''
}
}