From 781745927682f4eaa8945987e3c8c3f5700d8c56 Mon Sep 17 00:00:00 2001 From: DanyLE Date: Sat, 22 Jul 2023 15:36:03 +0200 Subject: [PATCH] add qtquickcontrols2 modules to image --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 262a79a..f2ab667 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -49,8 +49,8 @@ pipeline{ steps { sh '''#!/bin/bash cd poky - # source ./oe-init-build-env ../build - # bitbake core-image-base -c populate_sdk + source ./oe-init-build-env ../build + bitbake core-image-base -c populate_sdk ''' } }