aboutsummaryrefslogtreecommitdiff
path: root/lt-qcom-linux-test
diff options
context:
space:
mode:
authorLuis Machado <luis.machado@linaro.org>2019-02-27 16:58:17 -0300
committerLuis Machado <luis.machado@linaro.org>2019-02-28 08:30:45 -0300
commit2b37e96035efd1bd94d599b9ade3e59f4551fb20 (patch)
treeb6607dc97fd0a2c91085a62bbad7d2cec402db51 /lt-qcom-linux-test
parent0fefc09009dcda7eb88623bb7e19a9c377d68c18 (diff)
Adjust qcs404-evb-* rootfs block device
Adjust the rootfs block device for the qcs404-evb-* boards so they use the userdata label instead of the block device directly. This helps us use boards that have a different partitioning scheme, ones that may have the userdata partition on a different block device id. Change-Id: Idc42f724ab9dcdc4f5b1f897560b3f16e15ff6dc Signed-off-by: Luis Machado <luis.machado@linaro.org>
Diffstat (limited to 'lt-qcom-linux-test')
-rwxr-xr-xlt-qcom-linux-test/builders.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/lt-qcom-linux-test/builders.sh b/lt-qcom-linux-test/builders.sh
index 12ff3532..a902541c 100755
--- a/lt-qcom-linux-test/builders.sh
+++ b/lt-qcom-linux-test/builders.sh
@@ -125,13 +125,13 @@ case "${MACHINE}" in
FIRMWARE_URL=${FIRMWARE_URL_qcs404_evb_1000}
# Use userdata for now.
- ROOTFS_PARTITION=/dev/mmcblk0p53
+ ROOTFS_PARTITION=/dev/disk/by-partlabel/userdata
;;
qcs404-evb-4000)
FIRMWARE_URL=${FIRMWARE_URL_qcs404_evb_4000}
# Use userdata for now.
- ROOTFS_PARTITION=/dev/mmcblk0p56
+ ROOTFS_PARTITION=/dev/disk/by-partlabel/userdata
;;
*)
echo "Currently MACHINE: ${MACHINE} isn't supported"