aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2015-12-16 16:05:24 +0100
committerAnders Roxell <anders.roxell@linaro.org>2015-12-16 16:05:52 +0100
commit30a9307349988b484c371aa2ecbccd19b9a4643f (patch)
tree1dd2d490b5ba205c88488be69e1d168a0d32e987
parent9b6b7d44149b12db3b34664aefb9c517c5e34af3 (diff)
openembedded-odp-rootfs: add inject properties-file
Change-Id: If4538a211ae06139979228b69e4bcfc3818fc489 Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
-rw-r--r--openembedded-odp-rootfs.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/openembedded-odp-rootfs.yaml b/openembedded-odp-rootfs.yaml
index 4f8b547..f4f326d 100644
--- a/openembedded-odp-rootfs.yaml
+++ b/openembedded-odp-rootfs.yaml
@@ -126,6 +126,13 @@
STARTUP_NSH=${STARTUP_NSH}
hwpack_type=${hwpack_type}
EOF
+ - inject:
+ properties-file: post_build_lava_parameters
+ - shell: |
+ #!/bin/bash
+
+ set -ex
+ JENKINS_WORKSPACE=${WORKSPACE}/jenkins-setup
# Parse recipe and get GIT_URL/GIT_BRANCH/GIT_COMMIT
export GIT_URL=$(grep "^SRC_URI =" jenkins-setup/meta-linaro/meta-linaro/recipes-extra/odp/odp_*.bb | cut -d'"' -f2 | cut -d';' -f1)