diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-07-18 22:52:07 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-07-21 08:44:25 +0100 |
commit | 0ad65be8bffaa84042c170b46ca320d0a69f012e (patch) | |
tree | 0887d7910a567dd990a532d74027d7fb4fc93c04 /scripts | |
parent | 0a9e0f03f5f4e22775cd25a65afd07fbb0409ce1 (diff) | |
download | poky-0ad65be8bffaa84042c170b46ca320d0a69f012e.tar.gz |
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 <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/oe-buildenv-internal | 3 |
1 files changed, 1 insertions, 2 deletions
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 | |||
24 | echo 'Usage: . $OEROOT/scripts/oe-buildenv-internal &&' | 24 | echo 'Usage: . $OEROOT/scripts/oe-buildenv-internal &&' |
25 | echo '' | 25 | echo '' |
26 | echo 'OpenEmbedded oe-buildenv-internal - an internal script that is' | 26 | echo 'OpenEmbedded oe-buildenv-internal - an internal script that is' |
27 | echo 'used in oe-init-build-env and oe-init-build-env-memres to' | 27 | echo 'used in oe-init-build-env to initialize oe build environment' |
28 | echo 'initialize oe build environment' | ||
29 | echo '' | 28 | echo '' |
30 | exit 2 | 29 | exit 2 |
31 | fi | 30 | fi |