From: Jan-Simon Möller Date: Wed, 18 Oct 2017 08:20:58 +0000 (+0200) Subject: Add hotfix to release build for YP bug 12070 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=514f42718163e5761024ff76b65eafcca218986e;p=ci-management.git Add hotfix to release build for YP bug 12070 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 --- 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 index 00000000..04644742 --- /dev/null +++ b/jjb/release-jjb-eel-snapshot/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 diff --git a/jjb/release-jjb-eel-snapshot/release-jjb-eel-snapshot.yaml b/jjb/release-jjb-eel-snapshot/release-jjb-eel-snapshot.yaml index f6abf158..1bdcb182 100644 --- a/jjb/release-jjb-eel-snapshot/release-jjb-eel-snapshot.yaml +++ b/jjb/release-jjb-eel-snapshot/release-jjb-eel-snapshot.yaml @@ -102,6 +102,7 @@ - ../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