aboutsummaryrefslogtreecommitdiff
path: root/96boards-reference-platform-debian.yaml
diff options
context:
space:
mode:
authorRicardo Salveti <ricardo.salveti@linaro.org>2015-11-02 14:50:42 -0200
committerRicardo Salveti <ricardo.salveti@linaro.org>2015-11-02 14:58:40 -0200
commite0c82372c9f93f69303632cbfe550eee4d5e650e (patch)
tree354f22290564e4d3fe58b461236719ab49d17a98 /96boards-reference-platform-debian.yaml
parent3f140bb796c2f9c8f0343191a42bf7e1569fe0e2 (diff)
96boards-reference-platform-debian: adding link to the bootloader used
So it can be easily found and consumed by the http image path. Change-Id: I8ded45c7494ff378e2efe9260f40a3b60df6a8c9 Signed-off-by: Ricardo Salveti <ricardo.salveti@linaro.org>
Diffstat (limited to '96boards-reference-platform-debian.yaml')
-rw-r--r--96boards-reference-platform-debian.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/96boards-reference-platform-debian.yaml b/96boards-reference-platform-debian.yaml
index b36d0f3c83..2150b30660 100644
--- a/96boards-reference-platform-debian.yaml
+++ b/96boards-reference-platform-debian.yaml
@@ -161,6 +161,10 @@
* Grub UEFI: "http://builds.96boards.org/snapshots/reference-platform/components/grub/$GRUB_EFI_BUILD_NUMBER":http://builds.96boards.org/snapshots/reference-platform/components/grub/$GRUB_EFI_BUILD_NUMBER
* ARM TF / EDK2 UEFI: "http://builds.96boards.org/snapshots/reference-platform/components/uefi/$FASTBOOT_EFI_BUILD_NUMBER/release/hikey":http://builds.96boards.org/snapshots/reference-platform/components/uefi/$FASTBOOT_EFI_BUILD_NUMBER/release/hikey
EOF
+
+ # Link for the bootloader output directory
+ ln -s ../../../components/uefi/$FASTBOOT_EFI_BUILD_NUMBER/release/hikey out/${BOARD}/bootloader
+
# Grub config to be set as part of the rootfs
sudo mkdir rootfs/boot/grub
## FIXME: Make this generic
@@ -211,6 +215,9 @@
--base "0x80000000" \
--cmdline "root=/dev/disk/by-partlabel/rootfs rw rootwait console=tty0 console=ttyMSM0,115200n8"
gzip -9 out/${BOARD}/${BOARD}-boot-linux-${VERSION}.img
+
+ # Link for the bootloader output directory
+ ln -s ../../../../../releases/dragonboard410c/linaro/rescue/latest out/${BOARD}/bootloader
fi
# Create the ext4fs (fastboot compatible)