From 6ac206e2005b4bc900d3d32732ff16b524263dbe Mon Sep 17 00:00:00 2001 From: DanyLE Date: Thu, 27 Jul 2023 12:43:04 +0200 Subject: [PATCH] add tofi + icons --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 76cc085..963bc7d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -34,7 +34,7 @@ pipeline{ cd poky source ./oe-init-build-env ../build cat conf/*.conf - bitbake -c cleanall gcc core-image-base + # bitbake -c cleanall gcc core-image-base bitbake core-image-base ''' }