summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2018-11-02 08:40:43 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-11-02 08:40:48 +0100
commit5b2c1a9375f4c697e666aa233d32a64a060f138b (patch)
tree21cd1b501bdc2ff80807758780a41968ca392ba2 /scripts
parentf60e5c25c7caad2f23eca6863cf05700eb073cc2 (diff)
downloadptxdist-5b2c1a9375f4c697e666aa233d32a64a060f138b.tar.gz
ptxdist-5b2c1a9375f4c697e666aa233d32a64a060f138b.tar.xz
ptxd_make_kconfig: set KCONFIG_NOTIMESTAMP
This ensures that the config files does not contain a timestamp. Even if the packages using world/kconfig etc. do not set this variable. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/lib/ptxd_make_world_kconfig.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/lib/ptxd_make_world_kconfig.sh b/scripts/lib/ptxd_make_world_kconfig.sh
index faeb22a4c..8522abfe2 100644
--- a/scripts/lib/ptxd_make_world_kconfig.sh
+++ b/scripts/lib/ptxd_make_world_kconfig.sh
@@ -70,6 +70,8 @@ ptxd_make_kconfig() {
esac
fi
+ export KCONFIG_NOTIMESTAMP="1"
+
ptxd_make_kconfig_setup &&
ptxd_eval \
"${pkg_path}" \