public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
From: "Q. Gylstorff" <Quirin.Gylstorff@siemens.com>
To: isar-users@googlegroups.com
Cc: Quirin Gylstorff <quirin.gylstorff@siemens.com>
Subject: [RFC PATCH 0/2] Add bbclass to generate build configuration from snippets
Date: Mon,  9 Aug 2021 12:26:43 +0200	[thread overview]
Message-ID: <20210809102645.17414-1-Quirin.Gylstorff@siemens.com> (raw)

From: Quirin Gylstorff <quirin.gylstorff@siemens.com>

This patchset adds the `build-config-snippets.bbclass`. This class can be used
to generate package dependencies according to the used build configuration.

It is in use as 'kconfig-snippets.bbclass' in [1] for the swupdate configuration.


[1]: https://gitlab.com/cip-project/cip-core/isar-cip-core/

Quirin Gylstorff (2):
  Add build-config-snippet class
  Add example for build-config-snippets

 doc/technical_overview.md                     | 33 +++++++
 meta-isar/conf/local.conf.sample              |  2 +-
 .../example-build-config_0.1.bb               | 32 +++++++
 .../example-build-config/files/build.snippet  |  1 +
 .../example-build-config/files/build_config   |  1 +
 meta/classes/build-config-snippets.bbclass    | 87 +++++++++++++++++++
 6 files changed, 155 insertions(+), 1 deletion(-)
 create mode 100644 meta-isar/recipes-app/example-build-config/example-build-config_0.1.bb
 create mode 100644 meta-isar/recipes-app/example-build-config/files/build.snippet
 create mode 100644 meta-isar/recipes-app/example-build-config/files/build_config
 create mode 100644 meta/classes/build-config-snippets.bbclass

-- 
2.20.1


             reply	other threads:[~2021-08-09 10:26 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-09 10:26 Q. Gylstorff [this message]
2021-08-09 10:26 ` [RFC PATCH 1/2] Add build-config-snippet class Q. Gylstorff
2021-08-09 10:26 ` [RFC PATCH 2/2] Add example for build-config-snippets Q. Gylstorff
2021-08-09 12:58 ` [RFC PATCH 0/2] Add bbclass to generate build configuration from snippets Jan Kiszka
2021-08-09 13:46   ` Gylstorff Quirin
2021-08-09 14:05     ` Gylstorff Quirin

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=20210809102645.17414-1-Quirin.Gylstorff@siemens.com \
    --to=quirin.gylstorff@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