From d3e780233b509cadc610c47fed143f2adc0c979c Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Mon, 14 Jan 2019 16:21:36 +0100 Subject: 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 --- buildconf/local.conf | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3