update latest diya layer
All checks were successful
gitea-sync/meta-rpi-diya-build/pipeline/head This commit looks good

This commit is contained in:
DanyLE
2023-07-08 17:14:55 +02:00
parent d21f39cd09
commit a293401d0b
2 changed files with 2 additions and 2 deletions

2
Jenkinsfile vendored
View File

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