From 96d0d4b5b671ea08cb4dcaedc84e783f253d941e Mon Sep 17 00:00:00 2001 From: Ming Liu Date: Mon, 21 Aug 2017 13:45:52 +0200 Subject: meta: move some text from oe-setup-builddir to conf-notes.txt This allows the end users to be able to override the entire notes showing on the shell console. For instance, Our company uses a external conf-notes.txt, and we run bitbake with some extra variables, looks like: F=xxx D=xxx M=xxx bitbake , so we want to show exactly these texts on the shell console, that's why we need this change. (From OE-Core rev: 80bc8282df58dfeaae8f2f71ed2617d718e29f8b) Signed-off-by: Ming Liu Signed-off-by: Richard Purdie --- scripts/oe-setup-builddir | 7 ------- 1 file changed, 7 deletions(-) (limited to 'scripts/oe-setup-builddir') diff --git a/scripts/oe-setup-builddir b/scripts/oe-setup-builddir index ef495517aa..55d73ca1e4 100755 --- a/scripts/oe-setup-builddir +++ b/scripts/oe-setup-builddir @@ -133,13 +133,6 @@ EOM # unset SHOWYPDOC fi -cat <' - -EOM if [ -z "$OECORENOTESCONF" ]; then OECORENOTESCONF="$OEROOT/meta/conf/conf-notes.txt" fi -- cgit v1.2.3-54-g00ecf