summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2021-10-15 21:04:24 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2021-10-18 21:05:26 +0200
commitb97c17fbc124d12816c0635be3417ac5792e8e2f (patch)
tree0dfc5e12a07d84c362d3150ce5ead1d9b2e9bdc5 /examples
parentcf620daeee00fe497395f4de3eb2c063f28e4e21 (diff)
downloadrebel-b97c17fbc124d12816c0635be3417ac5792e8e2f.tar
rebel-b97c17fbc124d12816c0635be3417ac5792e8e2f.zip
examples: linux: make build reproducible
Diffstat (limited to 'examples')
-rw-r--r--examples/linux.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/linux.yml b/examples/linux.yml
index 391d15e..21ae27a 100644
--- a/examples/linux.yml
+++ b/examples/linux.yml
@@ -31,6 +31,8 @@ tasks:
inherit:
task: 'configure'
run: |
+ export KBUILD_BUILD_TIMESTAMP="@${SOURCE_DATE_EPOCH}"
+
cd {{pn}}-build
make \
ARCH={{host.karch}} \