summaryrefslogtreecommitdiffstats
path: root/meta/classes/populate_sdk_ext.bbclass
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2017-07-18 22:52:07 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-07-21 08:44:25 +0100
commit0ad65be8bffaa84042c170b46ca320d0a69f012e (patch)
tree0887d7910a567dd990a532d74027d7fb4fc93c04 /meta/classes/populate_sdk_ext.bbclass
parent0a9e0f03f5f4e22775cd25a65afd07fbb0409ce1 (diff)
downloadpoky-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 'meta/classes/populate_sdk_ext.bbclass')
-rw-r--r--meta/classes/populate_sdk_ext.bbclass1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/classes/populate_sdk_ext.bbclass b/meta/classes/populate_sdk_ext.bbclass
index 4791d74431..e31ee3722b 100644
--- a/meta/classes/populate_sdk_ext.bbclass
+++ b/meta/classes/populate_sdk_ext.bbclass
@@ -69,7 +69,6 @@ OE_INIT_ENV_SCRIPT ?= "oe-init-build-env"
69# COREBASE be preserved as well as untracked files. 69# COREBASE be preserved as well as untracked files.
70COREBASE_FILES ?= " \ 70COREBASE_FILES ?= " \
71 oe-init-build-env \ 71 oe-init-build-env \
72 oe-init-build-env-memres \
73 scripts \ 72 scripts \
74 LICENSE \ 73 LICENSE \
75 .templateconf \ 74 .templateconf \