add qtquickcontrols2 modules to image
All checks were successful
gitea-sync/meta-rpi-diya-build/pipeline/head This commit looks good

This commit is contained in:
DanyLE
2023-07-22 15:30:33 +02:00
parent bd23ccfc13
commit 13064991ac
2 changed files with 3 additions and 3 deletions

4
Jenkinsfile vendored
View File

@@ -49,8 +49,8 @@ pipeline{
steps { steps {
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
''' '''
} }
} }