summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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