aboutsummaryrefslogtreecommitdiff
path: root/ltd-openembedded
diff options
context:
space:
mode:
authorRicardo Salveti <ricardo.salveti@linaro.org>2017-04-03 22:49:52 -0300
committerRicardo Salveti <ricardo.salveti@linaro.org>2017-04-03 22:50:44 -0300
commit74b0fbb1323ed5ebe0b4650982f524efbe584cc1 (patch)
treeb0233497e98826bb0604fd4fb43aba595e4d5496 /ltd-openembedded
parent413d923515d23cea73e78d411315452b30a718d7 (diff)
ltd-openembedded: add missing post_build_parameters file
post_build_parameters contains the DEPLOY_DIR_IMAGE variable, required by the publishing step. Change-Id: I39f1ccc465a27dfe3a587012f01eec07cda2c834 Signed-off-by: Ricardo Salveti <ricardo.salveti@linaro.org>
Diffstat (limited to 'ltd-openembedded')
-rwxr-xr-xltd-openembedded/builders.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/ltd-openembedded/builders.sh b/ltd-openembedded/builders.sh
index fd008c3292..c932355dcd 100755
--- a/ltd-openembedded/builders.sh
+++ b/ltd-openembedded/builders.sh
@@ -131,3 +131,7 @@ Build description:
* Manifest branch: ${MANIFEST_BRANCH}
* Manifest commit: "${MANIFEST_COMMIT}":https://github.com/linaro-technologies/oe-rpb-manifest/commit/${MANIFEST_COMMIT}
EOF
+
+cat << EOF > ${WORKSPACE}/post_build_parameters
+DEPLOY_DIR_IMAGE=${DEPLOY_DIR_IMAGE}
+EOF