public inbox for cip-dev@lists.cip-project.org
 help / color / mirror / Atom feed
From: Jan Kiszka <jan.kiszka@siemens.com>
To: Quirin Gylstorff <Quirin.Gylstorff@siemens.com>,
	cip-dev@lists.cip-project.org
Subject: Re: [cip-dev][isar-cip-core][PATCH v3] chore: Add maintainer to all package recipes
Date: Wed, 25 Mar 2026 15:39:23 +0100	[thread overview]
Message-ID: <d6ef54fc-2e1e-491f-b6e3-d86dab45aa02@siemens.com> (raw)
In-Reply-To: <20260325132946.611659-1-Quirin.Gylstorff@siemens.com>

On 25.03.26 14:29, Quirin Gylstorff wrote:
> From: Quirin Gylstorff <quirin.gylstorff@siemens.com>
> 
> This avoids the warning introduced with https://github.com/ilbers/isar/commit/712a62478d0ad34b7364f2892f485b7a014610c9
> ```
> WARNING:  do_prepare_build: MAINTAINER contains '@example.com'. Please set a valid maintainer.
> ```
> 
> Signed-off-by: Quirin Gylstorff <quirin.gylstorff@siemens.com>
> ---
> Changes v2:
>  - added missing optee-ftpm, opensbi
> 
> Changes v2:
>  - added optee and kernl and swupdate inc. My script forgot them
> 
>  .../hss-payload-generator/hss-payload-generator_2025.07.bb      | 2 ++
>  recipes-bsp/opensbi/opensbi_1.7.inc                             | 2 ++
>  .../optee-ftpm/optee-ftpm-qemu-arm64_4.8+v1.62r1-48-ge9fc7b8.bb | 2 ++
>  .../optee-ftpm/optee-ftpm-ti-k3_4.8+v1.62r1-48-ge9fc7b8.bb      | 2 ++
>  recipes-bsp/optee-os/optee-os-qemu.inc                          | 2 ++
>  recipes-bsp/optee-os/optee-os-ti-k3_4.8.0.inc                   | 2 ++
>  .../trusted-firmware-a/trusted-firmware-a-qemu-arm64_2.13.0.bb  | 2 ++
>  recipes-bsp/trusted-firmware-a/trusted-firmware-a-ti-k3_2.13.bb | 2 ++
>  recipes-bsp/u-boot/u-boot-common-2026.01.inc                    | 2 ++
>  recipes-core/change-root-homedir/change-root-homedir_0.2.bb     | 2 ++
>  recipes-core/customizations/common.inc                          | 2 ++
>  recipes-core/home-fs/home-fs_0.1.bb                             | 2 ++
>  recipes-core/journald-config/journald-config_0.1.bb             | 2 ++
>  recipes-core/kernel-panic/kernel-panic.bb                       | 2 ++
>  recipes-core/ltp/ltp.inc                                        | 2 ++
>  recipes-core/move-homedir-var/move-homedir-var_0.1.bb           | 2 ++
>  recipes-core/security-customizations/security-customizations.bb | 2 ++
>  recipes-core/swupdate-config-wfx/swupdate-config-wfx_0.1.bb     | 2 ++
>  recipes-core/swupdate-config/swupdate-config_0.2.bb             | 2 ++
>  .../swupdate-handler-roundrobin_0.1.bb                          | 2 ++
>  recipes-core/swupdate/swupdate.inc                              | 2 ++
>  recipes-core/tmp-fs/tmp-fs_0.2.bb                               | 2 ++
>  recipes-devtools/dosfstools/dosfstools_latest.bb                | 2 ++
>  .../ebg-secure-boot-signer/ebg-secure-boot-signer_0.2.bb        | 2 ++
>  recipes-devtools/secure-boot-secrets/secure-boot-secrets.inc    | 2 ++
>  .../swupdate-certificates/swupdate-certificates-key.inc         | 2 ++
>  .../swupdate-certificates/swupdate-certificates.inc             | 2 ++
>  recipes-devtools/swupdate-signer/swupdate-signer-cms_0.1.bb     | 2 ++
>  recipes-devtools/swupdate-signer/swupdate-signer-empty.bb       | 2 ++
>  .../initramfs-abrootfs-hook/initramfs-abrootfs-hook_0.3.bb      | 2 ++
>  .../initramfs-cip-functions/initramfs-cip-functions_0.1.bb      | 2 ++
>  .../initramfs-crypt-hook/initramfs-crypt-hook_0.10.bb           | 2 ++
>  .../initramfs-erofs-hook/initramfs-erofs-hook_0.2.bb            | 2 ++
>  .../initramfs-factory-reset-hook_0.3.bb                         | 2 ++
>  .../initramfs-overlay-hook/initramfs-overlay-hook_0.4.bb        | 2 ++
>  .../initramfs-squashfs-hook/initramfs-squashfs-hook_0.2.bb      | 2 ++
>  .../initramfs-verity-hook/initramfs-verity-hook_0.3.bb          | 2 ++
>  recipes-kernel/linux/linux-cip-common.inc                       | 2 ++
>  recipes-python/shtab/python-shtab_1.5.5-4.bb                    | 2 ++
>  recipes-security/fail2ban-config/fail2ban-config.bb             | 2 ++
>  recipes-support/factory-reset-helper/factory-reset-helper.inc   | 2 ++
>  41 files changed, 82 insertions(+)
> 
> diff --git a/recipes-bsp/hss-payload-generator/hss-payload-generator_2025.07.bb b/recipes-bsp/hss-payload-generator/hss-payload-generator_2025.07.bb
> index fa86094..cfb821f 100644
> --- a/recipes-bsp/hss-payload-generator/hss-payload-generator_2025.07.bb
> +++ b/recipes-bsp/hss-payload-generator/hss-payload-generator_2025.07.bb
> @@ -11,6 +11,8 @@
>  
>  inherit dpkg
>  
> +MAINTAINER = "cip-dev <cip-dev@lists.cip-project.org>"
> +
>  SRC_URI = " \
>      https://github.com/polarfire-soc/hart-software-services/archive/refs/tags/v${PV}.tar.gz;downloadfilename=hart-software-services-v${PV}.tar.gz \
>      file://rules"
> diff --git a/recipes-bsp/opensbi/opensbi_1.7.inc b/recipes-bsp/opensbi/opensbi_1.7.inc
> index c83935b..885401d 100644
> --- a/recipes-bsp/opensbi/opensbi_1.7.inc
> +++ b/recipes-bsp/opensbi/opensbi_1.7.inc
> @@ -5,6 +5,8 @@
>  
>  inherit opensbi
>  
> +MAINTAINER = "cip-dev <cip-dev@lists.cip-project.org>"
> +
>  SRC_URI += "https://github.com/riscv/opensbi/archive/v${PV}.tar.gz;downloadfilename=opensbi-${PV}.tar.gz;name=opensbi"
>  SRC_URI[opensbi.sha256sum] = "2cf856a4e5e2e052948ddb54ba48232b1f698b7f52e0374fc7d17d51e8c8f7ce"
>  
> diff --git a/recipes-bsp/optee-ftpm/optee-ftpm-qemu-arm64_4.8+v1.62r1-48-ge9fc7b8.bb b/recipes-bsp/optee-ftpm/optee-ftpm-qemu-arm64_4.8+v1.62r1-48-ge9fc7b8.bb
> index 7c66cdf..0dacd50 100644
> --- a/recipes-bsp/optee-ftpm/optee-ftpm-qemu-arm64_4.8+v1.62r1-48-ge9fc7b8.bb
> +++ b/recipes-bsp/optee-ftpm/optee-ftpm-qemu-arm64_4.8+v1.62r1-48-ge9fc7b8.bb
> @@ -11,6 +11,8 @@
>  
>  inherit optee-ftpm
>  
> +MAINTAINER = "cip-dev <cip-dev@lists.cip-project.org>"
> +
>  SRC_URI += " \
>      https://github.com/OP-TEE/optee_ftpm/archive/${SRCREV}.tar.gz;downloadfilename=optee_ftpm-${SRCREV}.tar.gz \
>      https://github.com/microsoft/ms-tpm-20-ref/archive/${SRCREV_ms-tpm}.tar.gz;name=ms-tpm;downloadfilename=ms-tpm-20-ref-${SRCREV_ms-tpm}.tar.gz \
> diff --git a/recipes-bsp/optee-ftpm/optee-ftpm-ti-k3_4.8+v1.62r1-48-ge9fc7b8.bb b/recipes-bsp/optee-ftpm/optee-ftpm-ti-k3_4.8+v1.62r1-48-ge9fc7b8.bb
> index 38770b4..b28ea77 100644
> --- a/recipes-bsp/optee-ftpm/optee-ftpm-ti-k3_4.8+v1.62r1-48-ge9fc7b8.bb
> +++ b/recipes-bsp/optee-ftpm/optee-ftpm-ti-k3_4.8+v1.62r1-48-ge9fc7b8.bb
> @@ -9,6 +9,8 @@
>  
>  inherit optee-ftpm
>  
> +MAINTAINER = "cip-dev <cip-dev@lists.cip-project.org>"
> +
>  SRC_URI += " \
>      https://github.com/OP-TEE/optee_ftpm/archive/${SRCREV}.tar.gz;downloadfilename=optee_ftpm-${SRCREV}.tar.gz \
>      https://github.com/microsoft/ms-tpm-20-ref/archive/${SRCREV_ms-tpm}.tar.gz;name=ms-tpm;downloadfilename=ms-tpm-20-ref-${SRCREV_ms-tpm}.tar.gz \
> diff --git a/recipes-bsp/optee-os/optee-os-qemu.inc b/recipes-bsp/optee-os/optee-os-qemu.inc
> index dec393e..3538d36 100644
> --- a/recipes-bsp/optee-os/optee-os-qemu.inc
> +++ b/recipes-bsp/optee-os/optee-os-qemu.inc
> @@ -9,6 +9,8 @@
>  # SPDX-License-Identifier: MIT
>  #
>  
> +MAINTAINER = "cip-dev <cip-dev@lists.cip-project.org>"
> +
>  SRC_URI += " \
>      https://github.com/OP-TEE/optee_os/archive/${PV}.tar.gz;downloadfilename=optee-os-${PV}.tar.gz \
>      "
> diff --git a/recipes-bsp/optee-os/optee-os-ti-k3_4.8.0.inc b/recipes-bsp/optee-os/optee-os-ti-k3_4.8.0.inc
> index 5ee5020..4e99949 100644
> --- a/recipes-bsp/optee-os/optee-os-ti-k3_4.8.0.inc
> +++ b/recipes-bsp/optee-os/optee-os-ti-k3_4.8.0.inc
> @@ -7,6 +7,8 @@
>  # SPDX-License-Identifier: MIT
>  #
>  
> +MAINTAINER = "cip-dev <cip-dev@lists.cip-project.org>"
> +
>  SRC_URI += " \
>      https://github.com/OP-TEE/optee_os/archive/${PV}.tar.gz;downloadfilename=optee-os-${PV}.tar.gz \
>      "
> diff --git a/recipes-bsp/trusted-firmware-a/trusted-firmware-a-qemu-arm64_2.13.0.bb b/recipes-bsp/trusted-firmware-a/trusted-firmware-a-qemu-arm64_2.13.0.bb
> index a65f2ac..4786f34 100644
> --- a/recipes-bsp/trusted-firmware-a/trusted-firmware-a-qemu-arm64_2.13.0.bb
> +++ b/recipes-bsp/trusted-firmware-a/trusted-firmware-a-qemu-arm64_2.13.0.bb
> @@ -12,6 +12,8 @@
>  inherit deploy-firmware
>  inherit trusted-firmware-a
>  
> +MAINTAINER = "cip-dev <cip-dev@lists.cip-project.org>"
> +
>  SRC_URI += "https://github.com/TrustedFirmware-A/trusted-firmware-a/archive/refs/tags/v${PV}.tar.gz;downloadfilename=trusted-firmware-a-v${PV}.tar.gz"
>  SRC_URI[sha256sum] = "28bc15daeeed000ecd30819ecc4851bf9ffc2d33e1d4553a71985c17f47a999e"
>  
> diff --git a/recipes-bsp/trusted-firmware-a/trusted-firmware-a-ti-k3_2.13.bb b/recipes-bsp/trusted-firmware-a/trusted-firmware-a-ti-k3_2.13.bb
> index 89728ec..25b8889 100644
> --- a/recipes-bsp/trusted-firmware-a/trusted-firmware-a-ti-k3_2.13.bb
> +++ b/recipes-bsp/trusted-firmware-a/trusted-firmware-a-ti-k3_2.13.bb
> @@ -9,6 +9,8 @@
>  
>  inherit trusted-firmware-a
>  
> +MAINTAINER = "cip-dev <cip-dev@lists.cip-project.org>"
> +
>  SRC_URI += "https://github.com/ARM-software/arm-trusted-firmware/archive/v${PV}.tar.gz;downloadfilename=arm-trusted-firmware-${PV}.tar.gz"
>  SRC_URI[sha256sum] = "68333c8be57830e7430d7dd39064826729923d86d6bb7af38d713d4e9d15dcf9"
>  
> diff --git a/recipes-bsp/u-boot/u-boot-common-2026.01.inc b/recipes-bsp/u-boot/u-boot-common-2026.01.inc
> index 9d12dd9..850847f 100644
> --- a/recipes-bsp/u-boot/u-boot-common-2026.01.inc
> +++ b/recipes-bsp/u-boot/u-boot-common-2026.01.inc
> @@ -11,6 +11,8 @@
>  
>  inherit u-boot
>  
> +MAINTAINER = "cip-dev <cip-dev@lists.cip-project.org>"
> +
>  FILESPATH:append := ":${FILE_DIRNAME}/files"
>  
>  SRC_URI += " \
> diff --git a/recipes-core/change-root-homedir/change-root-homedir_0.2.bb b/recipes-core/change-root-homedir/change-root-homedir_0.2.bb
> index a0725c1..702e518 100644
> --- a/recipes-core/change-root-homedir/change-root-homedir_0.2.bb
> +++ b/recipes-core/change-root-homedir/change-root-homedir_0.2.bb
> @@ -10,6 +10,8 @@
>  
>  inherit dpkg-raw
>  
> +MAINTAINER = "cip-dev <cip-dev@lists.cip-project.org>"
> +
>  DESCRIPTION = "Move roots homedir to /home for read-only rootfs"
>  
>  SRC_URI = "file://postinst"
> diff --git a/recipes-core/customizations/common.inc b/recipes-core/customizations/common.inc
> index c4d201f..81a36ed 100644
> --- a/recipes-core/customizations/common.inc
> +++ b/recipes-core/customizations/common.inc
> @@ -11,6 +11,8 @@
>  
>  inherit dpkg-raw
>  
> +MAINTAINER = "cip-dev <cip-dev@lists.cip-project.org>"
> +
>  FILESPATH:append := ":${FILE_DIRNAME}/files"
>  
>  SRC_URI = " \
> diff --git a/recipes-core/home-fs/home-fs_0.1.bb b/recipes-core/home-fs/home-fs_0.1.bb
> index fb9e351..fd88f21 100644
> --- a/recipes-core/home-fs/home-fs_0.1.bb
> +++ b/recipes-core/home-fs/home-fs_0.1.bb
> @@ -10,6 +10,8 @@
>  
>  inherit dpkg-raw
>  
> +MAINTAINER = "cip-dev <cip-dev@lists.cip-project.org>"
> +
>  SRC_URI = "file://postinst \
>             file://home.mount"
>  
> diff --git a/recipes-core/journald-config/journald-config_0.1.bb b/recipes-core/journald-config/journald-config_0.1.bb
> index 00dbfce..62fc0c7 100644
> --- a/recipes-core/journald-config/journald-config_0.1.bb
> +++ b/recipes-core/journald-config/journald-config_0.1.bb
> @@ -10,6 +10,8 @@
>  
>  inherit dpkg-raw
>  
> +MAINTAINER = "cip-dev <cip-dev@lists.cip-project.org>"
> +
>  SRC_URI = "file://persistent-journal.conf"
>  
>  do_install[cleandirs] = "${D}/usr/lib/systemd/journald.conf.d/"
> diff --git a/recipes-core/kernel-panic/kernel-panic.bb b/recipes-core/kernel-panic/kernel-panic.bb
> index 511febb..22a4dde 100644
> --- a/recipes-core/kernel-panic/kernel-panic.bb
> +++ b/recipes-core/kernel-panic/kernel-panic.bb
> @@ -11,6 +11,8 @@
>  
>  inherit dpkg-raw
>  
> +MAINTAINER = "cip-dev <cip-dev@lists.cip-project.org>"
> +
>  DESCRIPTION = "Systemd service file to cause kernel panic"
>  
>  SRC_URI = " \
> diff --git a/recipes-core/ltp/ltp.inc b/recipes-core/ltp/ltp.inc
> index 27e26a0..4d524f1 100644
> --- a/recipes-core/ltp/ltp.inc
> +++ b/recipes-core/ltp/ltp.inc
> @@ -11,6 +11,8 @@
>  
>  inherit dpkg
>  
> +MAINTAINER = "cip-dev <cip-dev@lists.cip-project.org>"
> +
>  DESCRIPTION = "Linux Test project for CIP"
>  
>  SRC_URI = " \
> diff --git a/recipes-core/move-homedir-var/move-homedir-var_0.1.bb b/recipes-core/move-homedir-var/move-homedir-var_0.1.bb
> index 608bb69..54e807a 100644
> --- a/recipes-core/move-homedir-var/move-homedir-var_0.1.bb
> +++ b/recipes-core/move-homedir-var/move-homedir-var_0.1.bb
> @@ -10,6 +10,8 @@
>  
>  inherit dpkg-raw
>  
> +MAINTAINER = "cip-dev <cip-dev@lists.cip-project.org>"
> +
>  DEBIAN_CONFLICTS = "home-fs"
>  SRC_URI = "file://${BPN}.tmpfiles.tmpl"
>  
> diff --git a/recipes-core/security-customizations/security-customizations.bb b/recipes-core/security-customizations/security-customizations.bb
> index d8fa22b..382f0c8 100644
> --- a/recipes-core/security-customizations/security-customizations.bb
> +++ b/recipes-core/security-customizations/security-customizations.bb
> @@ -11,6 +11,8 @@
>  
>  inherit dpkg-raw
>  
> +MAINTAINER = "cip-dev <cip-dev@lists.cip-project.org>"
> +
>  DESCRIPTION = "CIP Security configuration for IEC62443-4-2 evaluation"
>  
>  SRC_URI = "file://postinst \
> diff --git a/recipes-core/swupdate-config-wfx/swupdate-config-wfx_0.1.bb b/recipes-core/swupdate-config-wfx/swupdate-config-wfx_0.1.bb
> index 3569888..c800c84 100644
> --- a/recipes-core/swupdate-config-wfx/swupdate-config-wfx_0.1.bb
> +++ b/recipes-core/swupdate-config-wfx/swupdate-config-wfx_0.1.bb
> @@ -11,6 +11,8 @@
>  
>  inherit dpkg-raw
>  
> +MAINTAINER = "cip-dev <cip-dev@lists.cip-project.org>"
> +
>  PROVIDES := "${PN}"
>  DEBIAN_PROVIDES := "${PN}"
>  
> diff --git a/recipes-core/swupdate-config/swupdate-config_0.2.bb b/recipes-core/swupdate-config/swupdate-config_0.2.bb
> index 63fa320..cdfd8b9 100644
> --- a/recipes-core/swupdate-config/swupdate-config_0.2.bb
> +++ b/recipes-core/swupdate-config/swupdate-config_0.2.bb
> @@ -11,6 +11,8 @@
>  
>  inherit dpkg-raw
>  
> +MAINTAINER = "cip-dev <cip-dev@lists.cip-project.org>"
> +
>  PROVIDES := "${PN}"
>  DEBIAN_PROVIDES := "${PN}"
>  
> diff --git a/recipes-core/swupdate-handler-roundrobin/swupdate-handler-roundrobin_0.1.bb b/recipes-core/swupdate-handler-roundrobin/swupdate-handler-roundrobin_0.1.bb
> index 59ac49e..2ba192c 100644
> --- a/recipes-core/swupdate-handler-roundrobin/swupdate-handler-roundrobin_0.1.bb
> +++ b/recipes-core/swupdate-handler-roundrobin/swupdate-handler-roundrobin_0.1.bb
> @@ -10,6 +10,8 @@
>  
>  inherit dpkg-raw
>  
> +MAINTAINER = "cip-dev <cip-dev@lists.cip-project.org>"
> +
>  PROVIDES = "swupdate-handlers"
>  
>  SRC_URI += "git://gitlab.com/cip-project/cip-sw-updates/swupdate-handler-roundrobin.git;protocol=https;destsuffix=swupdate-handler-roundrobin;name=swupdate-handler-roundrobin;nobranch=1"
> diff --git a/recipes-core/swupdate/swupdate.inc b/recipes-core/swupdate/swupdate.inc
> index 1f9eda5..497b1c2 100644
> --- a/recipes-core/swupdate/swupdate.inc
> +++ b/recipes-core/swupdate/swupdate.inc
> @@ -9,6 +9,8 @@
>  # SPDX-License-Identifier: MIT
>  
>  DESCRIPTION = "swupdate utility for software updates"
> +MAINTAINER = "cip-dev <cip-dev@lists.cip-project.org>"
> +
>  HOMEPAGE= "https://github.com/sbabic/swupdate"
>  LICENSE = "GPL-2.0"
>  LIC_FILES_CHKSUM = "file://${LAYERDIR_isar}/licenses/COPYING.GPLv2;md5=751419260aa954499f7abaabaa882bbe"
> diff --git a/recipes-core/tmp-fs/tmp-fs_0.2.bb b/recipes-core/tmp-fs/tmp-fs_0.2.bb
> index bb5fcce..f2b7976 100644
> --- a/recipes-core/tmp-fs/tmp-fs_0.2.bb
> +++ b/recipes-core/tmp-fs/tmp-fs_0.2.bb
> @@ -10,6 +10,8 @@
>  
>  inherit dpkg-raw
>  
> +MAINTAINER = "cip-dev <cip-dev@lists.cip-project.org>"
> +
>  SRC_URI = "file://postinst"
>  
>  do_install() {
> diff --git a/recipes-devtools/dosfstools/dosfstools_latest.bb b/recipes-devtools/dosfstools/dosfstools_latest.bb
> index 37a8f42..d0ac128 100644
> --- a/recipes-devtools/dosfstools/dosfstools_latest.bb
> +++ b/recipes-devtools/dosfstools/dosfstools_latest.bb
> @@ -11,6 +11,8 @@
>  
>  inherit dpkg
>  
> +MAINTAINER = "cip-dev <cip-dev@lists.cip-project.org>"
> +
>  CHANGELOG_V="<orig-version>+cip"
>  
>  SRC_URI = "apt://${BPN}"
> diff --git a/recipes-devtools/ebg-secure-boot-signer/ebg-secure-boot-signer_0.2.bb b/recipes-devtools/ebg-secure-boot-signer/ebg-secure-boot-signer_0.2.bb
> index 57ad1be..6963d09 100644
> --- a/recipes-devtools/ebg-secure-boot-signer/ebg-secure-boot-signer_0.2.bb
> +++ b/recipes-devtools/ebg-secure-boot-signer/ebg-secure-boot-signer_0.2.bb
> @@ -12,6 +12,8 @@
>  
>  inherit dpkg-raw
>  
> +MAINTAINER = "cip-dev <cip-dev@lists.cip-project.org>"
> +
>  DESCRIPTION = "Signing script for EFI Boot Guard setups"
>  
>  DEPENDS = "secure-boot-secrets"
> diff --git a/recipes-devtools/secure-boot-secrets/secure-boot-secrets.inc b/recipes-devtools/secure-boot-secrets/secure-boot-secrets.inc
> index 5277d9b..38b57ee 100644
> --- a/recipes-devtools/secure-boot-secrets/secure-boot-secrets.inc
> +++ b/recipes-devtools/secure-boot-secrets/secure-boot-secrets.inc
> @@ -11,6 +11,8 @@
>  
>  inherit dpkg-raw
>  
> +MAINTAINER = "cip-dev <cip-dev@lists.cip-project.org>"
> +
>  PROVIDES += "secure-boot-secrets"
>  DEBIAN_PROVIDES = "secure-boot-secrets"
>  
> diff --git a/recipes-devtools/swupdate-certificates/swupdate-certificates-key.inc b/recipes-devtools/swupdate-certificates/swupdate-certificates-key.inc
> index 2abb963..4124b31 100644
> --- a/recipes-devtools/swupdate-certificates/swupdate-certificates-key.inc
> +++ b/recipes-devtools/swupdate-certificates/swupdate-certificates-key.inc
> @@ -11,6 +11,8 @@
>  
>  inherit dpkg-raw
>  
> +MAINTAINER = "cip-dev <cip-dev@lists.cip-project.org>"
> +
>  FILESEXTRAPATHS:prepend := "${FILE_DIRNAME}/files:"
>  
>  PROVIDES += "swupdate-certificates-key"
> diff --git a/recipes-devtools/swupdate-certificates/swupdate-certificates.inc b/recipes-devtools/swupdate-certificates/swupdate-certificates.inc
> index 344775d..3c59887 100644
> --- a/recipes-devtools/swupdate-certificates/swupdate-certificates.inc
> +++ b/recipes-devtools/swupdate-certificates/swupdate-certificates.inc
> @@ -11,6 +11,8 @@
>  
>  inherit dpkg-raw
>  
> +MAINTAINER = "cip-dev <cip-dev@lists.cip-project.org>"
> +
>  FILESEXTRAPATHS:prepend := "${FILE_DIRNAME}/files:"
>  
>  PROVIDES += "swupdate-certificates"
> diff --git a/recipes-devtools/swupdate-signer/swupdate-signer-cms_0.1.bb b/recipes-devtools/swupdate-signer/swupdate-signer-cms_0.1.bb
> index 44bbd0a..ee8d172 100644
> --- a/recipes-devtools/swupdate-signer/swupdate-signer-cms_0.1.bb
> +++ b/recipes-devtools/swupdate-signer/swupdate-signer-cms_0.1.bb
> @@ -10,6 +10,8 @@
>  
>  inherit dpkg-raw
>  
> +MAINTAINER = "cip-dev <cip-dev@lists.cip-project.org>"
> +
>  PROVIDES = "swupdate-signer"
>  DEBIAN_PROVIDES = "swupdate-signer"
>  
> diff --git a/recipes-devtools/swupdate-signer/swupdate-signer-empty.bb b/recipes-devtools/swupdate-signer/swupdate-signer-empty.bb
> index fde9cb4..af9de76 100644
> --- a/recipes-devtools/swupdate-signer/swupdate-signer-empty.bb
> +++ b/recipes-devtools/swupdate-signer/swupdate-signer-empty.bb
> @@ -10,6 +10,8 @@
>  
>  inherit dpkg-raw
>  
> +MAINTAINER = "cip-dev <cip-dev@lists.cip-project.org>"
> +
>  PROVIDES = "swupdate-signer"
>  DEBIAN_PROVIDES = "swupdate-signer"
>  
> diff --git a/recipes-initramfs/initramfs-abrootfs-hook/initramfs-abrootfs-hook_0.3.bb b/recipes-initramfs/initramfs-abrootfs-hook/initramfs-abrootfs-hook_0.3.bb
> index 3538bcf..48f6458 100644
> --- a/recipes-initramfs/initramfs-abrootfs-hook/initramfs-abrootfs-hook_0.3.bb
> +++ b/recipes-initramfs/initramfs-abrootfs-hook/initramfs-abrootfs-hook_0.3.bb
> @@ -11,6 +11,8 @@
>  
>  inherit initramfs-hook
>  
> +MAINTAINER = "cip-dev <cip-dev@lists.cip-project.org>"
> +
>  RDEPENDS += "initramfs-cip-functions"
>  DEBIAN_DEPENDS .= ", util-linux, initramfs-cip-functions"
>  DEBIAN_CONFLICTS = "initramfs-verity-hook"
> diff --git a/recipes-initramfs/initramfs-cip-functions/initramfs-cip-functions_0.1.bb b/recipes-initramfs/initramfs-cip-functions/initramfs-cip-functions_0.1.bb
> index d497aa4..73ee68d 100644
> --- a/recipes-initramfs/initramfs-cip-functions/initramfs-cip-functions_0.1.bb
> +++ b/recipes-initramfs/initramfs-cip-functions/initramfs-cip-functions_0.1.bb
> @@ -11,6 +11,8 @@
>  
>  inherit dpkg-raw
>  
> +MAINTAINER = "cip-dev <cip-dev@lists.cip-project.org>"
> +
>  DESCRIPTION = "helper functions for cip initramfs-tools extensions"
>  
>  SRC_URI += "file://cip-initramfs-functions"
> diff --git a/recipes-initramfs/initramfs-crypt-hook/initramfs-crypt-hook_0.10.bb b/recipes-initramfs/initramfs-crypt-hook/initramfs-crypt-hook_0.10.bb
> index e132b9e..18a10a8 100644
> --- a/recipes-initramfs/initramfs-crypt-hook/initramfs-crypt-hook_0.10.bb
> +++ b/recipes-initramfs/initramfs-crypt-hook/initramfs-crypt-hook_0.10.bb
> @@ -11,6 +11,8 @@
>  
>  inherit initramfs-hook
>  
> +MAINTAINER = "cip-dev <cip-dev@lists.cip-project.org>"
> +
>  RDEPENDS += "initramfs-cip-functions"
>  
>  DEBIAN_DEPENDS .= ", \
> diff --git a/recipes-initramfs/initramfs-erofs-hook/initramfs-erofs-hook_0.2.bb b/recipes-initramfs/initramfs-erofs-hook/initramfs-erofs-hook_0.2.bb
> index e423248..2015503 100644
> --- a/recipes-initramfs/initramfs-erofs-hook/initramfs-erofs-hook_0.2.bb
> +++ b/recipes-initramfs/initramfs-erofs-hook/initramfs-erofs-hook_0.2.bb
> @@ -11,4 +11,6 @@
>  
>  inherit initramfs-hook
>  
> +MAINTAINER = "cip-dev <cip-dev@lists.cip-project.org>"
> +
>  HOOK_ADD_MODULES = "erofs"
> diff --git a/recipes-initramfs/initramfs-factory-reset-hook/initramfs-factory-reset-hook_0.3.bb b/recipes-initramfs/initramfs-factory-reset-hook/initramfs-factory-reset-hook_0.3.bb
> index 7dc04eb..e962a51 100644
> --- a/recipes-initramfs/initramfs-factory-reset-hook/initramfs-factory-reset-hook_0.3.bb
> +++ b/recipes-initramfs/initramfs-factory-reset-hook/initramfs-factory-reset-hook_0.3.bb
> @@ -10,6 +10,8 @@
>  
>  inherit initramfs-hook
>  
> +MAINTAINER = "cip-dev <cip-dev@lists.cip-project.org>"
> +
>  DESCRIPTION = "Delete the content of the given Devices"
>  
>  # list of partitions by label
> diff --git a/recipes-initramfs/initramfs-overlay-hook/initramfs-overlay-hook_0.4.bb b/recipes-initramfs/initramfs-overlay-hook/initramfs-overlay-hook_0.4.bb
> index 4ec382c..57b26ec 100644
> --- a/recipes-initramfs/initramfs-overlay-hook/initramfs-overlay-hook_0.4.bb
> +++ b/recipes-initramfs/initramfs-overlay-hook/initramfs-overlay-hook_0.4.bb
> @@ -12,6 +12,8 @@
>  
>  inherit initramfs-hook
>  
> +MAINTAINER = "cip-dev <cip-dev@lists.cip-project.org>"
> +
>  INITRAMFS_OVERLAY_RECOVERY_SCRIPT ??= "overlay_recovery_action.script"
>  
>  SRC_URI += " \
> diff --git a/recipes-initramfs/initramfs-squashfs-hook/initramfs-squashfs-hook_0.2.bb b/recipes-initramfs/initramfs-squashfs-hook/initramfs-squashfs-hook_0.2.bb
> index 1f5decc..9ff4cbf 100644
> --- a/recipes-initramfs/initramfs-squashfs-hook/initramfs-squashfs-hook_0.2.bb
> +++ b/recipes-initramfs/initramfs-squashfs-hook/initramfs-squashfs-hook_0.2.bb
> @@ -11,4 +11,6 @@
>  
>  inherit initramfs-hook
>  
> +MAINTAINER = "cip-dev <cip-dev@lists.cip-project.org>"
> +
>  HOOK_ADD_MODULES = "squashfs"
> diff --git a/recipes-initramfs/initramfs-verity-hook/initramfs-verity-hook_0.3.bb b/recipes-initramfs/initramfs-verity-hook/initramfs-verity-hook_0.3.bb
> index a0ee803..b2fb704 100644
> --- a/recipes-initramfs/initramfs-verity-hook/initramfs-verity-hook_0.3.bb
> +++ b/recipes-initramfs/initramfs-verity-hook/initramfs-verity-hook_0.3.bb
> @@ -11,6 +11,8 @@
>  
>  inherit initramfs-hook
>  
> +MAINTAINER = "cip-dev <cip-dev@lists.cip-project.org>"
> +
>  SRC_URI += " \
>      file://hook \
>      file://local-top-complete.tmpl \
> diff --git a/recipes-kernel/linux/linux-cip-common.inc b/recipes-kernel/linux/linux-cip-common.inc
> index b96adbe..4569b89 100644
> --- a/recipes-kernel/linux/linux-cip-common.inc
> +++ b/recipes-kernel/linux/linux-cip-common.inc
> @@ -13,6 +13,8 @@ FILESEXTRAPATHS:prepend := "${FILE_DIRNAME}/files:"
>  
>  inherit linux-kernel
>  
> +MAINTAINER = "cip-dev <cip-dev@lists.cip-project.org>"
> +
>  require recipes-kernel/linux/cip-kernel-config.inc
>  
>  SRC_URI += "${@'file://preempt-rt.cfg' if d.getVar('KERNEL_NAME') == 'cip-rt' else ''}"
> diff --git a/recipes-python/shtab/python-shtab_1.5.5-4.bb b/recipes-python/shtab/python-shtab_1.5.5-4.bb
> index 7a5cfd2..8ccef35 100644
> --- a/recipes-python/shtab/python-shtab_1.5.5-4.bb
> +++ b/recipes-python/shtab/python-shtab_1.5.5-4.bb
> @@ -11,6 +11,8 @@
>  
>  inherit dpkg-gbp
>  
> +MAINTAINER = "cip-dev <cip-dev@lists.cip-project.org>"
> +
>  SRC_URI += " \
>      git://salsa.debian.org/python-team/packages/python-shtab.git;protocol=https;branch=main \
>      "
> diff --git a/recipes-security/fail2ban-config/fail2ban-config.bb b/recipes-security/fail2ban-config/fail2ban-config.bb
> index 87d1497..4900069 100644
> --- a/recipes-security/fail2ban-config/fail2ban-config.bb
> +++ b/recipes-security/fail2ban-config/fail2ban-config.bb
> @@ -12,6 +12,8 @@ DESCRIPTION = "Basic fail2ban config with systemd as backend"
>  
>  inherit dpkg-raw
>  
> +MAINTAINER = "cip-dev <cip-dev@lists.cip-project.org>"
> +
>  SRC_URI += "file://systemd-defaults.conf"
>  
>  DEBIAN_DEPENDS += "fail2ban, python3-systemd, python3-pyinotify"
> diff --git a/recipes-support/factory-reset-helper/factory-reset-helper.inc b/recipes-support/factory-reset-helper/factory-reset-helper.inc
> index 56ac5b4..9e17daa 100644
> --- a/recipes-support/factory-reset-helper/factory-reset-helper.inc
> +++ b/recipes-support/factory-reset-helper/factory-reset-helper.inc
> @@ -10,6 +10,8 @@
>  
>  inherit dpkg-raw
>  
> +MAINTAINER = "cip-dev <cip-dev@lists.cip-project.org>"
> +
>  DESCRIPTION = "helper script to execute a factory reset"
>  
>  PROVIDES = "factory-reset-helper"

Thanks, applied.

Jan

-- 
Siemens AG, Foundational Technologies
Linux Expert Center


      reply	other threads:[~2026-03-25 14:39 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-03-25 13:29 [cip-dev][isar-cip-core][PATCH v3] chore: Add maintainer to all package recipes Quirin Gylstorff
2026-03-25 14:39 ` Jan Kiszka [this message]

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=d6ef54fc-2e1e-491f-b6e3-d86dab45aa02@siemens.com \
    --to=jan.kiszka@siemens.com \
    --cc=Quirin.Gylstorff@siemens.com \
    --cc=cip-dev@lists.cip-project.org \
    /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