All of lore.kernel.org
 help / color / mirror / Atom feed
From: Felix Moessbauer <felix.moessbauer@siemens.com>
To: cip-dev@lists.cip-project.org
Cc: adriaan.schmidt@siemens.com, jan.kiszka@siemens.com,
	quirin.gylstorff@siemens.com,
	Felix Moessbauer <felix.moessbauer@siemens.com>
Subject: [isar-cip-core][PATCH v2 1/5] register image classes via layer.conf
Date: Fri, 10 Feb 2023 06:44:59 +0000	[thread overview]
Message-ID: <20230210064503.706699-2-felix.moessbauer@siemens.com> (raw)
In-Reply-To: <20230210064503.706699-1-felix.moessbauer@siemens.com>

This patch registers the provided image classes via the bblayer.conf
file. By that, no manual additions of these classes via kas is required
and erronous implementations are detected early (e.g. mandatory inputs
without defaults).

Signed-off-by: Felix Moessbauer <felix.moessbauer@siemens.com>
---
 conf/layer.conf | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/conf/layer.conf b/conf/layer.conf
index 0c5fd39..2c888b2 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -22,3 +22,5 @@ LAYERSERIES_COMPAT_cip-core = "next"
 
 LAYERDIR_cip-core = "${LAYERDIR}"
 LAYERDIR_cip-core[vardepvalue] = "isar-cip-core"
+
+IMAGE_CLASSES += "squashfs verity swupdate"
-- 
2.34.1



  reply	other threads:[~2023-02-10 12:07 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-10  6:44 [isar-cip-core][PATCH v2 0/5] Rework image classes Felix Moessbauer
2023-02-10  6:44 ` Felix Moessbauer [this message]
2023-02-10  8:18   ` [isar-cip-core][PATCH v2 1/5] register image classes via layer.conf Gylstorff Quirin
2023-02-10  8:29     ` Moessbauer, Felix
2023-02-10  8:34       ` Gylstorff Quirin
2023-02-10  6:45 ` [isar-cip-core][PATCH v2 2/5] refactor: use imagetypes for swu generation Felix Moessbauer
2023-02-10  6:45 ` [isar-cip-core][PATCH v2 3/5] swu: directly image from squashfs rootfs Felix Moessbauer
2023-02-10  6:45 ` [isar-cip-core][PATCH v2 4/5] swupdate: only check partition uuids on swupdate Felix Moessbauer
2023-02-10  6:45 ` [isar-cip-core][PATCH v2 5/5] refactor verity image creation Felix Moessbauer
2023-02-10  8:34 ` [isar-cip-core][PATCH v2 0/5] Rework image classes Schmidt, Adriaan

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=20230210064503.706699-2-felix.moessbauer@siemens.com \
    --to=felix.moessbauer@siemens.com \
    --cc=adriaan.schmidt@siemens.com \
    --cc=cip-dev@lists.cip-project.org \
    --cc=jan.kiszka@siemens.com \
    --cc=quirin.gylstorff@siemens.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.