[xenomai-images][PATCH] Set MAINTAINER for all generated Debian packages
Jan Kiszka <[email protected]>
| Newsgroups | dev.linux.lists.xenomai |
|---|---|
| Message-ID | <[email protected]> |
From: Jan Kiszka <[email protected]> Recent Isar will bark at us otherwise. Signed-off-by: Jan Kiszka <[email protected]> --- Recent Isar will bark more, but that might be its bug. Therefore, no Isar update yet. recipes-bsp/rpi-firmware/rpi-firmware_1.20230405.bb | 4 +++- recipes-core/customizations-ci/customizations-ci.bb | 3 ++- recipes-core/customizations/customizations.bb | 3 ++- recipes-kernel/linux/linux-xenomai.inc | 4 +++- recipes-xenomai/libevl/libevl.inc | 3 ++- recipes-xenomai/xenomai/xenomai.inc | 4 +++- 6 files changed, 15 insertions(+), 6 deletions(-) diff --git a/recipes-bsp/rpi-firmware/rpi-firmware_1.20230405.bb b/recipes-bsp/rpi-firmware/rpi-firmware_1.20230405.bb index 1cfb103..ed2ac9c 100644 --- a/recipes-bsp/rpi-firmware/rpi-firmware_1.20230405.bb +++ b/recipes-bsp/rpi-firmware/rpi-firmware_1.20230405.bb @@ -1,7 +1,7 @@ # # Xenomai Real-Time System # -# Copyright (c) Siemens AG, 2024 +# Copyright (c) Siemens AG, 2024-2026 # # Authors: # Florian Bezdeka <[email protected]> @@ -11,6 +11,8 @@ inherit dpkg +MAINTAINER = "Xenomai <[email protected]>" + SRC_URI = " \ https://github.com/raspberrypi/firmware/archive/${PV}.tar.gz;downloadfilename=${PN}-${PV}.tar.gz \ file://debian \ diff --git a/recipes-core/customizations-ci/customizations-ci.bb b/recipes-core/customizations-ci/customizations-ci.bb index 89bfed5..bc7662f 100644 --- a/recipes-core/customizations-ci/customizations-ci.bb +++ b/recipes-core/customizations-ci/customizations-ci.bb @@ -1,7 +1,7 @@ # # Xenomai Real-Time System # -# Copyright (c) Siemens AG, 2024 +# Copyright (c) Siemens AG, 2024-2026 # # Authors: # Florian Bezdeka <[email protected]> @@ -12,6 +12,7 @@ inherit dpkg-raw DESCRIPTION = "CI specific image customizations" +MAINTAINER = "Xenomai <[email protected]>" SRC_URI = " \ file://postinst \ diff --git a/recipes-core/customizations/customizations.bb b/recipes-core/customizations/customizations.bb index fb79a8f..3ee570c 100644 --- a/recipes-core/customizations/customizations.bb +++ b/recipes-core/customizations/customizations.bb @@ -1,7 +1,7 @@ # # Xenomai Real-Time System # -# Copyright (c) Siemens AG, 2018-2023 +# Copyright (c) Siemens AG, 2018-2026 # # Authors: # Jan Kiszka <[email protected]> @@ -12,6 +12,7 @@ inherit dpkg-raw DESCRIPTION = "demo image customizations" +MAINTAINER = "Xenomai <[email protected]>" SRC_URI = " \ file://postinst \ diff --git a/recipes-kernel/linux/linux-xenomai.inc b/recipes-kernel/linux/linux-xenomai.inc index 0980662..db0abb6 100644 --- a/recipes-kernel/linux/linux-xenomai.inc +++ b/recipes-kernel/linux/linux-xenomai.inc @@ -1,7 +1,7 @@ # # Xenomai Real-Time System # -# Copyright (c) Siemens AG, 2018-2025 +# Copyright (c) Siemens AG, 2018-2026 # # Authors: # Jan Kiszka <[email protected]> @@ -14,6 +14,8 @@ inherit print-revision FILESPATH =. "${LAYERDIR_xenomai}/recipes-kernel/linux/files:" +MAINTAINER = "Xenomai <[email protected]>" + XENOMAI_DEFCONFIG = "${DISTRO_ARCH}_defconfig" KERNEL_DEFCONFIG ?= "${XENOMAI_DEFCONFIG}" XENOMAI_DEBUG ?= "0" diff --git a/recipes-xenomai/libevl/libevl.inc b/recipes-xenomai/libevl/libevl.inc index 4c048e5..582d381 100644 --- a/recipes-xenomai/libevl/libevl.inc +++ b/recipes-xenomai/libevl/libevl.inc @@ -1,7 +1,7 @@ # # Xenomai Real-Time System # -# Copyright (c) Siemens AG, 2023-2025 +# Copyright (c) Siemens AG, 2023-2026 # # Authors: # Clara Kowalsky <[email protected]> @@ -13,6 +13,7 @@ inherit dpkg inherit print-revision DESCRIPTION ?= "libevl libraries and tools" +MAINTAINER = "Xenomai <[email protected]>" PROVIDES += "libevl-test" diff --git a/recipes-xenomai/xenomai/xenomai.inc b/recipes-xenomai/xenomai/xenomai.inc index 6366b6f..9dfef32 100644 --- a/recipes-xenomai/xenomai/xenomai.inc +++ b/recipes-xenomai/xenomai/xenomai.inc @@ -1,7 +1,7 @@ # # Xenomai Real-Time System # -# Copyright (c) Siemens AG, 2018-2024 +# Copyright (c) Siemens AG, 2018-2026 # # Authors: # Jan Kiszka <[email protected]> @@ -12,6 +12,8 @@ inherit dpkg inherit print-revision +MAINTAINER = "Xenomai <[email protected]>" + PROVIDES += "xenomai-kernel-source" PROVIDES += "xenomai-runtime" PROVIDES += "xenomai-runtime-dbgsym" -- 2.47.3