From: Alexander Kanavin Date: Mon, 1 Aug 2022 09:33:12 +0000 (+0200) Subject: scripts/oe-setup-builddir: make it known where configurations come from X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~3458 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec34783ffc34eb9e9697f1b192c5a0043f1ca2c6;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git scripts/oe-setup-builddir: make it known where configurations come from "with some default values" isn't clear; if the user wants to change or inspect the default values and their history, we should help them find where they are. This becomes especially important when using template configs other than poky's. Signed-off-by: Alexander Kanavin Signed-off-by: Luca Ceresoli --- diff --git a/scripts/oe-setup-builddir b/scripts/oe-setup-builddir index 54048e62ecd..5d644168cb9 100755 --- a/scripts/oe-setup-builddir +++ b/scripts/oe-setup-builddir @@ -74,9 +74,10 @@ fi if [ ! -r "$BUILDDIR/conf/local.conf" ]; then cat <