diff options
author | Peter Kjellerstedt <pkj@axis.com> | 2020-02-09 07:06:58 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-02-21 17:48:09 +0000 |
commit | b64563009023a2db1f182164195e8f0402711d13 (patch) | |
tree | 850fa7f5a5079f5e30155cc62c778dc57298412e /meta/classes/reproducible_build_simple.bbclass | |
parent | 68df350abfd490009dea7582060c1758ce6af0d4 (diff) | |
download | poky-b64563009023a2db1f182164195e8f0402711d13.tar.gz |
Revert "rootfs: Make BUILDNAME a weak default in reproducible_build_simple"
This reverts commit 8380df6566db49ef184b837432558750f77f592f.
Giving BUILDNAME a static default in reproducible_build_simple.bbclass
to have /etc/version be generated with that name lead to other users
of BUILDNAME no longer working as expected. E.g., buildstats.bcclass
would now write its information in a single directory, overwriting the
statistics for each build.
(From OE-Core rev: dcd1fbe153369634c73370cbe22e1dbdac080146)
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/reproducible_build_simple.bbclass')
-rw-r--r-- | meta/classes/reproducible_build_simple.bbclass | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/classes/reproducible_build_simple.bbclass b/meta/classes/reproducible_build_simple.bbclass index 3e5fd82432..393372993d 100644 --- a/meta/classes/reproducible_build_simple.bbclass +++ b/meta/classes/reproducible_build_simple.bbclass | |||
@@ -7,4 +7,3 @@ export PERL_HASH_SEED = "0" | |||
7 | export SOURCE_DATE_EPOCH ??= "1520598896" | 7 | export SOURCE_DATE_EPOCH ??= "1520598896" |
8 | 8 | ||
9 | REPRODUCIBLE_TIMESTAMP_ROOTFS ??= "1520598896" | 9 | REPRODUCIBLE_TIMESTAMP_ROOTFS ??= "1520598896" |
10 | BUILDNAME ??= "${REPRODUCIBLE_TIMESTAMP_ROOTFS}" | ||