Merge branch 'master' of ssh://git.iohub.dev:2222/dany/meta-rpi-diya-build
All checks were successful
gitea-sync/meta-rpi-diya-build/pipeline/head This commit looks good

This commit is contained in:
DanyLE 2023-07-18 09:31:45 +02:00
commit f7b3b26261

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