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
commit495ad28eadc1733c58fb644586f8f9ce60e4a6ce (patch)
tree823c2d2ca93396be5075922c76f9a0592705d55b /recipes/images/trdx-image-fstype.inc
parent48d95d0878b84c42a194800d904ff93908b9b785 (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