summaryrefslogtreecommitdiff
path: root/classes/image_type_tezi.bbclass
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2019-12-02 15:30:19 +0000
committerStefan Agner <stefan.agner@toradex.com>2019-12-03 09:59:50 +0000
commit0d9eaaa672f461f1e34a657d54c871a866f2944a (patch)
tree2d8071c864d48df83d0590dd44fd8f9d08173ee7 /classes/image_type_tezi.bbclass
parentf1d5caa1e271f577a0ce461957e07046d0347fc9 (diff)
image_type_tezi.bbclass: use distro version by default
Using PV is not a good idea with the new versioning, especially since there is a timestamp in the version number. Use the DISTRO_VERSION variable by default. Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
Diffstat (limited to 'classes/image_type_tezi.bbclass')
-rw-r--r--classes/image_type_tezi.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/image_type_tezi.bbclass b/classes/image_type_tezi.bbclass
index a392f28..b2a1e4b 100644
--- a/classes/image_type_tezi.bbclass
+++ b/classes/image_type_tezi.bbclass
@@ -16,7 +16,7 @@ DEPENDS += "${WKS_FILE_DEPENDS}"
RM_WORK_EXCLUDE += "${PN}"
-TEZI_VERSION ?= "${PV}-${DATE}"
+TEZI_VERSION ?= "${DISTRO_VERSION}"
TEZI_ROOT_FSTYPE ??= "ext4"
TEZI_ROOT_LABEL ??= "RFS"
TEZI_ROOT_SUFFIX ??= "tar.xz"