From: Jan Kiszka <jan.kiszka@siemens.com>
To: isar-users <isar-users@googlegroups.com>
Subject: [PATCH] Move isar-events installation into bitbake.conf
Date: Mon, 5 Feb 2018 20:29:50 +0100 [thread overview]
Message-ID: <f11796d2-8cfa-ef58-1490-d6740fb4a7bf@siemens.com> (raw)
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
reply other threads:[~2018-02-05 19:29 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=f11796d2-8cfa-ef58-1490-d6740fb4a7bf@siemens.com \
--to=jan.kiszka@siemens.com \
--cc=isar-users@googlegroups.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox