diff mbox series

toolchain-scripts-base.bbclass: remove timestamp

Message ID 20260228092752.131829-1-changqing.li@windriver.com
State New
Headers show
Series toolchain-scripts-base.bbclass: remove timestamp | expand

Commit Message

Changqing Li Feb. 28, 2026, 9:27 a.m. UTC
This timestamp makes the package meta-environment-qemux86-64 not
reproducible, and it is the time when the package is built, mabybe not
that important, the key info is the meta revision.

Signed-off-by: Changqing Li <changqing.li@windriver.com>
---
 meta/classes-recipe/toolchain-scripts-base.bbclass | 2 --
 1 file changed, 2 deletions(-)
diff mbox series

Patch

diff --git a/meta/classes-recipe/toolchain-scripts-base.bbclass b/meta/classes-recipe/toolchain-scripts-base.bbclass
index d24a986e02..444721fe97 100644
--- a/meta/classes-recipe/toolchain-scripts-base.bbclass
+++ b/meta/classes-recipe/toolchain-scripts-base.bbclass
@@ -12,6 +12,4 @@  toolchain_create_sdk_version () {
 	echo 'Distro: ${DISTRO}' >> $versionfile
 	echo 'Distro Version: ${DISTRO_VERSION}' >> $versionfile
 	echo 'Metadata Revision: ${METADATA_REVISION}' >> $versionfile
-	echo 'Timestamp: ${DATETIME}' >> $versionfile
 }
-toolchain_create_sdk_version[vardepsexclude] = "DATETIME"