summaryrefslogtreecommitdiff
path: root/meta-openbmc-mods/meta-wht/conf/local.conf.sample
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openbmc-mods/meta-wht/conf/local.conf.sample')
-rw-r--r--meta-openbmc-mods/meta-wht/conf/local.conf.sample6
1 files changed, 5 insertions, 1 deletions
diff --git a/meta-openbmc-mods/meta-wht/conf/local.conf.sample b/meta-openbmc-mods/meta-wht/conf/local.conf.sample
index 7d53790cf..5a5134be5 100644
--- a/meta-openbmc-mods/meta-wht/conf/local.conf.sample
+++ b/meta-openbmc-mods/meta-wht/conf/local.conf.sample
@@ -28,5 +28,9 @@ CONF_VERSION = "5"
#BB_NUMBER_THREADS = "70"
FULL_OPTIMIZATION = "-Os -pipe ${DEBUG_FLAGS}"
-require conf/distro/include/security_flags.inc
+
+# The following class prints the SRC_URI of each recipe in the build
+# Once enabled, run 'bitbake intel-platforms --runonly print_src'
+# on a clean workspace to get the output
+#INHERIT += "print-src"