aboutsummaryrefslogtreecommitdiff
path: root/lt-qcom-debian-images-arm64
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2016-10-05 20:22:31 +0200
committerNicolas Dechesne <nicolas.dechesne@linaro.org>2016-10-05 20:22:31 +0200
commitc79e7f4bfad0d94eaa7c7051a4b49d693a1af91d (patch)
treef49cb33c5c3b10219254ec6c833b95e053068eac /lt-qcom-debian-images-arm64
parent785c6a456d46368c0614c561e770903bcae45ef6 (diff)
lt-qcom-debian-images-arm64: add parameter for the rootfs partition label
On some boards, we might want to use a custom partlabel for the rootfs, so add a parameter in the build job. Change-Id: I0fd60b6cdd0ebdcfc0d0c63d002d630645ef67fd Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Diffstat (limited to 'lt-qcom-debian-images-arm64')
-rw-r--r--lt-qcom-debian-images-arm64/builders.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lt-qcom-debian-images-arm64/builders.sh b/lt-qcom-debian-images-arm64/builders.sh
index 3a9691cf66..d30c053820 100644
--- a/lt-qcom-debian-images-arm64/builders.sh
+++ b/lt-qcom-debian-images-arm64/builders.sh
@@ -224,7 +224,7 @@ mkbootimg \
--dt out/dt.img \
--pagesize "2048" \
--base "0x80000000" \
- --cmdline "root=/dev/disk/by-partlabel/rootfs rw rootwait console=tty0 console=${SERIAL_CONSOLE},115200n8"
+ --cmdline "root=/dev/disk/by-partlabel/${ROOTFS_PARTLABEL} rw rootwait console=tty0 console=${SERIAL_CONSOLE},115200n8"
gzip -9 out/boot-${VENDOR}-${OS_FLAVOUR}-${PLATFORM_NAME}-${VERSION}.img
# Final preparation for publishing