aboutsummaryrefslogtreecommitdiff
path: root/lt-qcom-linux-test/builders.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lt-qcom-linux-test/builders.sh')
-rwxr-xr-xlt-qcom-linux-test/builders.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/lt-qcom-linux-test/builders.sh b/lt-qcom-linux-test/builders.sh
index 012e9b7c9e..8028658a11 100755
--- a/lt-qcom-linux-test/builders.sh
+++ b/lt-qcom-linux-test/builders.sh
@@ -202,7 +202,7 @@ case "${MACHINE}" in
./configs/lt-qcom-linux-test/get_latest_testimage.py
;;
*)
- ./configs/lt-qcom-linux-test/get_latest_testimage.py https://snapshots.linaro.org/member-builds/qcomlt/testimages/arm64/ https://snapshots.linaro.org/member-builds/qcomlt/testimages-desktop/arm64/
+ ./configs/lt-qcom-linux-test/get_latest_testimage.py https://snapshots.linaro.org/member-builds/qcomlt/testimages/arm64/
;;
esac
RAMDISK_URL=$(cat output.log | grep RAMDISK_URL | cut -d= -f2)
@@ -368,7 +368,7 @@ if [[ ! -z "${BOOTRR_GIT_REPO}" ]]; then
fi
# Create boot image (bootrr), uses systemd autologin root
-boot_file=boot-${KERNEL_FLAVOR}-${KERNEL_VERSION}-${BUILD_NUMBER}-${MACHINE}.img
+boot_file=boot-${KERNEL_TEST_FLAVOR}-${KERNEL_VERSION}-${BUILD_NUMBER}-${MACHINE}.img
skales-mkbootimg \
--kernel $kernel_file \
--ramdisk $overlayed_ramdisk_file \
@@ -381,7 +381,7 @@ skales-mkbootimg \
# Create boot image (functional), sdm845-mtp requires an initramfs to mount the rootfs and then
# exec switch_rootfs, use the same method in other boards too
-boot_rootfs_file=boot-rootfs-${KERNEL_FLAVOR}-${KERNEL_VERSION}-${BUILD_NUMBER}-${MACHINE}.img
+boot_rootfs_file=boot-rootfs-${KERNEL_TEST_FLAVOR}-${KERNEL_VERSION}-${BUILD_NUMBER}-${MACHINE}.img
mkdir -p etc
initrd_release_file=etc/initrd-release