]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
image-artifact-names.bbclass: add IMAGE_VERSION_SUFFIX_DATETIME which uses SOURCE_DAT...
authorMartin Jansa <martin.jansa@gmail.com>
Wed, 15 Nov 2023 11:37:40 +0000 (12:37 +0100)
committerMartin Jansa <martin.jansa@gmail.com>
Fri, 12 Jul 2024 07:36:57 +0000 (09:36 +0200)
commit311d5ecb218e63de0d9f4ed83b628a83191a2f40
tree82a1092afb44acfbd8675c71445581c04da9fd9c
parent9ecb1581f9220f25de657d4567ffddffc254c17b
image-artifact-names.bbclass: add IMAGE_VERSION_SUFFIX_DATETIME which uses SOURCE_DATE_EPOCH

* since https://git.openembedded.org/openembedded-core/diff/meta/classes/image-artifact-names.bbclass?id=abb0671d2cebfd7e8df94796404bbe9c7f961058
  which removed the
  bb.data.inherits_class('reproducible_build', d)
  condition this was already applied in all the builds which used DATETIME, so we
  can move it to the default value directly and DISTRO configs than can choose
  to use IMAGE_VERSION_SUFFIX_DATETIME as they want

[YOCTO #12937]

Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
meta/classes-global/base.bbclass
meta/classes-recipe/image-artifact-names.bbclass