Re: [OE-core][PATCH] rng-tools: Change "Requires" to "WantedBy" for dev-hwrng.device

2022-08-19 Thread Claudius Heine
Hi Dew. On 2022-08-15 20:25, drew.mose...@gmail.com wrote: From: Drew Moseley The previous change to remove the dependency on systemd-udev-settle caused boot delays at least on qemu. It seems that change required a hwrng device but that's not necessarily available on all platforms. This

Re: [OE-core][PATCH] rng-tools: Replace obsolete "wants systemd-udev-settle"

2022-08-02 Thread Claudius Heine
Hi Drew, On 2022-08-01 20:44, Drew Moseley wrote: On 7/26/22 9:17 AM, drew.mose...@gmail.com wrote: From: Drew Moseley The systemd-udev-settle service is listed as obsolete and does in some cases result in a significant boot time.  Replace that with "after systemd-modules-load" to allow the

Re: [OE-core] [PATCH] rng-tools: add systemd-udev-settle wants to service

2022-07-23 Thread Claudius Heine
it works. On Thu, Feb 3, 2022 at 3:35 AM Claudius Heine wrote:     On 2022-02-02 17:26, Kyle Russell wrote:     > Thanks, Claudius.     >     > On Wed, Feb 2, 2022 at 8:08 AM Claudius Heine <mailto:c...@denx.de>> wrote:     >     >     Hi Kyle,     >     >     On 2022-0

Re: [OE-core] [PATCH v3] classes: rootfs-postcommands: add skip option to overlayfs_qa_check

2022-05-17 Thread Claudius Heine
Hi, On 2022-05-03 10:22, Claudius Heine wrote: The overlayfs_qa_check checks if the current root file system has a mount configured for each overlayfs, when the overlayfs class is used. However there are certain instances where this mount point is created at runtime and not static in a fstab

[OE-core] [PATCH] overlayfs: add docs about skipping QA check & service dependencies

2022-05-10 Thread Claudius Heine
is mounted and ready. No functional change. Signed-off-by: Claudius Heine --- meta/classes/overlayfs.bbclass | 18 +++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/meta/classes/overlayfs.bbclass b/meta/classes/overlayfs.bbclass index 29fced2ca7..f7069edd41

Re: [OE-core] [PATCH v3] classes: rootfs-postcommands: add skip option to overlayfs_qa_check

2022-05-10 Thread Claudius Heine
On 2022-05-09 07:02, Vyacheslav Yurkov wrote: On 03.05.2022 10:22, Claudius Heine wrote: The overlayfs_qa_check checks if the current root file system has a mount configured for each overlayfs, when the overlayfs class is used. However there are certain instances where this mount point

[OE-core] [PATCH v3] classes: rootfs-postcommands: add skip option to overlayfs_qa_check

2022-05-03 Thread Claudius Heine
name. For instance if a overlayfs is configured as: OVERLAYFS_MOUNT_POINT[data] = "/data" Skipping this QA check can be done by setting: OVERLAYFS_QA_SKIP[data] = "mount-configured" Also add a testcase and fix a typo (fstat -> fstab). Signed-off-by: Claud

Re: [OE-core] [PATCH v2] classes: rootfs-postcommands: add skip option to overlayfs_qa_check

2022-05-03 Thread Claudius Heine
On 2022-05-02 21:09, Luca Ceresoli wrote: Hi Claudius, Hi Luca, Il giorno Fri, 29 Apr 2022 10:17:33 +0200 "Claudius Heine" ha scritto: The overlayfs_qa_check checks if the current root file system has a mount configured for each overlayfs, when the overlayfs class is used

[OE-core] [PATCH v2] classes: rootfs-postcommands: add skip option to overlayfs_qa_check

2022-04-29 Thread Claudius Heine
name. For instance if a overlayfs is configured as: OVERLAYFS_MOUNT_POINT[data] = "/data" Skipping this QA check can be done by setting: OVERLAYFS_QA_SKIP[data] = "mount-configured" Signed-off-by: Claudius Heine --- Sorry, I was a bit to quick when se

[OE-core] [PATCH] classes: rootfs-postcommands: add skip option to overlayfs_qa_check

2022-04-29 Thread Claudius Heine
name. For instance if a overlayfs is configured as: OVERLAYFS_MOUNT_POINT[data] = "/data" Skipping this QA check can be done by setting: OVERLAYFS_QA_SKIP[data] = "mount-configured" Signed-off-by: Claudius Heine --- meta/classes/rootfs-postcommands.bbclas

Re: [OE-core] [RFC PATCH 1/1] kernel: add kernel-image-fitimage-initramfs

2022-04-13 Thread Claudius Heine
Hi Richard, On 2022-04-13 09:35, Richard Purdie wrote: On Wed, 2022-04-13 at 09:18 +0200, Claudius Heine wrote: Hi, On 2022-03-30 11:15, Claudius Heine wrote: When creating an initramfs bundled into a kernel fitimage, the resulting fitimage will only be placed into the deploy directory

Re: [OE-core] [RFC PATCH 1/1] kernel: add kernel-image-fitimage-initramfs

2022-04-13 Thread Claudius Heine
Hi, On 2022-03-30 11:15, Claudius Heine wrote: When creating an initramfs bundled into a kernel fitimage, the resulting fitimage will only be placed into the deploy directory and not packaged by the kernel recipe/class. Changing the kernel recipe/class to produce a package with the fitimage

[OE-core] [PATCH] os-release: add os-release-initrd package

2022-04-05 Thread Claudius Heine
to the os-release file. To avoid adding this file to the `os-release` package, explicitly only add `/etc/os-release` to the `os-release` package. Signed-off-by: Claudius Heine --- meta/recipes-core/os-release/os-release.bb | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/meta

[OE-core] [RFC PATCH 1/1] kernel: add kernel-image-fitimage-initramfs

2022-03-30 Thread Claudius Heine
-image-fitimage` packages from the kernel recipe/class. Signed-off-by: Claudius Heine --- .../kernel-image-fitimage-initramfs_0.1.0.bb | 50 +++ 1 file changed, 50 insertions(+) create mode 100644 meta/recipes-kernel/kernel-image-fitimage-initramfs/kernel-image-fitimage

[OE-core] [RFC PATCH 0/1] Packaging a fitimage with initramfs

2022-03-30 Thread Claudius Heine
-case. Is there some other way to solve this or any ideas how to get around its limitations? My goal is to have the fitImage embedded into the rootfs partition reachable via /boot/fitImage. thanks and regards, Claudius Claudius Heine (1): kernel: add kernel-image-fitimage-initramfs .../kernel

Re: [OE-core] [PATCH v2 0/4] Patches and bugfixes for overlayfs

2022-03-10 Thread Claudius Heine
Hi Vyacheslav, On 2022-03-10 15:28, Vyacheslav Yurkov wrote: On 10.03.2022 14:13, Claudius Heine wrote: Hi, I bundled my patches to overlayfs and overlayfs-etc togehter in this patchset and fixed the whitespace issues. regards, Claudius -- Changes from v1:    - fixed whitespace issues

[OE-core] [PATCH v2 4/4] files: overlayfs-etc: add overlay mount options to preinit

2022-03-10 Thread Claudius Heine
] https://www.kernel.org/doc/html/latest/filesystems/overlayfs.html?highlight=overlayfs#changes-to-underlying-filesystems Signed-off-by: Claudius Heine --- meta/files/overlayfs-etc-preinit.sh.in | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/files/overlayfs-etc-preinit.sh.in b/meta/files

[OE-core] [PATCH v2 3/4] files: overlayfs-etc: wrap long lines of preinit file

2022-03-10 Thread Claudius Heine
Make it easier to see what is happening by wrapping the overly long lines in the preinit file for the overlayfs-etc. Signed-off-by: Claudius Heine --- meta/files/overlayfs-etc-preinit.sh.in | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/meta/files/overlayfs-etc

[OE-core] [PATCH v2 2/4] overlayfs: add systemd unit path prefix to FILES:${PN} array

2022-03-10 Thread Claudius Heine
The 'FILES:${PN}' array is missing the systemd unit dir prefix causing them to not be packaged and the build fails with the `installed-vs-shipped` error. This adds the `systemd_system_unitdir` variable in front of every unit file added with this class. Signed-off-by: Claudius Heine --- meta

[OE-core] [PATCH v2 0/4] Patches and bugfixes for overlayfs

2022-03-10 Thread Claudius Heine
Hi, I bundled my patches to overlayfs and overlayfs-etc togehter in this patchset and fixed the whitespace issues. regards, Claudius -- Changes from v1: - fixed whitespace issues: converted tabs to 4 spaces. - changed git commit title of patch 4 Claudius Heine (4): overlayfs-etc: add

[OE-core] [PATCH v2 1/4] overlayfs-etc: add condition to package-management feature conflict

2022-03-10 Thread Claudius Heine
The conflict with the `package-managment` only happens if the `overlayfs-etc` class overwrites `/sbin/init`, which is not the case when `OVERLAYFS_ETC_USE_ORIG_INIT_NAME` is set to `0`. Signed-off-by: Claudius Heine --- meta/classes/overlayfs-etc.bbclass | 3 ++- 1 file changed, 2 insertions

Re: [OE-core] [PATCH] overlayfs: add systemd unit path prefix to FILES:${PN} array

2022-03-10 Thread Claudius Heine
Hi Richard, On 2022-03-10 11:11, Richard Purdie wrote: On Wed, 2022-03-09 at 15:29 +0100, Claudius Heine wrote: The 'FILES:${PN}' array is missing the systemd unit dir prefix causing them to not be packaged and the build fails with the `installed-vs-shipped` error. This adds

[OE-core] [PATCH 1/2] files: overlayfs-etc: wrap long lines of preinit file

2022-03-10 Thread Claudius Heine
Make it easier to see what is happening by wrapping the overly long lines in the preinit file for the overlayfs-etc. Signed-off-by: Claudius Heine --- meta/files/overlayfs-etc-preinit.sh.in | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/meta/files/overlayfs-etc

[OE-core] [PATCH 2/2] files: overlayfs-etc: add index=off and xino=off mount option to preinit

2022-03-10 Thread Claudius Heine
] https://www.kernel.org/doc/html/latest/filesystems/overlayfs.html?highlight=overlayfs#changes-to-underlying-filesystems Signed-off-by: Claudius Heine --- meta/files/overlayfs-etc-preinit.sh.in | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/files/overlayfs-etc-preinit.sh.in b/meta/files

[OE-core] [PATCH] overlayfs: add systemd unit path prefix to FILES:${PN} array

2022-03-09 Thread Claudius Heine
The 'FILES:${PN}' array is missing the systemd unit dir prefix causing them to not be packaged and the build fails with the `installed-vs-shipped` error. This adds the `systemd_system_unitdir` variable in front of every unit file added with this class. Signed-off-by: Claudius Heine --- meta

[OE-core] [PATCH] overlayfs-etc: add condition to package-management feature conflict

2022-03-09 Thread Claudius Heine
The conflict with the `package-managment` only happens if the `overlayfs-etc` class overwrites `/sbin/init`, which is not the case when `OVERLAYFS_ETC_USE_ORIG_INIT_NAME` is set to `0`. Signed-off-by: Claudius Heine --- meta/classes/overlayfs-etc.bbclass | 3 ++- 1 file changed, 2 insertions

Re: [OE-core] [PATCH 07/17] gstreamer1.0: upgrade 1.18.5 -> 1.20.0

2022-02-09 Thread Claudius Heine
Hi Jose On 2022-02-09 10:15, Jose Quaresma wrote: Hi Alexander, Can you please clarify in what target arch is this happening and I can try to replicate it with qemu? I think we are hitting: https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/778 This testcase seems to be flaky and

Re: [OE-core] [PATCH 01/33] seatd: add recipe

2022-02-03 Thread Claudius Heine
for other software packages. Depending on `libseat` seems to be more future-proof than `seatd` if only the library is required, whatever the backend is. But I don't feel too strongly about this, so your call ;) Alex On Thu, 3 Feb 2022 at 14:36, Claudius Heine <mailto:c...@denx.de>&

Re: [OE-core] [PATCH 01/33] seatd: add recipe

2022-02-03 Thread Claudius Heine
h the LIBSEAT_BACKEND environment variable. > > Which backend is in use is transparent to the application, providing a simple common interface. https://sr.ht/~kennylevinsen/seatd/#libseat I guess the general question is if it makes sense to split them up for OE. regards, Claudius Alex

Re: [OE-core] [PATCH 01/33] seatd: add recipe

2022-02-03 Thread Claudius Heine
Hi Alexander, On 2022-02-02 19:27, Alexander Kanavin wrote: This is needed to run weston properly as non-root in the absence of systemd-logind, and other compositors will likely require seatd as well. Signed-off-by: Alexander Kanavin --- meta/conf/distro/include/maintainers.inc | 1 +

Re: [OE-core] [PATCH 05/12] gstreamer1.0-plugins-ugly: 1.18.5 -> 1.19.90

2022-02-03 Thread Claudius Heine
Hi Jose, On 2022-02-02 18:58, Jose Quaresma wrote: [...] @@ -13,7 +13,7 @@ LICENSE_FLAGS = "commercial"  SRC_URI = " \ https://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-${PV}.tar.xz

Re: [OE-core] [PATCH 04/12] gstreamer1.0-plugins-bad: 1.18.5 -> 1.19.90

2022-02-03 Thread Claudius Heine
On 2022-02-02 18:57, Jose Quaresma wrote: Hi, Claudius There are some new options on the gstreamer bad that are not updated on this patch. more precisely what will be done to use the new gpl option ? Hmm... I am not sure. `gpl` probably needs to be added because we already have `faad` and

Re: [OE-core] [PATCH 02/12] gstreamer1.0-plugins-base: 1.18.5 -> 1.19.90

2022-02-03 Thread Claudius Heine
Hi Jose, On 2022-02-02 18:57, Jose Quaresma wrote: [...]  SRC_URI = "https://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-${PV}.tar.xz \

Re: [OE-core] [PATCH] rng-tools: add systemd-udev-settle wants to service

2022-02-03 Thread Claudius Heine
On 2022-02-02 17:26, Kyle Russell wrote: Thanks, Claudius. On Wed, Feb 2, 2022 at 8:08 AM Claudius Heine <mailto:c...@denx.de>> wrote: Hi Kyle, On 2022-02-02 13:38, Kyle Russell wrote: > Is this the correct approach?  Even the systemd-udev-settle.service man

[OE-core] [PATCH 12/12] gst-devtools: 1.18.5 -> 1.19.90

2022-02-02 Thread Claudius Heine
Signed-off-by: Claudius Heine --- .../{gst-devtools_1.18.5.bb => gst-devtools_1.19.90.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-multimedia/gstreamer/{gst-devtools_1.18.5.bb => gst-devtools_1.19.90.bb} (94%) diff --git a/meta/recipes-mult

[OE-core] [PATCH 09/12] gstreamer1.0-vaapi: 1.18.5 -> 1.19.90

2022-02-02 Thread Claudius Heine
Signed-off-by: Claudius Heine --- ...treamer1.0-vaapi_1.18.5.bb => gstreamer1.0-vaapi_1.19.90.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-vaapi_1.18.5.bb => gstreamer1.0-vaapi_1.19.90.bb} (95%) diff --git a/meta/r

[OE-core] [PATCH 08/12] gstreamer1.0-omx: 1.18.5 -> 1.19.90

2022-02-02 Thread Claudius Heine
Signed-off-by: Claudius Heine --- .../{gstreamer1.0-omx_1.18.5.bb => gstreamer1.0-omx_1.19.90.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-omx_1.18.5.bb => gstreamer1.0-omx_1.19.90.bb} (95%) diff --git a/meta/r

[OE-core] [PATCH 05/12] gstreamer1.0-plugins-ugly: 1.18.5 -> 1.19.90

2022-02-02 Thread Claudius Heine
Feature `gpl` was added, which allows building gpl licensed codecs. Signed-off-by: Claudius Heine --- ...s-ugly_1.18.5.bb => gstreamer1.0-plugins-ugly_1.19.90.bb} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plug

[OE-core] [PATCH 11/12] gst-examples: 1.18.5 -> 1.19.90

2022-02-02 Thread Claudius Heine
Signed-off-by: Claudius Heine --- .../gst-examples/0001-Make-player-examples-installable.patch| 2 +- .../{gst-examples_1.18.5.bb => gst-examples_1.19.90.bb} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-multimedia/gstreamer/{gst-examples_1.18.5.bb =>

[OE-core] [PATCH 10/12] gstreamer1.0-rtsp-server: 1.18.5 -> 1.19.90

2022-02-02 Thread Claudius Heine
Signed-off-by: Claudius Heine --- ...p-server_1.18.5.bb => gstreamer1.0-rtsp-server_1.19.90.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-rtsp-server_1.18.5.bb => gstreamer1.0-rtsp-server_1.19.90.bb} (82%) diff

[OE-core] [PATCH 06/12] gstreamer1.0-libav: 1.18.5 -> 1.19.90

2022-02-02 Thread Claudius Heine
Signed-off-by: Claudius Heine --- ...st-libav-fix-build-with-ffmpeg-5.0.0.patch | 346 -- 18.5.bb => gstreamer1.0-libav_1.19.90.bb} | 5 +- 2 files changed, 2 insertions(+), 349 deletions(-) delete mode 100644 meta/recipes-multimedia/gstreamer/gstreamer1.0-libav/0001-

[OE-core] [PATCH 07/12] gstreamer1.0-python: 1.18.5 -> 1.19.90

2022-02-02 Thread Claudius Heine
Signed-off-by: Claudius Heine --- ...eamer1.0-python_1.18.5.bb => gstreamer1.0-python_1.19.90.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-python_1.18.5.bb => gstreamer1.0-python_1.19.90.bb} (91%) diff --git a/meta/r

[OE-core] [PATCH 04/12] gstreamer1.0-plugins-bad: 1.18.5 -> 1.19.90

2022-02-02 Thread Claudius Heine
Features `libmms` and `ofa` where removed upstream. Patches where rebased. Signed-off-by: Claudius Heine --- ...missing-opencv-data-dir-in-yocto-buil.patch | 17 - .../0005-msdk-fix-includedir-path.patch| 18 +- bb => gstreamer1.0-plugins-bad_1.19

[OE-core] [PATCH 01/12] gstreamer1.0: 1.18.5 -> 1.19.90

2022-02-02 Thread Claudius Heine
Backported patches where removed, others updated to their current version. This also adds a patch to remove the gstbin:test_watch_for_state_change testcase, since it seems flaky: https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/778 Signed-off-by: Claudius Heine --- ...der.c-when-env

[OE-core] [PATCH 03/12] gstreamer1.0-plugins-good: 1.18.5 -> 1.19.90

2022-02-02 Thread Claudius Heine
Signed-off-by: Claudius Heine --- ...gins-good_1.18.5.bb => gstreamer1.0-plugins-good_1.19.90.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-good_1.18.5.bb => gstreamer1.0-plugins-good_1.19.90.bb} (97%) diff

[OE-core] [PATCH 02/12] gstreamer1.0-plugins-base: 1.18.5 -> 1.19.90

2022-02-02 Thread Claudius Heine
Signed-off-by: Claudius Heine --- ...004-glimagesink-Downrank-to-marginal.patch | 32 --- ...b => gstreamer1.0-plugins-base_1.19.90.bb} | 5 ++- 2 files changed, 2 insertions(+), 35 deletions(-) delete mode 100644 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-b

[OE-core] [PATCH 00/12] Update gstreamer recipes to 1.19.90

2022-02-02 Thread Claudius Heine
to be flaky: https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/778 regards, Claudius Claudius Heine (12): gstreamer1.0: 1.18.5 -> 1.19.90 gstreamer1.0-plugins-base: 1.18.5 -> 1.19.90 gstreamer1.0-plugins-good: 1.18.5 -> 1.19.90 gstreamer1.0-plugins-bad: 1.18.5 -

Re: [OE-core] [PATCH] rng-tools: add systemd-udev-settle wants to service

2022-02-02 Thread Claudius Heine
, Sep 17, 2021 at 4:08 AM Claudius Heine <mailto:c...@denx.de>> wrote: rngd needs to start after `systemd-udev-settle` in order for the kernel modules of the random source hardware to be loaded before it is started. However, since the `rngd.service` does not require or want

Re: [OE-core][RFC PATCH 00/12] Update to gstreamer 1.20 for kirkstone

2022-01-26 Thread Claudius Heine
? thanks, Claudius Cheers, Jose Claudius Heine mailto:c...@denx.de>> escreveu no dia quarta, 26/01/2022 à(s) 10:28: Hi, since the release of gstreamer 1.20 is getting close, and it might make sense to include it into the kirkstone release. I prepared preliminary

Re: [OE-core][RFC PATCH 00/12] Update to gstreamer 1.20 for kirkstone

2022-01-26 Thread Claudius Heine
archives for different components as they had done so far, so we don't need to change the monorepo to integrate the gstreamer 1.20 for now. Cheers, Jose Claudius Heine mailto:c...@denx.de>> escreveu no dia quarta, 26/01/2022 à(s) 10:28: Hi, since the relea

[OE-core][RFC PATCH 12/12] gst-devtools: 1.18.5 -> 1.20.0

2022-01-26 Thread Claudius Heine
Signed-off-by: Claudius Heine --- .../0001-connect-has-a-different-signature-on-musl.patch | 8 .../{gst-devtools_1.18.5.bb => gst-devtools_1.20.0.bb} | 9 - 2 files changed, 8 insertions(+), 9 deletions(-) rename meta/recipes-multimedia/gstreamer/{gst-devtools_1.18.5

[OE-core][RFC PATCH 10/12] gstreamer1.0-rtsp-server: 1.18.5 -> 1.20.0

2022-01-26 Thread Claudius Heine
Signed-off-by: Claudius Heine --- ...erver_1.18.5.bb => gstreamer1.0-rtsp-server_1.20.0.bb} | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-rtsp-server_1.18.5.bb => gstreamer1.0-rtsp-server_1.20.0.bb} (70%) diff

[OE-core][RFC PATCH 11/12] gst-examples: 1.18.5 -> 1.20.0

2022-01-26 Thread Claudius Heine
Signed-off-by: Claudius Heine --- ...001-Make-player-examples-installable.patch | 22 +-- ...mples_1.18.5.bb => gst-examples_1.20.0.bb} | 11 +- 2 files changed, 16 insertions(+), 17 deletions(-) rename meta/recipes-multimedia/gstreamer/{gst-examples_1.18.5.bb =>

[OE-core][RFC PATCH 09/12] gstreamer1.0-vaapi: 1.18.5 -> 1.20.0

2022-01-26 Thread Claudius Heine
Signed-off-by: Claudius Heine --- ...eamer1.0-vaapi_1.18.5.bb => gstreamer1.0-vaapi_1.20.0.bb} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-vaapi_1.18.5.bb => gstreamer1.0-vaapi_1.20.0.bb} (90%) diff --git a/meta/r

[OE-core][RFC PATCH 08/12] gstreamer1.0-omx: 1.18.5 -> 1.20.0

2022-01-26 Thread Claudius Heine
Signed-off-by: Claudius Heine --- ...streamer1.0-omx_1.18.5.bb => gstreamer1.0-omx_1.20.0.bb} | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-omx_1.18.5.bb => gstreamer1.0-omx_1.20.0.bb} (89%) diff --git a/meta/r

[OE-core][RFC PATCH 07/12] gstreamer1.0-python: 1.18.5 -> 1.20.0

2022-01-26 Thread Claudius Heine
Signed-off-by: Claudius Heine --- ...r1.0-python_1.18.5.bb => gstreamer1.0-python_1.20.0.bb} | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-python_1.18.5.bb => gstreamer1.0-python_1.20.0.bb} (79%) diff --git a/meta/r

[OE-core][RFC PATCH 05/12] gstreamer1.0-plugins-ugly: 1.18.5 -> 1.20.0

2022-01-26 Thread Claudius Heine
Feature `gpl` was added, since it is required to be enabled for gpl licensed codecs. Signed-off-by: Claudius Heine --- ...y_1.18.5.bb => gstreamer1.0-plugins-ugly_1.20.0.bb} | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) rename meta/recipes-multimedia/gstreamer/{gstreamer

[OE-core][RFC PATCH 04/12] gstreamer1.0-plugins-bad: 1.18.5 -> 1.20.0

2022-01-26 Thread Claudius Heine
Feature `ofa` and `libmms` are no longer available and where removed. Signed-off-by: Claudius Heine --- ...ialized-warnings-when-compiling-with.patch | 8 +++--- ...-avoid-including-sys-poll.h-directly.patch | 8 +++--- ...-sentinals-for-gst_structure_get-etc.patch | 24

[OE-core][RFC PATCH 06/12] gstreamer1.0-libav: 1.18.5 -> 1.20.0

2022-01-26 Thread Claudius Heine
Signed-off-by: Claudius Heine --- ...st-libav-fix-build-with-ffmpeg-5.0.0.patch | 346 -- ...1.18.5.bb => gstreamer1.0-libav_1.20.0.bb} | 9 +- 2 files changed, 3 insertions(+), 352 deletions(-) delete mode 100644 meta/recipes-multimedia/gstreamer/gstreamer1.0-libav/0001-

[OE-core][RFC PATCH 03/12] gstreamer1.0-plugins-good: 1.18.5 -> 1.20.0

2022-01-26 Thread Claudius Heine
Signed-off-by: Claudius Heine --- ...e-ext-qt-gstqtgl.h-instead-of-gst-gl-gstglf.patch | 12 ++-- ...1.18.5.bb => gstreamer1.0-plugins-good_1.20.0.bb} | 9 - 2 files changed, 10 insertions(+), 11 deletions(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plug

[OE-core][RFC PATCH 01/12] gstreamer1.0: 1.18.5 -> 1.20.0

2022-01-26 Thread Claudius Heine
-by: Claudius Heine --- .../gstreamer/gstreamer1.0-source.inc | 5 + ...der.c-when-env-var-is-set-do-not-fal.patch | 69 --- ...pect-the-idententaion-used-in-meson.patch} | 14 +-- ...002-Remove-unused-valgrind-detection.patch | 112 -- ...s-add-support-for-install

[OE-core][RFC PATCH 02/12] gstreamer1.0-plugins-base: 1.18.5 -> 1.20.0

2022-01-26 Thread Claudius Heine
Signed-off-by: Claudius Heine --- ...et-caps-from-src-pad-when-query-caps.patch | 10 +++--- ...parse-enhance-SSA-text-lines-parsing.patch | 10 +++--- ...iv-fb-Make-sure-config.h-is-included.patch | 8 ++--- ...004-glimagesink-Downrank-to-marginal.patch | 32 --- ...bb

[OE-core][RFC PATCH 00/12] Update to gstreamer 1.20 for kirkstone

2022-01-26 Thread Claudius Heine
. kind regards, Claudius Claudius Heine (12): gstreamer1.0: 1.18.5 -> 1.20.0 gstreamer1.0-plugins-base: 1.18.5 -> 1.20.0 gstreamer1.0-plugins-good: 1.18.5 -> 1.20.0 gstreamer1.0-plugins-bad: 1.18.5 -> 1.20.0 gstreamer1.0-plugins-ugly: 1.18.5 -> 1.20.0 gstreamer1.

[OE-core] [PATCH] rng-tools: add systemd-udev-settle wants to service

2021-09-17 Thread Claudius Heine
-settle.service` there has no effect. Adding `Wants=systemd-udev-settle.service` provides a weak requirement to it, so that the `rngd` is started after it, if possible. Signed-off-by: Claudius Heine --- Hi, this is a fix, which should probably be backported to the maintained releases. regards