aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2015-03-21 10:38:46 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2015-03-21 10:38:46 +0200
commit784209e19755190f357cec3142854a0f4dac2410 (patch)
tree74e5896b82efdc5220c4ebe9446382931ba1dce6
parent1080b6fe9fff1e41dfca57f0aa076c9b2a89d46e (diff)
lt-qcom-ubuntu-images-3.4: minor clean up
* display-name consistency * get rid of target variable Change-Id: I0535cc1c49dbf17f8165547a1e5c541237cb3d61 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
-rw-r--r--lt-qcom-ubuntu-images-3.4.yaml7
1 files changed, 3 insertions, 4 deletions
diff --git a/lt-qcom-ubuntu-images-3.4.yaml b/lt-qcom-ubuntu-images-3.4.yaml
index 78f9c6d..4c47050 100644
--- a/lt-qcom-ubuntu-images-3.4.yaml
+++ b/lt-qcom-ubuntu-images-3.4.yaml
@@ -44,7 +44,7 @@
default: 'release/qcomlt-3.4'
disabled: false
node: docker-utopic
- display-name: 'Qualcomm Ubuntu based images using 3.4 kernel'
+ display-name: 'Qualcomm Ubuntu based images (3.4 kernel)'
scm:
- git:
url: https://git.linaro.org/git/landing-teams/working/qualcomm/kernel.git
@@ -196,9 +196,8 @@
cmdline = console=tty0 console=${SERIAL_CONSOLE},115200n8 root=/dev/mmcblk0p13 rootwait rw text
EOF
- export target=qcom-apq8064-ifc6410
- abootimg --create out/boot-${target}-${PLATFORM_NAME}-${VERSION}.img -f out/bootimg.cfg -k out/zImage -r out/initrd.img-*
- gzip -9 out/boot-${target}-${PLATFORM_NAME}-${VERSION}.img
+ abootimg --create out/boot-qcom-apq8064-ifc6410-${PLATFORM_NAME}-${VERSION}.img -f out/bootimg.cfg -k out/zImage -r out/initrd.img-*
+ gzip -9 out/boot-qcom-apq8064-ifc6410-${PLATFORM_NAME}-${VERSION}.img
# Create an empty partition, placeholder for proprietary firmware
# do no create sparse file, so that the file can be easily loop mounted