From 0ad65be8bffaa84042c170b46ca320d0a69f012e Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 18 Jul 2017 22:52:07 +0100 Subject: oe-init-build-env-memres: Drop it With the new server structure we no longer need this separate environment init script. Just set BB_SERVER_TIMEOUT to be greater than zero and bitbake will remain in memory and the UI will auto-reconnect to it. Also clean out the old shutdown code from oe-init-build-env which also doesn't make sense now. (From OE-Core rev: a17724d687f9c04dc21f2f369da2b492f7119ba0) Signed-off-by: Richard Purdie --- scripts/oe-buildenv-internal | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'scripts/oe-buildenv-internal') diff --git a/scripts/oe-buildenv-internal b/scripts/oe-buildenv-internal index c8905524ff..e6cd141ff5 100755 --- a/scripts/oe-buildenv-internal +++ b/scripts/oe-buildenv-internal @@ -24,8 +24,7 @@ if ! $(return >/dev/null 2>&1) ; then echo 'Usage: . $OEROOT/scripts/oe-buildenv-internal &&' echo '' echo 'OpenEmbedded oe-buildenv-internal - an internal script that is' - echo 'used in oe-init-build-env and oe-init-build-env-memres to' - echo 'initialize oe build environment' + echo 'used in oe-init-build-env to initialize oe build environment' echo '' exit 2 fi -- cgit v1.2.3-54-g00ecf