aboutsummaryrefslogtreecommitdiff
path: root/rpb-debian.yaml
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2016-07-02 15:28:53 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2016-07-02 15:28:53 +0300
commit0465cf3961d4a163bbe824046f2d37769d9b91d9 (patch)
tree935f22bc4746ecdf23c6563595f9c171f079a2e1 /rpb-debian.yaml
parentaf4d2c926ab95bf53624789dbc196af4a3887f77 (diff)
rpb: use HEADER.textile to disply build description
Change-Id: I7ecc64850faa92aad84188114a5c50ee2d4d0b2f Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'rpb-debian.yaml')
-rw-r--r--rpb-debian.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/rpb-debian.yaml b/rpb-debian.yaml
index 25ee10fd9a..d96914c49a 100644
--- a/rpb-debian.yaml
+++ b/rpb-debian.yaml
@@ -105,9 +105,9 @@
mkdir -p out/${BOARD}
# Build information
- cat > out/${BOARD}/README.textile << EOF
+ cat > out/${BOARD}/HEADER.textile << EOF
- h4. 96Boards - Reference Platform Build - Debian
+ h4. Reference Platform Build - Debian
Build description:
* Build URL: "$BUILD_URL":$BUILD_URL
@@ -144,7 +144,7 @@
# Compress boot partition image
gzip -9 out/${BOARD}/${BOARD}-boot-linux-${VERSION}.uefi.img
- cat >> out/${BOARD}/README.textile << EOF
+ cat >> out/${BOARD}/HEADER.textile << EOF
* 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