public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH v2 1/1] set valid maintainer in all our dpkg recipes
@ 2026-02-16 11:35 'Felix Moessbauer' via isar-users
  2026-02-18  8:26 ` Zhihang Wei
  0 siblings, 1 reply; 2+ messages in thread
From: 'Felix Moessbauer' via isar-users @ 2026-02-16 11:35 UTC (permalink / raw)
  To: isar-users; +Cc: Felix Moessbauer

In 712a6247 a quality check was introduced to ensure all dpkg recipes
have a valid maintainer. With this patch, we add the missing ones in the
meta and meta-isar layer.

Signed-off-by: Felix Moessbauer <felix.moessbauer@siemens.com>
---
 meta-isar/recipes-installer/deploy-image/deploy-image_0.1.bb     | 1 +
 .../target-bootstrapper-service/target-bootstrapper-service.bb   | 1 +
 .../recipes-installer/target-bootstrapper/target-bootstrapper.bb | 1 +
 meta/recipes-bsp/libubootenv/libubootenv_0.3.5-0.1.bb            | 1 +
 meta/recipes-bsp/u-boot-script/u-boot-script_1.1.bb              | 1 +
 meta/recipes-devtools/sdk-files/sdk-files.bb                     | 1 +
 meta/recipes-support/enable-fsck/enable-fsck_0.2.bb              | 1 +
 7 files changed, 7 insertions(+)

diff --git a/meta-isar/recipes-installer/deploy-image/deploy-image_0.1.bb b/meta-isar/recipes-installer/deploy-image/deploy-image_0.1.bb
index b287a8d1..860a8d6f 100644
--- a/meta-isar/recipes-installer/deploy-image/deploy-image_0.1.bb
+++ b/meta-isar/recipes-installer/deploy-image/deploy-image_0.1.bb
@@ -4,6 +4,7 @@
 # SPDX-License-Identifier: MIT
 
 DESCRIPTION = "Install image to device"
+MAINTAINER = "isar-users <isar-users@googlegroups.com>"
 
 inherit dpkg-raw
 
diff --git a/meta-isar/recipes-installer/target-bootstrapper-service/target-bootstrapper-service.bb b/meta-isar/recipes-installer/target-bootstrapper-service/target-bootstrapper-service.bb
index 3668d946..ff65a8d5 100644
--- a/meta-isar/recipes-installer/target-bootstrapper-service/target-bootstrapper-service.bb
+++ b/meta-isar/recipes-installer/target-bootstrapper-service/target-bootstrapper-service.bb
@@ -4,6 +4,7 @@
 # SPDX-License-Identifier: MIT
 
 DESCRIPTION = "systemd service to run target bootstrapper on ${TARGET_BOOTSTRAPPER_TTY_SERVICES}"
+MAINTAINER ?= "isar-users <isar-users@googlegroups.com>"
 
 TARGET_BOOTSTRAPPER_TTY_SERVICES ??= "\
     getty@tty1 \
diff --git a/meta-isar/recipes-installer/target-bootstrapper/target-bootstrapper.bb b/meta-isar/recipes-installer/target-bootstrapper/target-bootstrapper.bb
index 4c0fa6c3..4f45fe24 100644
--- a/meta-isar/recipes-installer/target-bootstrapper/target-bootstrapper.bb
+++ b/meta-isar/recipes-installer/target-bootstrapper/target-bootstrapper.bb
@@ -7,6 +7,7 @@ inherit dpkg-raw
 inherit target-bootstrapper
 
 DESCRIPTION = "Device bootstrapping framework"
+MAINTAINER ?= "isar-users <isar-users@googlegroups.com>"
 
 TARGET_BOOTSTRAPPER_ADDITIONAL_PACKAGES ??= "deploy-image"
 TARGET_BOOTSTRAPPER_TASK_deploy-image[script] ??= "deploy-image-wic.sh"
diff --git a/meta/recipes-bsp/libubootenv/libubootenv_0.3.5-0.1.bb b/meta/recipes-bsp/libubootenv/libubootenv_0.3.5-0.1.bb
index d2908536..1a4c3b1d 100644
--- a/meta/recipes-bsp/libubootenv/libubootenv_0.3.5-0.1.bb
+++ b/meta/recipes-bsp/libubootenv/libubootenv_0.3.5-0.1.bb
@@ -6,6 +6,7 @@
 # SPDX-License-Identifier: MIT
 
 DESCRIPTION = "Standalone library & tools for accessing the U-Boot environment"
+MAINTAINER = "isar-users <isar-users@googlegroups.com>"
 HOMEPAGE= "https://github.com/sbabic/libubootenv"
 LICENSE = "GPL-2.0"
 LIC_FILES_CHKSUM = "file://${LAYERDIR_isar}/licenses/COPYING.GPLv2;md5=751419260aa954499f7abaabaa882bbe"
diff --git a/meta/recipes-bsp/u-boot-script/u-boot-script_1.1.bb b/meta/recipes-bsp/u-boot-script/u-boot-script_1.1.bb
index 0b491fba..572d3851 100644
--- a/meta/recipes-bsp/u-boot-script/u-boot-script_1.1.bb
+++ b/meta/recipes-bsp/u-boot-script/u-boot-script_1.1.bb
@@ -8,6 +8,7 @@
 inherit dpkg-raw
 
 DESCRIPTION = "Boot script generator for U-Boot"
+MAINTAINER = "isar-users <isar-users@googlegroups.com>"
 
 SRC_URI = " \
     file://update-u-boot-script \
diff --git a/meta/recipes-devtools/sdk-files/sdk-files.bb b/meta/recipes-devtools/sdk-files/sdk-files.bb
index 36cdb319..c472f9f3 100644
--- a/meta/recipes-devtools/sdk-files/sdk-files.bb
+++ b/meta/recipes-devtools/sdk-files/sdk-files.bb
@@ -4,6 +4,7 @@
 # Copyright (C) 2015-2018 ilbers GmbH
 
 DESCRIPTION = "Isar SDK Root filesystem"
+MAINTAINER = "isar-users <isar-users@googlegroups.com>"
 
 LICENSE = "gpl-2.0"
 LIC_FILES_CHKSUM = "file://${LAYERDIR_core}/licenses/COPYING.GPLv2;md5=751419260aa954499f7abaabaa882bbe"
diff --git a/meta/recipes-support/enable-fsck/enable-fsck_0.2.bb b/meta/recipes-support/enable-fsck/enable-fsck_0.2.bb
index b5c42d8f..faaa2b20 100644
--- a/meta/recipes-support/enable-fsck/enable-fsck_0.2.bb
+++ b/meta/recipes-support/enable-fsck/enable-fsck_0.2.bb
@@ -8,6 +8,7 @@
 inherit dpkg-raw
 
 DESCRIPTION = "This service enables fsck on first boot"
+MAINTAINER = "isar-users <isar-users@googlegroups.com>"
 
 DEBIAN_DEPENDS = "systemd, sed, mount, initramfs-tools"
 
-- 
2.51.0

-- 
You received this message because you are subscribed to the Google Groups "isar-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to isar-users+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/isar-users/20260216113505.313286-1-felix.moessbauer%40siemens.com.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH v2 1/1] set valid maintainer in all our dpkg recipes
  2026-02-16 11:35 [PATCH v2 1/1] set valid maintainer in all our dpkg recipes 'Felix Moessbauer' via isar-users
@ 2026-02-18  8:26 ` Zhihang Wei
  0 siblings, 0 replies; 2+ messages in thread
From: Zhihang Wei @ 2026-02-18  8:26 UTC (permalink / raw)
  To: Felix Moessbauer, isar-users

Applied to next, thanks.

Zhihang

On 2/16/26 12:35, 'Felix Moessbauer' via isar-users wrote:
> In 712a6247 a quality check was introduced to ensure all dpkg recipes
> have a valid maintainer. With this patch, we add the missing ones in the
> meta and meta-isar layer.
>
> Signed-off-by: Felix Moessbauer <felix.moessbauer@siemens.com>
> ---
>   meta-isar/recipes-installer/deploy-image/deploy-image_0.1.bb     | 1 +
>   .../target-bootstrapper-service/target-bootstrapper-service.bb   | 1 +
>   .../recipes-installer/target-bootstrapper/target-bootstrapper.bb | 1 +
>   meta/recipes-bsp/libubootenv/libubootenv_0.3.5-0.1.bb            | 1 +
>   meta/recipes-bsp/u-boot-script/u-boot-script_1.1.bb              | 1 +
>   meta/recipes-devtools/sdk-files/sdk-files.bb                     | 1 +
>   meta/recipes-support/enable-fsck/enable-fsck_0.2.bb              | 1 +
>   7 files changed, 7 insertions(+)
>
> diff --git a/meta-isar/recipes-installer/deploy-image/deploy-image_0.1.bb b/meta-isar/recipes-installer/deploy-image/deploy-image_0.1.bb
> index b287a8d1..860a8d6f 100644
> --- a/meta-isar/recipes-installer/deploy-image/deploy-image_0.1.bb
> +++ b/meta-isar/recipes-installer/deploy-image/deploy-image_0.1.bb
> @@ -4,6 +4,7 @@
>   # SPDX-License-Identifier: MIT
>   
>   DESCRIPTION = "Install image to device"
> +MAINTAINER = "isar-users <isar-users@googlegroups.com>"
>   
>   inherit dpkg-raw
>   
> diff --git a/meta-isar/recipes-installer/target-bootstrapper-service/target-bootstrapper-service.bb b/meta-isar/recipes-installer/target-bootstrapper-service/target-bootstrapper-service.bb
> index 3668d946..ff65a8d5 100644
> --- a/meta-isar/recipes-installer/target-bootstrapper-service/target-bootstrapper-service.bb
> +++ b/meta-isar/recipes-installer/target-bootstrapper-service/target-bootstrapper-service.bb
> @@ -4,6 +4,7 @@
>   # SPDX-License-Identifier: MIT
>   
>   DESCRIPTION = "systemd service to run target bootstrapper on ${TARGET_BOOTSTRAPPER_TTY_SERVICES}"
> +MAINTAINER ?= "isar-users <isar-users@googlegroups.com>"
>   
>   TARGET_BOOTSTRAPPER_TTY_SERVICES ??= "\
>       getty@tty1 \
> diff --git a/meta-isar/recipes-installer/target-bootstrapper/target-bootstrapper.bb b/meta-isar/recipes-installer/target-bootstrapper/target-bootstrapper.bb
> index 4c0fa6c3..4f45fe24 100644
> --- a/meta-isar/recipes-installer/target-bootstrapper/target-bootstrapper.bb
> +++ b/meta-isar/recipes-installer/target-bootstrapper/target-bootstrapper.bb
> @@ -7,6 +7,7 @@ inherit dpkg-raw
>   inherit target-bootstrapper
>   
>   DESCRIPTION = "Device bootstrapping framework"
> +MAINTAINER ?= "isar-users <isar-users@googlegroups.com>"
>   
>   TARGET_BOOTSTRAPPER_ADDITIONAL_PACKAGES ??= "deploy-image"
>   TARGET_BOOTSTRAPPER_TASK_deploy-image[script] ??= "deploy-image-wic.sh"
> diff --git a/meta/recipes-bsp/libubootenv/libubootenv_0.3.5-0.1.bb b/meta/recipes-bsp/libubootenv/libubootenv_0.3.5-0.1.bb
> index d2908536..1a4c3b1d 100644
> --- a/meta/recipes-bsp/libubootenv/libubootenv_0.3.5-0.1.bb
> +++ b/meta/recipes-bsp/libubootenv/libubootenv_0.3.5-0.1.bb
> @@ -6,6 +6,7 @@
>   # SPDX-License-Identifier: MIT
>   
>   DESCRIPTION = "Standalone library & tools for accessing the U-Boot environment"
> +MAINTAINER = "isar-users <isar-users@googlegroups.com>"
>   HOMEPAGE= "https://github.com/sbabic/libubootenv"
>   LICENSE = "GPL-2.0"
>   LIC_FILES_CHKSUM = "file://${LAYERDIR_isar}/licenses/COPYING.GPLv2;md5=751419260aa954499f7abaabaa882bbe"
> diff --git a/meta/recipes-bsp/u-boot-script/u-boot-script_1.1.bb b/meta/recipes-bsp/u-boot-script/u-boot-script_1.1.bb
> index 0b491fba..572d3851 100644
> --- a/meta/recipes-bsp/u-boot-script/u-boot-script_1.1.bb
> +++ b/meta/recipes-bsp/u-boot-script/u-boot-script_1.1.bb
> @@ -8,6 +8,7 @@
>   inherit dpkg-raw
>   
>   DESCRIPTION = "Boot script generator for U-Boot"
> +MAINTAINER = "isar-users <isar-users@googlegroups.com>"
>   
>   SRC_URI = " \
>       file://update-u-boot-script \
> diff --git a/meta/recipes-devtools/sdk-files/sdk-files.bb b/meta/recipes-devtools/sdk-files/sdk-files.bb
> index 36cdb319..c472f9f3 100644
> --- a/meta/recipes-devtools/sdk-files/sdk-files.bb
> +++ b/meta/recipes-devtools/sdk-files/sdk-files.bb
> @@ -4,6 +4,7 @@
>   # Copyright (C) 2015-2018 ilbers GmbH
>   
>   DESCRIPTION = "Isar SDK Root filesystem"
> +MAINTAINER = "isar-users <isar-users@googlegroups.com>"
>   
>   LICENSE = "gpl-2.0"
>   LIC_FILES_CHKSUM = "file://${LAYERDIR_core}/licenses/COPYING.GPLv2;md5=751419260aa954499f7abaabaa882bbe"
> diff --git a/meta/recipes-support/enable-fsck/enable-fsck_0.2.bb b/meta/recipes-support/enable-fsck/enable-fsck_0.2.bb
> index b5c42d8f..faaa2b20 100644
> --- a/meta/recipes-support/enable-fsck/enable-fsck_0.2.bb
> +++ b/meta/recipes-support/enable-fsck/enable-fsck_0.2.bb
> @@ -8,6 +8,7 @@
>   inherit dpkg-raw
>   
>   DESCRIPTION = "This service enables fsck on first boot"
> +MAINTAINER = "isar-users <isar-users@googlegroups.com>"
>   
>   DEBIAN_DEPENDS = "systemd, sed, mount, initramfs-tools"
>   

-- 
You received this message because you are subscribed to the Google Groups "isar-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to isar-users+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/isar-users/7e10d8cb-09d1-4d87-8103-f2e3b5bcad84%40ilbers.de.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-02-18  8:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-02-16 11:35 [PATCH v2 1/1] set valid maintainer in all our dpkg recipes 'Felix Moessbauer' via isar-users
2026-02-18  8:26 ` Zhihang Wei

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox