aboutsummaryrefslogtreecommitdiff
path: root/openembedded-lkft-linux-mainline.yaml
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2017-06-22 19:28:52 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2017-06-22 16:33:40 +0000
commite8fb384585e0438a18ad8b982ae10d854e38c638 (patch)
tree84fb4af4da0e8c3af3cf57febdd90ee972360421 /openembedded-lkft-linux-mainline.yaml
parent48af559b5f8c3750bb64ae186cf16da4c941f5ff (diff)
openembedded-lkft: fix missing backslash
Change-Id: I510010e429f5b5e05fc4f06afb7245b1f8e4904b Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'openembedded-lkft-linux-mainline.yaml')
-rw-r--r--openembedded-lkft-linux-mainline.yaml6
1 files changed, 5 insertions, 1 deletions
diff --git a/openembedded-lkft-linux-mainline.yaml b/openembedded-lkft-linux-mainline.yaml
index 306bd8cddb..e75a03b3a3 100644
--- a/openembedded-lkft-linux-mainline.yaml
+++ b/openembedded-lkft-linux-mainline.yaml
@@ -114,6 +114,8 @@
--link-latest \
${DEPLOY_DIR_IMAGE}/ ${BASE_URL}
- shell: |
+ #!/bin/bash
+
rm -rf configs
git clone --depth 1 http://git.linaro.org/ci/job/configs.git
@@ -137,6 +139,8 @@
property-file: post_build_lava_parameters
block: true
- shell: |
+ #!/bin/bash
+
export PTABLE_URL=${SNAPSHOTS_URL}/${BASE_URL}/bootloader/ptable-linux-8g.img
sed -e "s|\${BOOT_URL}|${BOOT_URL}|" \
@@ -148,7 +152,7 @@
-e "s|\${KERNEL_BRANCH}|${KERNEL_BRANCH}|" \
-e "s|\${KERNEL_VERSION}|${KERNEL_VERSION}|" \
-e "s|\${KERNEL_REPO}|${KERNEL_REPO}|" \
- -e "s|\${KERNEL_COMMIT}|${SRCREV_kernel}|"
+ -e "s|\${KERNEL_COMMIT}|${SRCREV_kernel}|" \
< configs/openembedded-lkft/lava-job-definitions/${DEVICE_TYPE}/template.yaml \
> custom_lava_job_definition.yaml