aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rpb-aosp-db410c.yaml6
-rw-r--r--rpb-centos-installer-staging.yaml4
-rw-r--r--rpb-centos-installer.yaml4
-rw-r--r--rpb-debian-installer-staging.yaml4
-rw-r--r--rpb-debian-installer.yaml4
-rw-r--r--rpb-debian.yaml6
-rw-r--r--rpb-grub-efi-arm64.yaml28
-rw-r--r--rpb-kernel-enterprise.yaml6
-rw-r--r--rpb-kernel-matrix.yaml6
-rw-r--r--rpb-kernel.yaml6
-rw-r--r--rpb-uefi.yaml10
11 files changed, 42 insertions, 42 deletions
diff --git a/rpb-aosp-db410c.yaml b/rpb-aosp-db410c.yaml
index f124087538..df995bc01c 100644
--- a/rpb-aosp-db410c.yaml
+++ b/rpb-aosp-db410c.yaml
@@ -97,9 +97,9 @@
PUB_DEST=snapshots/reference-platform/aosp/db410c/${BUILD_NUMBER}
# Build information
- cat > out/target/product/db410c/README.textile << EOF
+ cat > out/target/product/db410c/HEADER.textile << EOF
- h4. 96Boards - Reference Platform Build - AOSP - DragonBoard410c
+ h4. Reference Platform Build - AOSP (DragonBoard 410c)
Build description:
* Build URL: "$BUILD_URL":$BUILD_URL
@@ -137,7 +137,7 @@
${PUB_DEST} \
--include "^[^/]+[._](xz|xml|sh|config)$" \
--include "^[BHi][^/]+txt$" \
- --include "^(MANIFEST|MD5SUMS.txt|BUILD-INFO.txt|README.textile)$"
+ --include "^(MANIFEST|MD5SUMS.txt|BUILD-INFO.txt|HEADER.textile)$"
cat << EOF > ${WORKSPACE}/post_build_lava_parameters
DEVICE_TYPE=apq8016-sbc
diff --git a/rpb-centos-installer-staging.yaml b/rpb-centos-installer-staging.yaml
index 1f5aad0bfd..6a10606ce4 100644
--- a/rpb-centos-installer-staging.yaml
+++ b/rpb-centos-installer-staging.yaml
@@ -67,9 +67,9 @@
# Build information
KERNEL_VERSION=`cat out/images/pxeboot/vmlinuz | gzip -d - | grep -a "Linux version"`
- cat > out/README.textile << EOF
+ cat > out/HEADER.textile << EOF
- h4. 96Boards - Reference Component Enterprise - CentOS Installer (Staging)
+ h4. Reference Platform - CentOS Installer (staging)
CentOS Installer (7) produced with the Reference Platform Kernel package.
diff --git a/rpb-centos-installer.yaml b/rpb-centos-installer.yaml
index 5b3a115559..f4e9d82caf 100644
--- a/rpb-centos-installer.yaml
+++ b/rpb-centos-installer.yaml
@@ -65,9 +65,9 @@
# Build information
KERNEL_VERSION=`cat out/images/pxeboot/vmlinuz | gzip -d - | grep -a "Linux version"`
- cat > out/README.textile << EOF
+ cat > out/HEADER.textile << EOF
- h4. 96Boards - Reference Component Enterprise - CentOS Installer
+ h4. Reference Platform - CentOS Installer
CentOS Installer (7) produced with the Reference Platform Kernel package.
diff --git a/rpb-debian-installer-staging.yaml b/rpb-debian-installer-staging.yaml
index 3ba439ccf8..5627722c58 100644
--- a/rpb-debian-installer-staging.yaml
+++ b/rpb-debian-installer-staging.yaml
@@ -121,9 +121,9 @@
# Build information
KERNEL_VERSION=`grep -a "Linux version" out/debian-installer/arm64/linux`
- cat > out/README.textile << EOF
+ cat > out/HEADER.textile << EOF
- h4. 96Boards - Reference Component Enterprise - Debian Installer (Staging)
+ h4. Reference Platform - Debian Installer (staging)
Debian Installer (Jessie) produced with the Reference Platform Kernel package.
diff --git a/rpb-debian-installer.yaml b/rpb-debian-installer.yaml
index a471b23abf..0d5ea97db6 100644
--- a/rpb-debian-installer.yaml
+++ b/rpb-debian-installer.yaml
@@ -114,9 +114,9 @@
# Build information
KERNEL_VERSION=`grep -a "Linux version" out/debian-installer/arm64/linux`
- cat > out/README.textile << EOF
+ cat > out/HEADER.textile << EOF
- h4. 96Boards - Reference Component Enterprise - Debian Installer
+ h4. Reference Platform - Debian Installer
Debian Installer (Jessie) produced with the Reference Platform Kernel package.
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
diff --git a/rpb-grub-efi-arm64.yaml b/rpb-grub-efi-arm64.yaml
index cf80f45c43..9006ff0f16 100644
--- a/rpb-grub-efi-arm64.yaml
+++ b/rpb-grub-efi-arm64.yaml
@@ -73,40 +73,40 @@
$GRUB_MODULES
# Build information
- cat > out/README.textile << EOF
+ cat > out/HEADER.textile << EOF
- h4. 96Boards - Reference Component - GRUB UEFI
+ h4. Reference Platform - GRUB UEFI
- GRUB UEFI build consumed by the 96Boards Reference Platform Builds
+ GRUB UEFI build consumed by the Reference Platform Builds
Build Description:
* Build URL: "$BUILD_URL":$BUILD_URL
* Grub modules used:
EOF
- echo -n "bc. " >> out/README.textile
- echo $GRUB_MODULES >> out/README.textile
- cat >> out/README.textile << EOF
+ echo -n "bc. " >> out/HEADER.textile
+ echo $GRUB_MODULES >> out/HEADER.textile
+ cat >> out/HEADER.textile << EOF
* Grub config used (roofs search with label):
EOF
- echo -n "bc. " >> out/README.textile
- cat out/grub.configfile >> out/README.textile
- cat >> out/README.textile << EOF
+ echo -n "bc. " >> out/HEADER.textile
+ cat out/grub.configfile >> out/HEADER.textile
+ cat >> out/HEADER.textile << EOF
* Grub config used (sdcard):
EOF
- echo -n "bc. " >> out/README.textile
- cat out/grub-sd.configfile >> out/README.textile
- cat >> out/README.textile << EOF
+ echo -n "bc. " >> out/HEADER.textile
+ cat out/grub-sd.configfile >> out/HEADER.textile
+ cat >> out/HEADER.textile << EOF
* $GRUB_EFI_BIN_PKG package:
EOF
- echo -n "bc. " >> out/README.textile
- apt-cache show $GRUB_EFI_BIN_PKG >> out/README.textile
+ echo -n "bc. " >> out/HEADER.textile
+ apt-cache show $GRUB_EFI_BIN_PKG >> out/HEADER.textile
# Create MD5SUMS file
(cd out && md5sum g* > MD5SUMS.txt)
diff --git a/rpb-kernel-enterprise.yaml b/rpb-kernel-enterprise.yaml
index fd9c39af35..2aed344cfa 100644
--- a/rpb-kernel-enterprise.yaml
+++ b/rpb-kernel-enterprise.yaml
@@ -150,11 +150,11 @@
(cd out && md5sum * > MD5SUMS.txt)
# Build information
- cat > out/README.textile << EOF
+ cat > out/HEADER.textile << EOF
- h4. 96Boards - Reference Component Enterprise - Kernel
+ h4. Reference Platform - Linux Kernel
- Linux Kernel build consumed by the 96Boards Reference Platform Enterprise Builds
+ Linux Kernel build consumed by the Reference Platform Enterprise Builds
Build Description:
* Build URL: "$BUILD_URL":$BUILD_URL
diff --git a/rpb-kernel-matrix.yaml b/rpb-kernel-matrix.yaml
index 6f6b01210e..e673fc3a6e 100644
--- a/rpb-kernel-matrix.yaml
+++ b/rpb-kernel-matrix.yaml
@@ -105,11 +105,11 @@
# Build information
KERNEL_GIT_HEAD=`git log --format="%H" -1`
- cat > out/README.textile << EOF
+ cat > out/HEADER.textile << EOF
- h4. 96Boards - Reference Component - Kernel ($MX_PLATFORM)
+ h4. Reference Platform - Linux Kernel ($MX_PLATFORM)
- Linux Kernel build consumed by the 96Boards Reference Platform Builds
+ Linux Kernel build consumed by the Reference Platform Builds
Build Description:
* Build URL: "$BUILD_URL":$BUILD_URL
diff --git a/rpb-kernel.yaml b/rpb-kernel.yaml
index b34603f444..baafb68465 100644
--- a/rpb-kernel.yaml
+++ b/rpb-kernel.yaml
@@ -146,11 +146,11 @@
(cd out && md5sum * > MD5SUMS.txt)
# Build information
- cat > out/README.textile << EOF
+ cat > out/HEADER.textile << EOF
- h4. 96Boards - Reference Component - Kernel
+ h4. Reference Platform - Linux Kernel
- Linux Kernel build consumed by the 96Boards Reference Platform Builds
+ Linux Kernel build consumed by the Reference Platform Builds
Build Description:
* Build URL: "$BUILD_URL":$BUILD_URL
diff --git a/rpb-uefi.yaml b/rpb-uefi.yaml
index 808cf1cf27..e94031f629 100644
--- a/rpb-uefi.yaml
+++ b/rpb-uefi.yaml
@@ -212,11 +212,11 @@
(cd out/${BUILD_TYPE} && md5sum * > MD5SUMS.txt)
# Build information
- cat > out/${BUILD_TYPE}/README.textile << EOF
+ cat > out/${BUILD_TYPE}/HEADER.textile << EOF
- h4. 96Boards - Reference Component - UEFI
+ h4. Reference Platform - UEFI
- Tianocore EDK2 UEFI build consumed by the 96Boards Reference Platform Builds
+ Tianocore EDK2 UEFI build consumed by the Reference Platform Builds
Build Description:
* Build URL: "$BUILD_URL":$BUILD_URL
@@ -230,14 +230,14 @@
EOF
if [ "$BUILD_ATF" == "yes" ]; then
- cat >> out/${BUILD_TYPE}/README.textile << EOF
+ cat >> out/${BUILD_TYPE}/HEADER.textile << EOF
* ARM Trusted Firmware: "$ATF_GIT_URL":$ATF_GIT_URL
* ARM Trusted Firmware head: $ATF_GIT_VERSION
EOF
fi
if [ "$BUILD_TOS" == "yes" ]; then
- cat >> out/${BUILD_TYPE}/README.textile << EOF
+ cat >> out/${BUILD_TYPE}/HEADER.textile << EOF
* OP-TEE OS: "$OPTEE_OS_GIT_URL":$OPTEE_OS_GIT_URL
* OP-TEE OS head: $OPTEE_OS_GIT_VERSION
EOF