aboutsummaryrefslogtreecommitdiff
path: root/rpb-debian-iot.yaml
diff options
context:
space:
mode:
authorKoen Kooi <koen.kooi@linaro.org>2018-05-23 16:30:11 +0200
committerKoen Kooi <koen.kooi@linaro.org>2019-01-23 09:41:13 +0000
commitbd4bf6297d4f38cd07d44191f3ea30b03c03f633 (patch)
tree9dc9fbd85aa36c710da98bddbf3ff8e697283f1a /rpb-debian-iot.yaml
parent69d4e87901290060afb7dbd1d6597482dce19f01 (diff)
reference platform components: move from 96boards to snapshots
Change-Id: Ifcee6781756f776ed2eaf2858e5aaadb75085aaf Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
Diffstat (limited to 'rpb-debian-iot.yaml')
-rw-r--r--rpb-debian-iot.yaml10
1 files changed, 5 insertions, 5 deletions
diff --git a/rpb-debian-iot.yaml b/rpb-debian-iot.yaml
index 4888e1248b..f36bfbc742 100644
--- a/rpb-debian-iot.yaml
+++ b/rpb-debian-iot.yaml
@@ -144,11 +144,11 @@
# Create boot image
if [ "${BOARD}" == "hikey" ]; then
FASTBOOT_EFI_BUILD_NUMBER=`wget -q --no-check-certificate -O - https://ci.linaro.org/job/96boards-reference-uefi/MX_PLATFORM=hikey,MX_TYPE=RELEASE,label=docker-jessie-rp/lastStableBuild/buildNumber`
- FASTBOOT_EFI_URL="http://snapshots.linaro.org/96boards/reference-platform/components/uefi/${FASTBOOT_EFI_BUILD_NUMBER}/release/hikey/AndroidFastbootApp.efi"
+ FASTBOOT_EFI_URL="http://snapshots.linaro.org/reference-platform/components/uefi/${FASTBOOT_EFI_BUILD_NUMBER}/release/hikey/AndroidFastbootApp.efi"
wget --progress=dot ${FASTBOOT_EFI_URL} -O fastboot.efi
GRUB_EFI_BUILD_NUMBER=`wget -q --no-check-certificate -O - https://ci.linaro.org/job/96boards-reference-grub-efi-arm64/lastStableBuild/buildNumber`
- GRUB_EFI_URL="https://snapshots.linaro.org/96boards/reference-platform/components/grub/${GRUB_EFI_BUILD_NUMBER}/grubaa64.efi"
- GRUB_SD_EFI_URL="https://snapshots.linaro.org/96boards/reference-platform/components/grub/${GRUB_EFI_BUILD_NUMBER}/grubaa64-sd.efi"
+ GRUB_EFI_URL="https://snapshots.linaro.org/reference-platform/components/grub/${GRUB_EFI_BUILD_NUMBER}/grubaa64.efi"
+ GRUB_SD_EFI_URL="https://snapshots.linaro.org/reference-platform/components/grub/${GRUB_EFI_BUILD_NUMBER}/grubaa64-sd.efi"
wget --progress=dot ${GRUB_EFI_URL} -O grubaa64.efi
wget --progress=dot ${GRUB_SD_EFI_URL} -O grubaa64-sd.efi
@@ -171,8 +171,8 @@
gzip -9 out/${BOARD}/${BOARD}-boot-linux-${VERSION}.uefi.img
cat >> out/${BOARD}/HEADER.textile << EOF
- * Grub UEFI: "http://snapshots.linaro.org/96boards/reference-platform/components/grub/$GRUB_EFI_BUILD_NUMBER":http://snapshots.linaro.org/96boards/reference-platform/components/grub/$GRUB_EFI_BUILD_NUMBER
- * ARM TF / EDK2 UEFI: "http://snapshots.linaro.org/96boards/reference-platform/components/uefi/$FASTBOOT_EFI_BUILD_NUMBER/release/hikey":http://snapshots.linaro.org/96boards/reference-platform/components/uefi/$FASTBOOT_EFI_BUILD_NUMBER/release/hikey
+ * Grub UEFI: "http://snapshots.linaro.org/reference-platform/components/grub/$GRUB_EFI_BUILD_NUMBER":http://snapshots.linaro.org/reference-platform/components/grub/$GRUB_EFI_BUILD_NUMBER
+ * ARM TF / EDK2 UEFI: "http://snapshots.linaro.org/reference-platform/components/uefi/$FASTBOOT_EFI_BUILD_NUMBER/release/hikey":http://snapshots.linaro.org/reference-platform/components/uefi/$FASTBOOT_EFI_BUILD_NUMBER/release/hikey
EOF
# Grub config to be set as part of the rootfs
## FIXME: Make this generic