aboutsummaryrefslogtreecommitdiff
path: root/lkft-staging-no-skiplist.yaml
diff options
context:
space:
mode:
authorMilosz Wasilewski <milosz.wasilewski@linaro.org>2018-02-13 09:30:17 +0000
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2018-02-13 09:30:17 +0000
commite9cf2e85464c7ce3c8b8b82f58c8a68279bcc4fc (patch)
tree09cb2ea0bc1005f58333712a3482113d9457d138 /lkft-staging-no-skiplist.yaml
parent7280e94999b05ce39b9c9228529494e738ea4d3f (diff)
lkft-staging: fix regex for finding boot image filename
Boot image filename is different for HiKey and Dragonboard 410c. The one for Dragonboard is too wide for HiKey, but the one from HiKey is too restrictive for Dragonboard. So they have to be different depending on the board. Change-Id: I27353f58c588d7033fcc176538e12aa61d7a176c Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
Diffstat (limited to 'lkft-staging-no-skiplist.yaml')
-rw-r--r--lkft-staging-no-skiplist.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/lkft-staging-no-skiplist.yaml b/lkft-staging-no-skiplist.yaml
index 21ad16a372..9a80ab6bc7 100644
--- a/lkft-staging-no-skiplist.yaml
+++ b/lkft-staging-no-skiplist.yaml
@@ -141,6 +141,9 @@
export KERNEL_URL="${BUILD_LOCATION}/${B2260_KERNEL_FILENAME}"
export DTB_URL="${BUILD_LOCATION}/${B2260_DTB_FILENAME}"
;;
+ dragonboard-410c)
+ BOOT_FILENAME=$(grep -E "boot\S*\.img" "${MD5_FILENAME}" | awk '{print $2}')
+ ;;
*)
export KERNEL_URL="${BUILD_LOCATION}/${KERNEL_FILENAME}"
;;