From ec34783ffc34eb9e9697f1b192c5a0043f1ca2c6 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Mon, 1 Aug 2022 11:33:12 +0200 Subject: [PATCH] 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 --- 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 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 <