remove optimize size option in qt_base
Some checks reported errors
gitea-sync/meta-rpi-diya-build/pipeline/head Something is wrong with the build of this commit

This commit is contained in:
DanyLE
2023-07-24 11:42:35 +02:00
parent 592f9831d6
commit 2c8511dcbb
2 changed files with 2 additions and 2 deletions

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