summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKoen Kooi <koen.kooi@linaro.org>2015-04-09 09:38:03 +0200
committerKoen Kooi <koen.kooi@linaro.org>2015-04-09 09:38:03 +0200
commitb1c4d6bbbde064ae1e4f271c22a8dd4937fc084b (patch)
tree305f212b50bc7bebd8cdd1de13071d50cb7ae5d3
parente64d03197d368ada66323453ae93593f900253ea (diff)
functions.sh: enable buildhistory
Change-Id: I0572fe69491370a129ab76ffabccf8dc03561c6b Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
-rwxr-xr-xfunctions.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/functions.sh b/functions.sh
index d6b84bd..034d7a3 100755
--- a/functions.sh
+++ b/functions.sh
@@ -125,6 +125,10 @@ IMAGE_ROOTFS_ALIGNMENT = "2048"
# to save space we remove source after build
INHERIT += "rm_work"
+# Enable buildhistory to make tracking package changes easier
+# NOTE: BUILDHISTORY_COMMIT is disabled, so the overhead is kept minimal
+INHERIT += "buildhistory"
+
MACHINE ?= "${machinearch}"
# Prefer hardfloat, the OE default is softfp for cortex-A class devices