diff --git a/Jenkinsfile b/Jenkinsfile index f2ab667..963bc7d 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 ''' } }