summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2017-11-16 18:11:56 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2017-12-22 15:51:18 +0100
commit39beb3b636b63e5300ab0bc58e85d9f720418b12 (patch)
treebbf75214830052dfabe636f411cb1dc3a3df1baf
parent7c9726c2aaec345fe88fefebeb56dae2b01c0561 (diff)
tdx-image-fstype: follow version variable change
We changed the version variables in meta-toradex-bsp-common/conf/tdx_version.conf Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
-rw-r--r--recipes-images/images/tdx-image-fstype.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-images/images/tdx-image-fstype.inc b/recipes-images/images/tdx-image-fstype.inc
index 824fabd..41c15a3 100644
--- a/recipes-images/images/tdx-image-fstype.inc
+++ b/recipes-images/images/tdx-image-fstype.inc
@@ -2,9 +2,9 @@
include conf/tdx_version.conf
-PV = "${TDX_VER_EXT_MIN}"
+PV = "${TDX_VER_PACKAGE_MIN}"
BURNFLASH := "${THISDIR}/files/${MACHINE}"
-IMAGE_DIR = "${IMAGE_NAME}_${TDX_VER_INT}"
+IMAGE_DIR = "${IMAGE_NAME}_${TDX_VER_ITEM}"
IMAGE_ROOTFS = "${WORKDIR}/${IMAGE_DIR}/rootfs"
UBOOT_EXT = "bin"
@@ -180,7 +180,7 @@ fakeroot imagedeploy_arm() {
#create tarball
# ignore return code 1 "file changed as we read it" as other tasks(e.g. do_image_wic) may be hardlinking rootfs
- tar --use-compress-prog=pbzip2 -cf ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}_${TDX_VER_EXT}.tar.bz2 ${IMAGE_DIR} || true
+ tar --use-compress-prog=pbzip2 -cf ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}_${TDX_VER_PACKAGE}.tar.bz2 ${IMAGE_DIR} || true
}
fakeroot do_imagedeploy() {