[oe] [meta-oe][PATCH] Add class for appending dm-verity hash data to block device images

2024-04-23 Thread Ulrich Ölmann
n salt which could be generated e.g. via dd if=/dev/random bs=1k count=1 | sha256sum and assign it to the parameter VERITY_SALT. Signed-off-by: Jan Luebbe Signed-off-by: Rouven Czerwinski Signed-off-by: Marco Felsch Signed-off-by: Ulrich Ölmann --- meta-oe/classes/image_types_verity.bbclass

[oe] [meta-oe][PATCH] signing.bbclass: fix typos

2024-03-05 Thread Ulrich Ölmann
Signed-off-by: Ulrich Ölmann --- meta-oe/classes/signing.bbclass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-oe/classes/signing.bbclass b/meta-oe/classes/signing.bbclass index ec076d96851a..f52d861b763c 100644 --- a/meta-oe/classes/signing.bbclass +++ b/meta-oe

[oe] [meta-oe][PATCH] jwt-cpp: enable usage in an SDK

2023-04-03 Thread Ulrich Ölmann
Signed-off-by: Ulrich Ölmann --- meta-oe/recipes-devtools/jwt-cpp/jwt-cpp_0.6.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-devtools/jwt-cpp/jwt-cpp_0.6.0.bb b/meta-oe/recipes-devtools/jwt-cpp/jwt-cpp_0.6.0.bb index 8929115fd78f..2e06b701cc44 100644 --- a/meta-oe

[oe] [meta-networking][PATCH] tnftp: switch to using variable flags for alternatives

2023-02-08 Thread Ulrich Ölmann
Up to now in this recipe the alternative mechanism only worked by accident, so do like all other recipes and utilize varflags. Signed-off-by: Ulrich Ölmann --- meta-networking/recipes-support/tnftp/tnftp_20210827.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta

[oe] [meta-initramfs][PATCH 1/2] initramfs-{debug,kexecboot}-image: fix override syntax in comment

2023-01-31 Thread Ulrich Ölmann
Signed-off-by: Ulrich Ölmann --- meta-initramfs/recipes-core/images/initramfs-debug-image.bb | 2 +- meta-initramfs/recipes-core/images/initramfs-kexecboot-image.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-initramfs/recipes-core/images/initramfs-debug

[oe] [meta-initramfs][PATCH 2/2] kexecboot: update homepage

2023-01-31 Thread Ulrich Ölmann
Signed-off-by: Ulrich Ölmann --- meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb b/meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb index 9f7a214d8b8e

Re: [oe] [meta-java][PATCH] jsch: switch to inclusive language

2022-11-28 Thread Ulrich Ölmann
Hi Jacob, On Fri, Nov 25 2022 at 14:57 +0100, "Jacob Kroon" wrote: > On 11/25/22 13:35, Ulrich Ölmann wrote: >> Signed-off-by: Ulrich Ölmann >> --- >> recipes-core/jcraft/jsch_0.1.40.bb | 4 ++-- >> 1 file changed, 2 insertions(+), 2 deletions(-

[oe] [meta-java][PATCH] jsch: switch to inclusive language

2022-11-25 Thread Ulrich Ölmann
Signed-off-by: Ulrich Ölmann --- recipes-core/jcraft/jsch_0.1.40.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-core/jcraft/jsch_0.1.40.bb b/recipes-core/jcraft/jsch_0.1.40.bb index 07d5b9e3108e..259712661f4d 100644 --- a/recipes-core/jcraft/jsch_0.1.40.bb

[oe] [meta-java][PATCH] layer.conf: Mark as compatible with langdale

2022-11-24 Thread Ulrich Ölmann
Signed-off-by: Ulrich Ölmann --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index 2e2ce1677ecc..99a137608744 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -7,7 +7,7 @@ BBFILES += "${LAYERDIR}/recipes*/*

[oe] [meta-java][PATCH] openjdk-8: refresh patches

2022-11-24 Thread Ulrich Ölmann
Signed-off-by: Ulrich Ölmann --- .../0013-autoconf-remove-Werror.patch | 22 +-- ...pot-Turn-on-the-Wreturn-type-warning.patch | 20 - .../1010-hotspot-fix-shark-build-common.patch | 12 +- .../1012-hotspot-enable-Wno-error.patch | 4 ++-- 4

Re: [oe] [meta-java][PATCH] openjdk-8: refresh patches

2022-11-17 Thread Ulrich Ölmann
Again a gentle ping! On Thu, Nov 10 2022 at 11:27 +0100, Ulrich Ölmann wrote: > Gentle ping! > > On Thu, Nov 03 2022 at 16:00 +0100, Ulrich Ölmann > wrote: >> Signed-off-by: Ulrich Ölmann >> --- >> .../0013-autoconf-remove-Werror.patch | 22 +---

Re: [oe] [meta-java][PATCH] layer.conf: Mark as compatible with langdale

2022-11-10 Thread Ulrich Ölmann
Gentle ping! On Thu, Nov 03 2022 at 16:00 +0100, Ulrich Ölmann wrote: > Signed-off-by: Ulrich Ölmann > --- > conf/layer.conf | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/conf/layer.conf b/conf/layer.conf > index 2e2ce1677ecc..99a13760874

Re: [oe] [meta-java][PATCH] openjdk-8: refresh patches

2022-11-10 Thread Ulrich Ölmann
Gentle ping! On Thu, Nov 03 2022 at 16:00 +0100, Ulrich Ölmann wrote: > Signed-off-by: Ulrich Ölmann > --- > .../0013-autoconf-remove-Werror.patch | 22 +-- > ...pot-Turn-on-the-Wreturn-type-warning.patch | 20 - > .../1010-hotspot-

[oe] [meta-java][PATCH] openjdk-8: refresh patches

2022-11-03 Thread Ulrich Ölmann
Signed-off-by: Ulrich Ölmann --- .../0013-autoconf-remove-Werror.patch | 22 +-- ...pot-Turn-on-the-Wreturn-type-warning.patch | 20 - .../1010-hotspot-fix-shark-build-common.patch | 12 +- .../1012-hotspot-enable-Wno-error.patch | 4 ++-- 4

[oe] [meta-java][PATCH] layer.conf: Mark as compatible with langdale

2022-11-03 Thread Ulrich Ölmann
Signed-off-by: Ulrich Ölmann --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index 2e2ce1677ecc..99a137608744 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -7,7 +7,7 @@ BBFILES += "${LAYERDIR}/recipes*/*

[oe] [meta-oe][hardknott][PATCH] v4l-utils: fix reproducibility

2021-04-21 Thread Ulrich Ölmann
it.linuxtv.org/v4l-utils.git/commit/?id=01f2c6c58e6f4441df7df8e27eb7919f1f01e310 Signed-off-by: Ulrich Ölmann Signed-off-by: Khem Raj --- ...c-autodetect-availability-of-systemd.patch | 47 +++ ...ct-installation-of-50-rc_keymap.conf.patch | 40 .../v4l2apps/v4l-utils_1.20.0.bb

Re: [oe] [meta-oe][PATCH] v4l-utils: fix reproducibility

2021-04-20 Thread Ulrich Ölmann
ronix e.K. | Ulrich Ölmann | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0| Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917- | -=-=-=-=-=-=-=-=-=-=-=- L

[oe] [meta-oe][PATCH v2] v4l-utils: fix reproducibility

2021-04-20 Thread Ulrich Ölmann
it.linuxtv.org/v4l-utils.git/commit/?id=01f2c6c58e6f4441df7df8e27eb7919f1f01e310 Signed-off-by: Ulrich Ölmann --- ...c-autodetect-availability-of-systemd.patch | 47 +++ ...ct-installation-of-50-rc_keymap.conf.patch | 40 .../v4l2apps/v4l-utils_1.20.0.bb | 11 +++-

[oe] [meta-oe][PATCH] v4l-utils: fix reproducibility

2021-04-19 Thread Ulrich Ölmann
it.linuxtv.org/v4l-utils.git/commit/?id=01f2c6c58e6f4441df7df8e27eb7919f1f01e310 Signed-off-by: Ulrich Ölmann --- ...c-autodetect-availability-of-systemd.patch | 45 +++ ...ct-installation-of-50-rc_keymap.conf.patch | 38 .../v4l2apps/v4l-utils_1.20.0.bb | 11 ++--

Re: [oe] [PATCH v2] v4l-utils: Package systemd fragment for systemd-udevd.service.d

2021-03-03 Thread Ulrich Ölmann
On Wed, Mar 03 2021 at 18:41 +0100, Khem Raj wrote: > Signed-off-by: Khem Raj > Cc: Ulrich Ölmann > --- > v2: Package it in ir-keytable > meta-oe/recipes-multimedia/v4l2apps/v4l-utils_1.20.0.bb | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff

Re: [oe] [meta-oe][PATCH 3/4] v4l-utils: Package systemd fragment for systemd-udevd.service.d

2021-03-03 Thread Ulrich Ölmann
ared.rules" work... > RDEPENDS_ir-keytable += "${VIRTUAL-RUNTIME_ir-keytable-keymaps}" > > -FILES_rc-keymaps = "${sysconfdir}/rc* ${base_libdir}/udev/rc*" > +FILES_rc-keymaps = "${sysconfdir}/rc* ${base_libdir}/udev/rc* > ${systemd_system_unitdir

Re: [oe] [meta-oe][PATCH] v4l-utils: update to 1.20.0

2021-03-03 Thread Ulrich Ölmann
ream in the meantime. >> >> [1] 38f4ce74275a ("keytable: use input_event properly") >> [2] 8b7e6ce9367f ("keytable: add compatibility for input_event_sec") >> [3] 976a2f681b4e ("keymap.h needs sys/types.h and argp.h with musl") >> &g

[oe] [PATCH] python3-yarl: add missing dependencies

2019-11-26 Thread Ulrich Ölmann
Signed-off-by: Ulrich Ölmann --- meta-python/recipes-devtools/python/python-yarl.inc | 4 1 file changed, 4 insertions(+) diff --git a/meta-python/recipes-devtools/python/python-yarl.inc b/meta-python/recipes-devtools/python/python-yarl.inc index 49b5a607b557..ea555418a2e7 100644 --- a

Re: [oe] [meta-oe][PATCH] zstd: New recipe

2019-07-19 Thread Ulrich Ölmann
+${PN}-frugal \ > +" > + > +FILES_${PN}-compress = " \ > +${bindir}/zstd-compress \ > +" > + > +FILES_${PN}-decompress = " \ > +${bindir}/zstd-decompress \ > +" > + > +FILES_${PN}-frugal = " \ > +${bindir}/zstd-fr

Re: [oe] [meta-browser][PATCH] README: update list of maintainers

2019-06-27 Thread Ulrich Ölmann
Hi there, to ease the development flow I created a pull request on GitHub for this subthread's patch as well :) https://github.com/OSSystems/meta-browser/pull/279 Best regards Ulrich On Thu, Jun 27 2019 at 01:23 +0200, Ulrich Ölmann wrote: > Signed-off-by: Ulrich Ölmann > --

Re: [oe] [meta-browser][PATCH] chromium-ozone-wayland: Stop depending on the system's wayland-scanner binary

2019-06-27 Thread Ulrich Ölmann
for review: https://github.com/OSSystems/meta-browser/pull/278 Best regards Ulrich On Thu, Jun 27 2019 at 15:38 +0200, Ulrich Ölmann wrote: > This commit re-applies the changes of the commit given below to the current > chromium-ozone-wayland recipe as they got lost in the meanti

[oe] [meta-browser][PATCH] chromium-ozone-wayland: Stop depending on the system's wayland-scanner binary

2019-06-27 Thread Ulrich Ölmann
updated to | M72 (commit 97876fab, "chromium: Update to 72.0.3626.81"). | | Fixes #241 | | Signed-off-by: Raphael Kubo da Costa Fixes: 1f363e25cb7d ("chromium: Update to 74.0.3729.131") Signed-off-by: Ulrich Ölmann --- .../chromium/chromium-ozone-wayland_75.0.3770.100.

[oe] [meta-browser][PATCH] README: update list of maintainers

2019-06-26 Thread Ulrich Ölmann
Signed-off-by: Ulrich Ölmann --- README | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README b/README index 0a005a8b5ea6..31d361d2ab41 100644 --- a/README +++ b/README @@ -23,13 +23,15 @@ revision: HEAD Contributing -To contribute to this layer you

Re: [oe] [meta-browser] host leaking wayland-scanner?

2019-06-26 Thread Ulrich Ölmann
6] I would like to ask if a patch to update the README file is welcome? Are there other maintainers that shall be listed there instead? Best regards Ulrich [6] https://github.com/OSSystems/meta-browser/blob/master/README On Wed, Jun 26 2019 at 14:29 +0200, Ulrich Ölmann wrote: > Hi devel

Re: [oe] [meta-browser] host leaking wayland-scanner?

2019-06-26 Thread Ulrich Ölmann
t [6] later. At least that shows how to fix it again - I will prepare a patch. Thanks & best regards Ulrich [6] 1f363e25cb7d ("chromium: Update to 74.0.3729.131") > On 26.06.2019 15:29, Ulrich Ölmann wrote: >> Hi developers of meta-browser, >> >> while buildin

[oe] [meta-browser] host leaking wayland-scanner?

2019-06-26 Thread Ulrich Ölmann
t;Run wayland-scanner as part of build") [3] https://chromium.googlesource.com/chromium/src/+/a64f758399d26a1c80ab0d3dfecee3abf0714305/third_party/wayland/features.gni#12 [4] https://gn.googlesource.com/gn/ [5] https://github.com/OSSystems/meta-browser/blob/master/recipes-browser/chromium/chromium