diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-10-18 10:20:58 +0200 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-10-18 10:20:58 +0200 |
commit | 514f42718163e5761024ff76b65eafcca218986e (patch) | |
tree | 4e3f8ffab1f8097ec64eca80b0224400e325d1ca /jjb/release-jjb-eel-snapshot | |
parent | 398e2d25c1ca8cea19d091246cbf785e95156bb4 (diff) |
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 <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'jjb/release-jjb-eel-snapshot')
-rw-r--r-- | jjb/release-jjb-eel-snapshot/include-release-eel-fix-task-depends.sh | 4 | ||||
-rw-r--r-- | jjb/release-jjb-eel-snapshot/release-jjb-eel-snapshot.yaml | 1 |
2 files changed, 5 insertions, 0 deletions
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 |