aboutsummaryrefslogtreecommitdiff
path: root/trigger-lt-qcom-linux-integration.yaml
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2018-11-20 16:06:15 +0100
committerNicolas Dechesne <nicolas.dechesne@linaro.org>2019-01-28 10:16:48 +0000
commit3fef25a704932f57ae807498e4bb5878449995c6 (patch)
treeae8efe9a8cfff53a0b08a67f96fad3c135bfa6a8 /trigger-lt-qcom-linux-integration.yaml
parente00ac5c0f1421afcab30785a9ee929f211af61f2 (diff)
lt-qcom-linux-integration,mainline: use DTB name for MACHINE
Insted of using commercial board name (e.g. Dragonboard 410c, ...) let's use the DTB name, since we are mostly dealing with kernel testing here, and the DTB name should be the identifier. Sometimes we use MACHINE in bash/shell variables, so we need to make sure that we don't use '-' character, and in these situations it is replaced with '_' instead. Change-Id: Icec0e60a0ee9fae47f962b6a652bbe0965995e32 Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Diffstat (limited to 'trigger-lt-qcom-linux-integration.yaml')
-rw-r--r--trigger-lt-qcom-linux-integration.yaml12
1 files changed, 6 insertions, 6 deletions
diff --git a/trigger-lt-qcom-linux-integration.yaml b/trigger-lt-qcom-linux-integration.yaml
index 7083350208..2f77888a07 100644
--- a/trigger-lt-qcom-linux-integration.yaml
+++ b/trigger-lt-qcom-linux-integration.yaml
@@ -51,12 +51,12 @@
KERNEL_IMAGE_URL=${KERNEL_IMAGE_URL}
KERNEL_MODULES_URL=${KERNEL_MODULES_URL}
KERNEL_VERSION=${KERNEL_VERSION}
- KERNEL_DT_URL_dragonboard410c=${KERNEL_DT_URL_dragonboard410c}
- RAMDISK_URL_dragonboard410c=${RAMDISK_URL_dragonboard410c}
- ROOTFS_URL_dragonboard410c=${ROOTFS_URL_dragonboard410c}
- KERNEL_DT_URL_dragonboard820c=${KERNEL_DT_URL_dragonboard820c}
- RAMDISK_URL_dragonboard820c=${RAMDISK_URL_dragonboard820c}
- ROOTFS_URL_dragonboard820c=${ROOTFS_URL_dragonboard820c}
+ KERNEL_DT_URL_apq8016_sbc=${KERNEL_DT_URL_apq8016_sbc}
+ RAMDISK_URL_apq8016_sbc=${RAMDISK_URL_apq8016_sbc}
+ ROOTFS_URL_apq8016_sbc=${ROOTFS_URL_apq8016_sbc}
+ KERNEL_DT_URL_apq8096_db820c=${KERNEL_DT_URL_apq8096_db820c}
+ RAMDISK_URL_apq8096_db820c=${RAMDISK_URL_apq8096_db820c}
+ ROOTFS_URL_apq8096_db820c=${ROOTFS_URL_apq8096_db820c}
KERNEL_DT_URL_sdm845_mtp=${KERNEL_DT_URL_sdm845_mtp}
RAMDISK_URL_sdm845_mtp=${RAMDISK_URL_sdm845_mtp}
ROOTFS_URL_sdm845_mtp=${ROOTFS_URL_sdm845_mtp}