Add hotfix to release build for YP bug 12070 71/11371/1
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Wed, 18 Oct 2017 08:20:58 +0000 (10:20 +0200)
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>
Wed, 18 Oct 2017 08:20:58 +0000 (10:20 +0200)
This adds a hotfix for https://bugzilla.yoctoproject.org/show_bug.cgi?id=12070
until it is fixe upstream.

Change-Id: I9fe57d853f44ad57af115825b2d66e859e20d53e
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
jjb/release-jjb-eel-snapshot/include-release-eel-fix-task-depends.sh [new file with mode: 0644]
jjb/release-jjb-eel-snapshot/release-jjb-eel-snapshot.yaml

diff --git a/jjb/release-jjb-eel-snapshot/include-release-eel-fix-task-depends.sh b/jjb/release-jjb-eel-snapshot/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
index f6abf15..1bdcb18 100644 (file)
           - ../common/include-agl-local-conf-DISTROFEATURES-AGLCI.sh
           - ../common/include-agl-local-conf-vmdk.sh
           - ../common/include-agl-local-conf-rpi3-imagetype.sh
+          - include-release-eel-fix-task-depends.sh
           - ../common/include-agl-bitbake-image.sh
           - ../common/include-agl-bitbake-sdk.sh
           - ../common/include-agl-run-test-prepare.sh