]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
toolchain-scripts-base.bbclass: remove timestamp
authorChangqing Li <changqing.li@windriver.com>
Sat, 28 Feb 2026 09:27:52 +0000 (17:27 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 2 Mar 2026 18:02:33 +0000 (18:02 +0000)
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>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes-recipe/toolchain-scripts-base.bbclass

index d24a986e0221cc34de9a08568a45183da4ca4a52..444721fe9767df6bf5f6b31e3dc71ce4a7abf1bf 100644 (file)
@@ -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"