From aed21bfa25fb466a58442d6b37043bbceccaa556 Mon Sep 17 00:00:00 2001 From: DanyLE Date: Thu, 27 Jul 2023 16:43:57 +0200 Subject: [PATCH] re build sdk --- 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 ''' } }