From 05745550a9a9efed438e6fdd63d8f7f29d2cdaff Mon Sep 17 00:00:00 2001 From: DanyLE Date: Sat, 22 Jul 2023 22:17:14 +0200 Subject: [PATCH] enable sdk build --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 963bc7d..f2ab667 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 ''' } }