Fix task dependency bug in eel also in CI build 81/11381/1
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Thu, 19 Oct 2017 10:41:57 +0000 (12:41 +0200)
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>
Thu, 19 Oct 2017 10:41:57 +0000 (12:41 +0200)
Change-Id: I6f61a2c15f0f9fcfe27ed66b688bf1a4e8921825
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
jjb/ci-AGL-verify/ci-platform-jjb.yaml
jjb/ci-AGL-verify/include-release-eel-fix-task-depends.sh [new file with mode: 0644]

index c437eef..722a29c 100644 (file)
           - ../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 (file)
index 0000000..0464474
--- /dev/null
@@ -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