aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--96boards-bubblegum-u-boot.yaml25
1 files changed, 14 insertions, 11 deletions
diff --git a/96boards-bubblegum-u-boot.yaml b/96boards-bubblegum-u-boot.yaml
index eec4583ea8..72df6209d7 100644
--- a/96boards-bubblegum-u-boot.yaml
+++ b/96boards-bubblegum-u-boot.yaml
@@ -70,23 +70,26 @@
* git commit: ${GIT_COMMIT}
EOF
- cat > out/HEADER.html << EOF
- <html>
- <body>
- <div id="content"><meta http-equiv="content-type" content="text/html; charset=utf-8" />
- <pre style="font-size:.85em; padding:0 0 0 10;">
- <linaro:include file="README.txt" />
- </pre>
- </body>
- </html>
- EOF
-
cp -a u-boot-dtb.img out/
cp -a .config out/u-boot.config
# Create MD5SUMS file
(cd out && md5sum * > MD5SUMS.txt)
+ # Build information (textile, for the web view)
+ cat > out/README.textile << EOF
+
+ h4. 96Boards - Actions Semi Bubblegum - U-Boot
+
+ U-Boot development build for Actions Semi Bubblegum
+
+ Build Description:
+ * Build URL: "$BUILD_URL":$BUILD_URL
+ * U-Boot tree: "$GIT_URL":$GIT_URL
+ * U-Boot branch: $GIT_BRANCH
+ * U-Boot commit: $GIT_COMMIT
+ EOF
+
# Publish
test -d ${HOME}/bin || mkdir ${HOME}/bin
wget -q https://git.linaro.org/ci/publishing-api.git/blob_plain/HEAD:/linaro-cp.py -O ${HOME}/bin/linaro-cp.py