From 968aaadd87c2046c419c4ad6ec97d4c6281a7ece Mon Sep 17 00:00:00 2001 From: Felix Gerking <felix.gerking@garz-fricke.com> Date: Tue, 2 Aug 2022 14:05:44 +0200 Subject: [PATCH] build-jobs: Remove dump_install_command from buildsdk job When the dump_install_command script is executed in the SDK build step an error occurs because the fng-install script/vars are not available. --- build-yocto.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-yocto.yml b/build-yocto.yml index 2a8a3931..205325fc 100644 --- a/build-yocto.yml +++ b/build-yocto.yml @@ -102,6 +102,8 @@ rules: - when: manual allow_failure: true + script: + - *build_script variables: BITBAKE_TASK: "populate_sdk" -- GitLab