* [PATCH] Move isar-events installation into bitbake.conf
@ 2018-02-05 19:29 Jan Kiszka
0 siblings, 0 replies; only message in thread
From: Jan Kiszka @ 2018-02-05 19:29 UTC (permalink / raw)
To: isar-users
From: Jan Kiszka <jan.kiszka@siemens.com>
The local.conf is a bad place for it because we depend on this feature
for proper cleanup, thus it's nothing "locally configurable". This also
avoids that auto-generated local.conf files, like via kas, need to take
this requirement into account.
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---
meta-isar/conf/local.conf.sample | 3 ---
meta/conf/isar-bitbake.conf | 3 +++
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/meta-isar/conf/local.conf.sample b/meta-isar/conf/local.conf.sample
index fc760ed..2ae43e7 100644
--- a/meta-isar/conf/local.conf.sample
+++ b/meta-isar/conf/local.conf.sample
@@ -158,6 +158,3 @@ IMAGE_INSTALL = "example-hello example-raw"
#
# Default parallel jobs for bitbake:
BB_NUMBER_THREADS = "4"
-
-# Add event handlers for bitbake
-INHERIT += "isar-events"
diff --git a/meta/conf/isar-bitbake.conf b/meta/conf/isar-bitbake.conf
index b853c88..be72c3f 100644
--- a/meta/conf/isar-bitbake.conf
+++ b/meta/conf/isar-bitbake.conf
@@ -31,3 +31,6 @@ include conf/local.conf
include conf/multiconfig/${BB_CURRENT_MC}.conf
include conf/machine/${MACHINE}.conf
include conf/distro/${DISTRO}.conf
+
+# Add event handlers for bitbake
+INHERIT += "isar-events"
--
2.13.6
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2018-02-05 19:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-05 19:29 [PATCH] Move isar-events installation into bitbake.conf Jan Kiszka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox