From ac8186042de6d3f4be4445e5f12c8ae22ada0243 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Mon, 1 Aug 2022 11:33:12 +0200 Subject: 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. (From OE-Core rev: b60f4c7f3205b354469c1aa8b56ceaacc11d486b) Signed-off-by: Alexander Kanavin Signed-off-by: Luca Ceresoli (cherry picked from commit ec34783ffc34eb9e9697f1b192c5a0043f1ca2c6) Signed-off-by: Steve Sakoman Signed-off-by: Richard Purdie --- scripts/oe-setup-builddir | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/scripts/oe-setup-builddir b/scripts/oe-setup-builddir index 54048e62ec..5d644168cb 100755 --- a/scripts/oe-setup-builddir +++ b/scripts/oe-setup-builddir @@ -74,9 +74,10 @@ fi if [ ! -r "$BUILDDIR/conf/local.conf" ]; then cat <