summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2013-12-12 11:31:39 +0100
committerAnders Roxell <anders.roxell@linaro.org>2013-12-12 11:31:39 +0100
commit68796b75d7c5b9386e45d6d39d0dd377faa24477 (patch)
tree146cb9c887c99ede2f02be214744f5f856039d5f
parent6853ffaacba55da17dcc79daf5cd17799f3b0fd1 (diff)
l-m-c: use the apt-get installed version
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
-rwxr-xr-xlinux-lng.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-lng.sh b/linux-lng.sh
index 5faa9bd..ff83068 100755
--- a/linux-lng.sh
+++ b/linux-lng.sh
@@ -80,7 +80,7 @@ export ROOTFS_BUILD_URL="http://snapshots.linaro.org/openembedded/images/lng-${r
wget --progress=dot -e dotbytes=2M ${ROOTFS_BUILD_URL}
# Create pre-built image(s)
-${WORKSPACE}/linaro-image-tools/linaro-media-create --dev ${lmc_dev} --output-directory ${WORKSPACE} --image-size 3G --binary linaro-image-lng-generic${rootfs_arch}-${ROOTFS_BUILD_TIMESTAMP}-${ROOTFS_BUILD_NUMBER}.rootfs.tar.gz --hwpack hwpack_linaro-${hwpack_type}*.tar.gz --hwpack-force
+linaro-media-create --dev ${lmc_dev} --output-directory ${WORKSPACE} --image-size 3G --binary linaro-image-lng-generic${rootfs_arch}-${ROOTFS_BUILD_TIMESTAMP}-${ROOTFS_BUILD_NUMBER}.rootfs.tar.gz --hwpack hwpack_linaro-${hwpack_type}*.tar.gz --hwpack-force
# Compress image(s)
mv sd.img ${hwpack}-lng-sd.img