From a17724d687f9c04dc21f2f369da2b492f7119ba0 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. Signed-off-by: Richard Purdie --- meta/classes/populate_sdk_ext.bbclass | 1 - 1 file changed, 1 deletion(-) (limited to 'meta/classes/populate_sdk_ext.bbclass') 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" # COREBASE be preserved as well as untracked files. COREBASE_FILES ?= " \ oe-init-build-env \ - oe-init-build-env-memres \ scripts \ LICENSE \ .templateconf \ -- cgit 1.2.3-korg