summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2019-01-14 16:21:36 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2019-03-06 13:46:01 +0100
commitd3e780233b509cadc610c47fed143f2adc0c979c (patch)
treeb53eed37e1bc0bff4b08559c77a2a7ef478bcd98
parent2251d4fd97cc037a4ebf2d168da369bd052b8e82 (diff)
buildhistory: (re) enable
Angstrom sets this in the distro configuration, poky does not. So enable it in local.conf to get the usefull debug aid build/buildhistroy. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r--buildconf/local.conf8
1 files changed, 7 insertions, 1 deletions
diff --git a/buildconf/local.conf b/buildconf/local.conf
index af875a4..8105fd7 100644
--- a/buildconf/local.conf
+++ b/buildconf/local.conf
@@ -1,5 +1,7 @@
# meta-freescale otherwise defaults to wayland
-DISTRO_FEATURES_remove = "wayland"
+DISTRO_FEATURE_FOR_REMOVAL = "wayland"
+DISTRO_FEATURE_FOR_REMOVAL_mx8 = ""
+DISTRO_FEATURES_remove = "${DISTRO_FEATURE_FOR_REMOVAL}"
# This file is your local configuration file and is where all local user settings
# are placed. The comments in this file give some guide to the options a new user
@@ -267,6 +269,10 @@ IMAGE_FSTYPES_append = " tar.bz2"
PREFERRED_PROVIDER_psplash-support = "psplash-angstrom"
+# Log information on images and packages
+INHERIT += "buildhistory"
+BUILDHISTORY_COMMIT = "1"
+
# This file does not need to exist, if it does it can be used to influence machine specific
# configurations without copying the machine file.
include conf/machine/include/${MACHINE}.inc