Re: [OE-core] [PATCH] initramfs-framework: Add overlayroot module

2022-01-26 Thread Vyacheslav Yurkov
Hi Alejandro, Thanks for your patch. I recently submitted two classes overlayfs and overlayfs-etc to do the same thing you want to achieve. Could you please take a look if you can use them instead? If not, perhaps we could adapt it to suit your needs? Regards, Vyacheslav On 26.01.2022

[OE-core] [PATCH 1/6] linux-yocto/5.15: update to v5.15.15

2022-01-26 Thread Bruce Ashfield
From: Bruce Ashfield Updating linux-yocto/5.15 to the latest korg -stable release that comprises the following commits: 760a85303c5a Linux 5.15.15 54a457ad2c97 staging: greybus: fix stack size warning with UBSAN 48d56b00c352 drm/i915: Avoid bitwise vs logical OR warning in

[OE-core] [PATCH 0/6] kernel: consolidated pull request

2022-01-26 Thread Bruce Ashfield
From: Bruce Ashfield Richard, Here's the next round of -stable updates. As was previously discussed, we'll go with 5.10/5.15 and -dev at 5.16/17 for the upcoming LTS release (I can do a 5.16 versioned recipe if there's interest, but since it won't be a LTS kernel, it will go EOL early in the

[OE-core] [PATCH 2/6] linux-yocto/5.10: update to v5.10.92

2022-01-26 Thread Bruce Ashfield
From: Bruce Ashfield Updating linux-yocto/5.10 to the latest korg -stable release that comprises the following commits: c982c1a83932 Linux 5.10.92 c0091233f3d8 staging: greybus: fix stack size warning with UBSAN 66d21c005d9b drm/i915: Avoid bitwise vs logical OR warning in

[OE-core] [PATCH 3/6] linux-libc-headers: update to v5.16

2022-01-26 Thread Bruce Ashfield
From: Bruce Ashfield Bumping our reference headers to 5.16 to support newer kernels (-dev in particular). No issues were found in glibc or musl, and no patch referesh/drops are required Signed-off-by: Bruce Ashfield --- meta/conf/distro/include/tcmode-default.inc | 2 +-

[OE-core] [PATCH 5/6] linux-yocto/5.15: update to v5.15.16

2022-01-26 Thread Bruce Ashfield
From: Bruce Ashfield Updating linux-yocto/5.15 to the latest korg -stable release that comprises the following commits: 63dcc388662c Linux 5.15.16 ce2e7b97e588 mtd: fixup CFI on ixp4xx 9dada19e1096 ALSA: hda/realtek: Re-order quirk entries for Lenovo 4942295ec2af ALSA:

[OE-core] [PATCH 4/6] x86: fix defconfig configuration warnings

2022-01-26 Thread Bruce Ashfield
From: Bruce Ashfield Integrating the following commit(s) to linux-yocto/5.15: 720b61fc400b x86_64_defconfig: Fix warnings Signed-off-by: Naveen Saini Signed-off-by: Bruce Ashfield --- .../linux/linux-yocto-rt_5.15.bb | 4 ++-- .../linux/linux-yocto-tiny_5.15.bb

[OE-core] [PATCH 6/6] linux-yocto/5.10: update to v5.10.93

2022-01-26 Thread Bruce Ashfield
From: Bruce Ashfield Updating linux-yocto/5.10 to the latest korg -stable release that comprises the following commits: fd187a492557 Linux 5.10.93 bed97c903621 mtd: fixup CFI on ixp4xx f50803b519c3 powerpc/pseries: Get entry and uaccess flush required bits from

[OE-core] [hardknott][PATCH 05/17] pigz: fix one failure of command "unpigz -l"

2022-01-26 Thread Anuj Mittal
From: Changqing Li Refer [1], "unpigz -l" failed with error: $ ./unpigz -l test.txt.gz compressed original reduced name 228799 209715200 99.9% test.txt unpigz: can't destroy locked resource (pigz.c:2622:mutex_destroy) unpigz: abort: internal threads error or $ ./unpigz -l test.txt.gz unpigz:

[OE-core] [hardknott][PATCH 04/17] socat: update SRC_URI

2022-01-26 Thread Anuj Mittal
From: Mingli Yu The orginal one is unaccessible now. Signed-off-by: Mingli Yu Signed-off-by: Anuj Mittal --- meta/recipes-connectivity/socat/socat_1.7.4.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-connectivity/socat/socat_1.7.4.1.bb

[OE-core] [hardknott][PATCH 06/17] binutils: upgrade binutils-2.36 to latest version

2022-01-26 Thread Anuj Mittal
From: Pgowda binutils-2.36 in Hardknott branch has been upgraded to latest version that includes many bug fixes. Regression tested on X86-64, Arm and Aarch64 without any new issues. Signed-off-by: pgowda Signed-off-by: Anuj Mittal --- .../binutils/binutils-2.36.inc| 5 +-

[OE-core] [hardknott][PATCH 08/17] glibc: upgrade glibc-2.33 to latest version

2022-01-26 Thread Anuj Mittal
From: pgowda glibc-2.33 has been upgraded to latest version that includes many CVE and other bug fixes. Signed-off-by: pgowda Signed-off-by: Anuj Mittal --- meta/recipes-core/glibc/glibc-version.inc | 2 +- .../glibc/glibc/0031-CVE-2021-43396.patch | 182 --

[OE-core] [hardknott][PATCH 07/17] gcc: upgrade to gcc-10.3 version

2022-01-26 Thread Anuj Mittal
From: Pgowda gcc-10.2 in Hardknott branch has been upgraded to gcc-10.3 version that includes many bug fixes. Regression tested on X86-64, Arm and Aarch64 without issues. Signed-off-by: pgowda Signed-off-by: Anuj Mittal --- meta/conf/distro/include/maintainers.inc | 2 +-

[OE-core] [hardknott][PATCH 09/17] linux-yocto/5.4: update to v5.4.169

2022-01-26 Thread Anuj Mittal
From: Bruce Ashfield Updating linux-yocto/5.4 to the latest korg -stable release that comprises the following commits: 4ca2eaf1d477 Linux 5.4.169 48c76fc53582 phonet/pep: refuse to enable an unbound pipe a5c6a13e9056 hamradio: improve the incomplete fix to avoid NPD ef5f7bfa19e3 hamradio: defer

[OE-core] [hardknott][PATCH 10/17] linux-yocto/5.4: update to v5.4.170

2022-01-26 Thread Anuj Mittal
From: Bruce Ashfield Updating linux-yocto/5.4 to the latest korg -stable release that comprises the following commits: 047dedaa38ce Linux 5.4.170 2c3920c58e03 perf script: Fix CPU filtering of a script's switch events fe5838c22b98 net: fix use-after-free in tw_timer_handler 46556c4ecd63 Input:

[OE-core] [hardknott][PATCH 12/17] linux-yocto/5.4: update to v5.4.172

2022-01-26 Thread Anuj Mittal
From: Bruce Ashfield Updating linux-yocto/5.4 to the latest korg -stable release that comprises the following commits: b7f70762d158 Linux 5.4.172 f415409551b0 staging: greybus: fix stack size warning with UBSAN 65c2e7176f77 drm/i915: Avoid bitwise vs logical OR warning in

[OE-core] [hardknott][PATCH 11/17] linux-yocto/5.4: update to v5.4.171

2022-01-26 Thread Anuj Mittal
From: Bruce Ashfield Updating linux-yocto/5.4 to the latest korg -stable release that comprises the following commits: 0a4ce4977bbe Linux 5.4.171 0101f118529d mISDN: change function names to avoid conflicts 34821931e18e atlantic: Fix buff_ring OOB in aq_ring_rx_clean

[OE-core] [hardknott][PATCH 13/17] expat fix CVE-2022-22822 through CVE-2022-22827

2022-01-26 Thread Anuj Mittal
From: Steve Sakoman xmlparse.c has multiple integer overflows. The involved functions are: - addBinding (CVE-2022-22822) - build_model (CVE-2022-22823) - defineAttribute (CVE-2022-22824) - lookup (CVE-2022-22825) - nextScaffoldPart (CVE-2022-22826) - storeAtts (CVE-2022-22827) Backport patch

[OE-core] [hardknott][PATCH 14/17] expat: fix CVE-2021-45960

2022-01-26 Thread Anuj Mittal
From: Steve Sakoman In Expat (aka libexpat) before 2.4.3, a left shift by 29 (or more) places in the storeAtts function in xmlparse.c can lead to realloc misbehavior (e.g., allocating too few bytes, or only freeing memory). Backport patch from:

[OE-core] [hardknott][PATCH 15/17] expat: fix CVE-2021-46143

2022-01-26 Thread Anuj Mittal
From: Steve Sakoman In doProlog in xmlparse.c in Expat (aka libexpat) before 2.4.3, an integer overflow exists for m_groupSize. Backport patch from: https://github.com/libexpat/libexpat/pull/538/commits/85ae9a2d7d0e9358f356b33977b842df8ebaec2b CVE: CVE-2021-46143 Signed-off-by: Steve Sakoman

[OE-core] [hardknott][PATCH 16/17] speex: fix CVE-2020-23903

2022-01-26 Thread Anuj Mittal
From: Kai Kang Backport patch to fix CVE-2020-23903. CVE: CVE-2020-23903 Signed-off-by: Kai Kang Signed-off-by: Richard Purdie (cherry picked from commit b8f56e5e9eef32c1e01742f913e205d93548de1f) Signed-off-by: Anuj Mittal --- .../speex/speex/CVE-2020-23903.patch | 30

[OE-core] [hardknott][PATCH 17/17] lighttpd: backport a fix for CVE-2022-22707

2022-01-26 Thread Anuj Mittal
From: Ross Burton Backport the fix for CVE-2022-22707, a buffer overflow in mod_extforward. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie (cherry picked from commit 7758596613cc442f647fd4625b36532f30e6129f) Signed-off-by: Anuj Mittal ---

[OE-core] [hardknott][PATCH 00/17] Patch review

2022-01-26 Thread Anuj Mittal
Next set of changes for hardknott. Please review. No problems seen while testing on autobuilder except for an intermittent ptest failure in lttng-tools. https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/3160 Thanks, Anuj The following changes since commit

[OE-core] [hardknott][PATCH 02/17] tune-cortexa72: Enable the crc extension by default for cortexa72

2022-01-26 Thread Anuj Mittal
From: Kevin Hao The crc extension is optional for the ARMv8.0 but is mandatory for the cortexa72, so there is no reason not to enable it for the cortexa72 tune. With this change, the cortexa72-crc seems redundant. But we had better to keep it to be compatible with the BSP which already used that

[OE-core] [hardknott][PATCH 01/17] tune-cortexa72: remove crypto for the default cortex-a72

2022-01-26 Thread Anuj Mittal
From: Jagadeesh Krishnanjanappa The cryptographic unit is optional for the Cortex-A72, but it was included by default previously. This breaks building systems that lack this functionality when using tune-cortexa72.inc. To correct this, add a crypto entry in the tune file. Since CRC is

[OE-core] [hardknott][PATCH 03/17] tune-cortexa72: Drop the redundant cortexa72-crc tune

2022-01-26 Thread Anuj Mittal
From: Kevin Hao We have enabled the crc extension by default for cortexa72 in patch ("tune-cortexa72: Enable the crc extension by default for cortexa72"), then the cortexa72-crc seems redundant. So drop it. We also rename the cortexa72-crc-crypto to cortexa72-crypto. With these changes, it will

Re: [OE-core] [PATCH] icecc.bbclass: replace deprecated bash command substitution

2022-01-26 Thread Jose Quaresma
ping Jose Quaresma via lists.openembedded.org escreveu no dia quarta, 19/01/2022 à(s) 23:07: > - build some packages with icecc enabled is not supported > because of the folling that disables the icecc: > > DEBUG: while parsing set_icecc_env, unable to handle non-literal command >

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

2022-01-26 Thread Alexander Kanavin
Thanks, I guess RP or I should spin this on the autobuilder so you can see where the issues are? Alex On Wed, 26 Jan 2022 at 11:52, Jose Quaresma wrote: > > Hi Claudius, > > I think we can do that switch for the monorepo in a follow up patch after > the 1.20 integration. > I have an internal

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

2022-01-26 Thread Jose Quaresma
Hi Claudius, I think we can do that switch for the monorepo in a follow up patch after the 1.20 integration. I have an internal update with most ready for 19.3 that misses some of the existing downstream patches that we have. The gstreamer project will provide the archives for different

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

2022-01-26 Thread Claudius Heine
Hi Alex, On 2022-01-26 12:36, Alexander Kanavin wrote: Thanks, I guess RP or I should spin this on the autobuilder so you can see where the issues are? Sure that sounds good. Thanks! Alex On Wed, 26 Jan 2022 at 11:52, Jose Quaresma > wrote: Hi

[OE-core] [PATCH] local.conf.sample: use https for SSTATE_MIRRORS

2022-01-26 Thread Michael Opdenacker
Both http and https work, but we will get fewer user questions with https Signed-off-by: Michael Opdenacker --- meta/conf/local.conf.sample | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/conf/local.conf.sample b/meta/conf/local.conf.sample index

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

2022-01-26 Thread Claudius Heine
Hi Jose, On 2022-01-26 11:52, Jose Quaresma wrote: Hi Claudius, I think we can do that switch for the monorepo in a follow up patch after the 1.20 integration. I have an internal update with most ready for 19.3 that misses some of the existing downstream patches that we have. The

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

2022-01-26 Thread Alexander Kanavin
On Wed, 26 Jan 2022 at 13:07, Claudius Heine wrote: > On 2022-01-26 12:36, Alexander Kanavin wrote: > > Thanks, I guess RP or I should spin this on the autobuilder so you can > > see where the issues are? > > Sure that sounds good. There you go:

Re: [OE-core] [PATCH meta-oe] rtc-tool: Add a recipe

2022-01-26 Thread Alexandre Belloni
Hello Fabio, On 24/01/2022 16:18:34-0300, Fabio Estevam wrote: > Hi Christian, > > On Mon, Jan 24, 2022 at 6:57 AM Christian Eggers wrote: > > > > Hi Fabio, > > > > from my experience, custom build systems (including "bare" Makefiles) > > are often hard to integrate/maintain for distributors. >

Re: [OE-core] [PATCH] initramfs-framework: Add overlayroot module

2022-01-26 Thread Bruce Ashfield
On Wed, Jan 26, 2022 at 2:22 AM Alejandro Hernandez Samaniego wrote: > > When installed, this module mounts a read-write (RW) overlay on > top of a root filesystem, which is kept read-only (RO). > > It needs to be executed after the initramfs-module-rootfs since > it relies on it to mount the

[OE-core] [honister][PATCH 00/13] Pull request (cover letter only)

2022-01-26 Thread Anuj Mittal
The following changes since commit 5a904f0fd02613664aa8c03d6d4935a68c01bf35: go: upgrade 1.16.10 -> 1.16.13 (2022-01-14 16:05:51 +0800) are available in the Git repository at: git://push.openembedded.org/openembedded-core-contrib stable/honister-next Bruce Ashfield (2): linux-yocto/5.10:

Re: [OE-core] [dunfell][PATCH v2] ghostscript: fix CVE-2021-45949

2022-01-26 Thread Steve Sakoman
On Sun, Jan 23, 2022 at 8:54 PM Minjae Kim wrote: > > Ghostscript GhostPDL 9.50 through 9.54.0 has a heap-based buffer overflow in > sampled_data_finish > (called from sampled_data_continue and interp). > > To apply the CVE-2021-45949 patch, > check-stack-limits-after-function-evalution.patch

[OE-core] [PATCH v2] create-spdx: add support for SDKs

2022-01-26 Thread Andres Beltran
Currently, SPDX SBOMs are only created for images. Add support for SDKs. Fix json indent when outputting SBOMs for better readability. Signed-off-by: Andres Beltran --- meta/classes/create-spdx.bbclass | 88 ++-- meta/lib/oe/sbom.py | 4 ++ 2 files

Re: [OE-core] [PATCH meta-oe] rtc-tool: Add a recipe

2022-01-26 Thread Khem Raj
please send it to oe-devel ml if you intend to propose it for meta-oe On Wed, Jan 26, 2022 at 5:54 AM Alexandre Belloni wrote: > > Hello Fabio, > > On 24/01/2022 16:18:34-0300, Fabio Estevam wrote: > > Hi Christian, > > > > On Mon, Jan 24, 2022 at 6:57 AM Christian Eggers wrote: > > > > > > Hi

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

2022-01-26 Thread Jose Quaresma
Claudius Heine escreveu no dia quarta, 26/01/2022 à(s) 12:15: > Hi Jose, > > On 2022-01-26 11:52, Jose Quaresma wrote: > > > > Hi Claudius, > > > > I think we can do that switch for the monorepo in a follow up patch > > after the 1.20 integration. > > I have an internal update with most ready

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

2022-01-26 Thread Alexander Kanavin
e builds should be complete by then) and see how > many fails you got :) > > Test configurations are defined here: > https://git.yoctoproject.org/yocto-autobuilder-helper/tree/config.json > There is a ptest fail on x86: https://autobuilder.yocto.io/pub/non-release/20220126-15/testresults

Re: [OE-core] [PATCH] initramfs-framework: Add overlayroot module

2022-01-26 Thread Alejandro Hernandez Samaniego
On 1/26/22 7:11 AM, Bruce Ashfield wrote: On Wed, Jan 26, 2022 at 2:22 AM Alejandro Hernandez Samaniego wrote: When installed, this module mounts a read-write (RW) overlay on top of a root filesystem, which is kept read-only (RO). It needs to be executed after the initramfs-module-rootfs

[OE-core] [PATCH] Add CLM blob to linux-firmware-bcm4373 package

2022-01-26 Thread Rudolf J Streif
The Country Local Matrix (CLM) blob brcmfmac4373-sdio.clm_blob was not included with the files for the linux-firmware-bcm4373 package but instead packaged with linux-firmware. Signed-off-by: Rudolf J Streif --- meta/recipes-kernel/linux-firmware/linux-firmware_20211216.bb | 1 + 1 file changed,

[dunfell][OE-core][PATCH 2/2] grub: add a fix for CVE-2020-25647

2022-01-26 Thread Marta Rybczynska
Fix a grub issue with incorrect values from an usb device. From the official description from NVD [1]: During USB device initialization, descriptors are read with very little bounds checking and assumes the USB device is providing sane values. If properly exploited, an attacker could

[dunfell][OE-core][PATCH 1/2] grub: add a fix for CVE-2020-25632

2022-01-26 Thread Marta Rybczynska
Fix grub issue with module dereferencing. From the official description from NVD [1]: The rmmod implementation allows the unloading of a module used as a dependency without checking if any other dependent module is still loaded leading to a use-after-free scenario. This could allow

[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
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 update patchset for it. Gstreamer changed to use monorepos with 1.20 so I went ahead I changed all recipes to use one SRC_URI from

[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

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

2022-01-26 Thread Claudius Heine
Gstreamer moved to a monorepo structure, this commit changed to use one SRC_URI defined in gstreamer1.0-source.inc, which all recipes use and set their own `S`ource path to their subproject path. Backported patches where remove and the other, which still apply where updated. Signed-off-by:

[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

[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 -

Re: [OE-core] [oe] Inclusive Language Proposal for YP/OE

2022-01-26 Thread Mikko Rapeli
Hi, On Tue, Jan 25, 2022 at 04:30:40PM +, Ross Burton wrote: > On Mon, 24 Jan 2022 at 16:18, Jon Mason wrote: > > CVE_CHECK_PN_WHITELIST -> CVE_CHECK_SKIPRECIPE > > CVE_CHECK_WHITELIST -> CVE_CHECK_IGNORECVE > > This is the only one that sticks out to me. I think it needs another > _,

[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

[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

[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

[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

[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 --git

[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 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.bb =>

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

2022-01-26 Thread Marek Vasut
On 1/26/22 11:28, Claudius Heine wrote: [...] diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-source.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-source.inc new file mode 100644 index 00..ca38322576 --- /dev/null +++