aboutsummaryrefslogtreecommitdiff
path: root/lhg-oe-build
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2017-11-23 14:33:25 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2017-11-23 16:54:26 +0000
commit756ba4473a24e83dbd455af2d8a9a36e6653035c (patch)
tree4ca94356c7b49bf18e1f4b51dcd380e97edaca9e /lhg-oe-build
parentbe01467b5c21d2a7b684bd35031168f24a92bd4d (diff)
openembedded-rpb: expose MANIFEST_COMMIT
It can be used in the metadata. It's also already in its short form so we don't need to cut to 12 characters. Change-Id: I809e21b64302d56e15b05e2e4e22584aec3b6663 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'lhg-oe-build')
-rwxr-xr-xlhg-oe-build/builders.sh1
-rwxr-xr-xlhg-oe-build/submit_for_testing.sh2
2 files changed, 2 insertions, 1 deletions
diff --git a/lhg-oe-build/builders.sh b/lhg-oe-build/builders.sh
index e5a8177c..3ba9b891 100755
--- a/lhg-oe-build/builders.sh
+++ b/lhg-oe-build/builders.sh
@@ -165,6 +165,7 @@ esac
# BASE_URL and PUB_DEST, typically used for OE RPB builds
cat << EOF > ${WORKSPACE}/post_build_lava_parameters
DEPLOY_DIR_IMAGE=${DEPLOY_DIR_IMAGE}
+MANIFEST_COMMIT=${MANIFEST_COMMIT}
BOOT_URL=${BASE_URL}${PUB_DEST}/${BOOT_IMG}
ROOTFS_BUILD_URL=${BASE_URL}${PUB_DEST}/${ROOTFS_EXT4_IMG}
SYSTEM_URL=${BASE_URL}${PUB_DEST}/${ROOTFS_IMG}
diff --git a/lhg-oe-build/submit_for_testing.sh b/lhg-oe-build/submit_for_testing.sh
index 8843e790..323fcb2a 100755
--- a/lhg-oe-build/submit_for_testing.sh
+++ b/lhg-oe-build/submit_for_testing.sh
@@ -13,6 +13,6 @@ python configs/openembedded-lkft/submit_for_testing.py \
--qa-server ${QA_SERVER} \
--qa-server-team lhg \
--qa-server-project ${QA_SERVER_PROJECT} \
- --git-commit ${MANIFEST_COMMIT:0:12} \
+ --git-commit ${MANIFEST_COMMIT} \
--template-path configs/lhg-oe-build/lava-job-definitions \
--template-names template-eme-clearkey.yaml