summaryrefslogtreecommitdiff
path: root/recipes/images/trdx-image-fstype.inc
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2015-03-28 13:59:29 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2015-05-12 10:04:34 +0200
commit7ea157b982063aaf31abc6fc7364aacd459f252f (patch)
tree89a6956007dc8e825a00a6ad17f59700c727feaf /recipes/images/trdx-image-fstype.inc
parentc499868376c020de4b77eb5cf842c43dfb47d9be (diff)
trdx-image-fstype: drop tarball in favour of files
Drop the burnflash.tar.bz2 tarball and put the individual files under version control. Only create minimal set for colibri-t20 for now and move it with the change to tegra-uboot-flasher.
Diffstat (limited to 'recipes/images/trdx-image-fstype.inc')
-rw-r--r--recipes/images/trdx-image-fstype.inc5
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes/images/trdx-image-fstype.inc b/recipes/images/trdx-image-fstype.inc
index f6153bc..6a6b0a9 100644
--- a/recipes/images/trdx-image-fstype.inc
+++ b/recipes/images/trdx-image-fstype.inc
@@ -1,6 +1,6 @@
#create the deployment directory-tree
-BURNFLASH := "${THISDIR}/files/${MACHINE}/burnflash.tar.bz2"
+BURNFLASH := "${THISDIR}/files/${MACHINE}"
IMAGE_ROOTFS = "${WORKDIR}/${IMAGE_NAME}${PV}/rootfs"
U_BOOT_EXT = "bin"
@@ -74,8 +74,7 @@ imagedeploy_kernel_vf() {
fakeroot do_imagedeploy() {
cd ${WORKDIR}
- tar -xf ${BURNFLASH}
- cp -pPr burnflash/* ${IMAGE_NAME}${PV}/
+ cp -pPr ${BURNFLASH}/* ${IMAGE_NAME}${PV}/
imagedeploy_kernel