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

This commit is contained in:
DanyLE 2023-08-02 19:30:13 +02:00
parent b63d118162
commit 757017451b

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