aboutsummaryrefslogtreecommitdiff
path: root/lt-qcom-debian-images.yaml
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2015-11-24 21:54:44 +0100
committerLinaro Code Review <review@review.linaro.org>2015-11-24 20:57:27 +0000
commit0f304c10e3d4398423bf90b79647fccf17d74c42 (patch)
treea1243ab20c7dd96a5e5acfc296a6da8ebb908c8a /lt-qcom-debian-images.yaml
parent8efb923f8a4ab80d240330972154217f47da786e (diff)
lt-qcom-debian-*: add README.textile file
add relevant information in README.textile so that we can quickly get valuable information from the build folder Change-Id: Ia9087fa74c8a79d20e1d19c110f1b5660f3d7341 Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Diffstat (limited to 'lt-qcom-debian-images.yaml')
-rw-r--r--lt-qcom-debian-images.yaml18
1 files changed, 14 insertions, 4 deletions
diff --git a/lt-qcom-debian-images.yaml b/lt-qcom-debian-images.yaml
index d2b6a327fc..f26defdb70 100644
--- a/lt-qcom-debian-images.yaml
+++ b/lt-qcom-debian-images.yaml
@@ -155,8 +155,18 @@
- libasound2
EOF
- cat > out/README.txt << EOF
- This build is using artifacts from the following builds:
+ # Build information
+ cat > out/README.textile << EOF
+
+ h4. QCOM Landing Team - Snapdragon 600 - Debian
+
+ Build description:
+ * Build URL: "$BUILD_URL":$BUILD_URL
+ * OS flavour: $OS_FLAVOUR
+ * Kernel tree: "$GIT_URL":$GIT_URL
+ * Kernel branch: $KERNEL_BRANCH
+ * Kernel version: "$GIT_COMMIT":$GIT_URL/commit/$GIT_COMMIT
+ * Kernel defconfig: $kernel_config
EOF
for rootfs in ${ROOTFS}; do
@@ -226,8 +236,8 @@
# Compress image(s)
gzip -9 out/linaro-${OS_FLAVOUR}-${rootfs}-${PLATFORM_NAME}-${VERSION}.img
- cat >> out/README.txt << EOF
- Linaro Debian ${rootfs} build: http://snapshots.linaro.org/debian/images/${rootfs}-armhf/${ROOTFS_BUILD_NUMBER}
+ cat >> out/README.textile << EOF
+ * Linaro Debian ${rootfs}: http://snapshots.linaro.org/debian/images/${rootfs}-armhf/${ROOTFS_BUILD_NUMBER}
EOF
done