From: Jan-Simon Möller Date: Thu, 19 Oct 2017 10:41:57 +0000 (+0200) Subject: Fix task dependency bug in eel also in CI build X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F81%2F11381%2F1;p=ci-management.git Fix task dependency bug in eel also in CI build Change-Id: I6f61a2c15f0f9fcfe27ed66b688bf1a4e8921825 Signed-off-by: Jan-Simon Möller --- diff --git a/jjb/ci-AGL-verify/ci-platform-jjb.yaml b/jjb/ci-AGL-verify/ci-platform-jjb.yaml index c437eefb..722a29c1 100644 --- a/jjb/ci-AGL-verify/ci-platform-jjb.yaml +++ b/jjb/ci-AGL-verify/ci-platform-jjb.yaml @@ -278,6 +278,7 @@ - ../common/include-agl-limit-parallelism.sh - ../common/include-agl-local-conf-DISTROFEATURES-AGLCI.sh - ../common/include-agl-cat-auto-conf.sh + - include-release-eel-fix-task-depends.sh - ../common/include-agl-bitbake-image.sh - ../common/include-agl-run-test-prepare.sh - ../common/include-agl-run-test-rsync-changeid.sh diff --git a/jjb/ci-AGL-verify/include-release-eel-fix-task-depends.sh b/jjb/ci-AGL-verify/include-release-eel-fix-task-depends.sh new file mode 100644 index 00000000..04644742 --- /dev/null +++ b/jjb/ci-AGL-verify/include-release-eel-fix-task-depends.sh @@ -0,0 +1,4 @@ + +# HOTFIX for yocto bug https://bugzilla.yoctoproject.org/show_bug.cgi?id=12070 +echo "" >> conf/local.conf +echo 'do_image_complete[deptask] += "do_populate_lic"' >> conf/local.conf