From 7ea157b982063aaf31abc6fc7364aacd459f252f Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Sat, 28 Mar 2015 13:59:29 +0100 Subject: 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. --- recipes/images/trdx-image-fstype.inc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'recipes/images/trdx-image-fstype.inc') 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 -- cgit v1.2.3