summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2019-05-15 18:24:40 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2019-05-22 10:04:19 +0200
commit67062e32998e7be13ead412b0a75921b136e5025 (patch)
tree48af5facb8930cc2254c8b43481da13121276857
parent05490e3c3c4235cf1c65ac31b5e99486272498dd (diff)
tdx-extra.inc: set PV to the BSP version
We used to do this in the dropped tdx-image-fstype.inc. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r--recipes-images/images/tdx-extra.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-images/images/tdx-extra.inc b/recipes-images/images/tdx-extra.inc
index da2776f..293fd27 100644
--- a/recipes-images/images/tdx-extra.inc
+++ b/recipes-images/images/tdx-extra.inc
@@ -11,6 +11,8 @@ add_rootfs_version () {
echo "" >> ${IMAGE_ROOTFS}/etc/issue
}
+PV = "${TDX_VER_PACKAGE_MIN}"
+
# add the rootfs version to the welcome banner
ROOTFS_POSTPROCESS_COMMAND += " add_rootfs_version;"