aboutsummaryrefslogtreecommitdiff
path: root/openembedded-lkft-linux-mainline.yaml
diff options
context:
space:
mode:
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