From 779bfed46f1d87ea1b6521c62d1e2152559918b9 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Sun, 27 Aug 2017 12:55:55 +0200 Subject: tdx-image-fstype.inc: set PV to Toradex image version Use PV variable to define the image version. With that the Tezi image class can use OpenEmbedded variables to get the image version. Signed-off-by: Stefan Agner Acked-by: Max Krummenacher --- recipes-images/images/tdx-image-fstype.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'recipes-images/images/tdx-image-fstype.inc') diff --git a/recipes-images/images/tdx-image-fstype.inc b/recipes-images/images/tdx-image-fstype.inc index 1057a2d..83754b9 100644 --- a/recipes-images/images/tdx-image-fstype.inc +++ b/recipes-images/images/tdx-image-fstype.inc @@ -2,8 +2,9 @@ include conf/tdx_version.conf +PV = "${TDX_VER_EXT_MIN}" BURNFLASH := "${THISDIR}/files/${MACHINE}" -IMAGE_DIR = "${IMAGE_NAME}_${PV}" +IMAGE_DIR = "${IMAGE_NAME}_${TDX_VER_INT}" IMAGE_ROOTFS = "${WORKDIR}/${IMAGE_DIR}/rootfs" UBOOT_EXT = "bin" -- cgit v1.2.3