mirror of
https://github.com/lingble/meta-tegra.git
synced 2025-10-29 19:42:41 +00:00
recipes: Add missing Patch-Status
Its now mandatory field to have in patch header with latest oe-core [1] [1] https://git.openembedded.org/openembedded-core/commit/?id=b7fb91c797ab37a029b8dd1eb7277a7468bc97ed Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -5,6 +5,7 @@ Subject: [PATCH] workaround to fix ld.bfd warning (binutils version 2.39)
|
||||
|
||||
l31.elf has a LOAD segment with RWX permissions
|
||||
|
||||
Upstream-Status: Pending
|
||||
Signed-off-by: Ilies CHERGUI <ilies.chergui@gmail.com>
|
||||
---
|
||||
Makefile | 4 ++--
|
||||
|
||||
@@ -3,7 +3,7 @@ From: Matt Madison <matt@madison.systems>
|
||||
Date: Wed, 22 Jan 2020 06:35:59 -0800
|
||||
Subject: [PATCH] Convert gen_tos_part_img.py to Python3
|
||||
|
||||
Upstream-Status: Inapproprate [OE specific]
|
||||
Upstream-Status: Inappropriate [OE specific]
|
||||
|
||||
Signed-off-by: Matt Madison <matt@madison.systems>
|
||||
|
||||
|
||||
@@ -3,6 +3,7 @@ From: Matt Madison <matt@madison.systems>
|
||||
Date: Tue, 16 Nov 2021 09:08:15 -0800
|
||||
Subject: [PATCH] Patch udev rules for OE use
|
||||
|
||||
Upstream-Status: Inappropriate [OE-Specific]
|
||||
Signed-off-by: Matt Madison <matt@madison.systems>
|
||||
|
||||
---
|
||||
|
||||
@@ -3,6 +3,7 @@ From: Ilies CHERGUI <ichergui@nvidia.com>
|
||||
Date: Sun, 10 Dec 2023 18:04:47 +0000
|
||||
Subject: [PATCH] Patch nv.sh script for OE use
|
||||
|
||||
Upstream-Status: Inappropriate [OE-Specific]
|
||||
Signed-off-by: Matt Madison <matt@madison.systems>
|
||||
Signed-off-by: Ilies CHERGUI <ichergui@nvidia.com>
|
||||
---
|
||||
|
||||
@@ -6,7 +6,7 @@ Subject: [PATCH] Drop bc usage and remove symlink creation functions
|
||||
Signed-off-by: Matt Madison <matt@madison.systems>
|
||||
Signed-off-by: Ilies CHERGUI <ichergui@nvidia.com>
|
||||
|
||||
|
||||
Upstream-Status: Pending
|
||||
Signed-off-by: Matt Madison <matt@madison.systems>
|
||||
---
|
||||
etc/systemd/nvpower.sh | 164 ++++-------------------------------------
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
From 12f67e4724a2e44659a08a64e01b9eafcd992241 Mon Sep 17 00:00:00 2001
|
||||
From: Matt Madison <matt@madison.systems>
|
||||
Date: Sat, 4 Feb 2023 06:31:24 -0800
|
||||
Subject: [PATCH 2/3] L4TLauncher: allow for empty/missing APPEND line in
|
||||
extlinux.conf
|
||||
Subject: [PATCH 2/3] L4TLauncher: allow for empty/missing APPEND line in extlinux.conf
|
||||
|
||||
Upstream-Status: Pending
|
||||
Signed-off-by: Matt Madison <matt@madison.systems>
|
||||
Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
|
||||
---
|
||||
|
||||
@@ -3,6 +3,8 @@ From: Matt Madison <matt@madison.systems>
|
||||
Date: Sat, 2 Feb 2019 06:59:41 -0800
|
||||
Subject: [PATCH] Fix wayland-eglstream-protocols pc file
|
||||
|
||||
Upstream-Status: Pending
|
||||
Signed-off-by: Matt Madison <matt@madison.systems>
|
||||
---
|
||||
wayland-eglstream-protocols.pc.in | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
@@ -6,6 +6,7 @@ Subject: [PATCH 1/9] Remove DO NOT USE declarations from v4l2_nv_extensions.h
|
||||
as they are now present in v4l2-controls.h and conflict
|
||||
with the definitions there.
|
||||
|
||||
Upstream-Status: Pending
|
||||
Signed-off-by: Matt Madison <matt@madison.systems>
|
||||
Signed-off-by: Ilies CHERGUI <ichergui@nvidia.com>
|
||||
---
|
||||
|
||||
@@ -5,6 +5,7 @@ Subject: [PATCH 1/7] v4l2videoenc: Fix negotiation caps leak
|
||||
|
||||
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/merge_requests/649>
|
||||
|
||||
Upstream-Status: Backport [https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/merge_requests/649]
|
||||
Signed-off-by: Jose Quaresma <quaresma.jose@gmail.com>
|
||||
Signed-off-by: Ilies CHERGUI <ilies.chergui@gmail.com>
|
||||
---
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
From 80d2084fe66e603fdb224eb06551b5ed61f05a3a Mon Sep 17 00:00:00 2001
|
||||
From: Ilies CHERGUI <ichergui@nvidia.com>
|
||||
Date: Fri, 17 Nov 2023 12:51:45 +0000
|
||||
Subject: [PATCH 2/7] v4l2allocator: Fix data offset / bytesused size
|
||||
validation
|
||||
Subject: [PATCH 2/7] v4l2allocator: Fix data offset / bytesused size validation
|
||||
|
||||
The check was too strict causing spurious warning. Now check for <= so that 0
|
||||
sized buffer do not cause a warning.
|
||||
|
||||
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/merge_requests/649>
|
||||
|
||||
Upstream-Status: Backport [https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/merge_requests/649]
|
||||
Signed-off-by: Jose Quaresma <quaresma.jose@gmail.com>
|
||||
Signed-off-by: Ilies CHERGUI <ilies.chergui@gmail.com>
|
||||
---
|
||||
|
||||
@@ -9,6 +9,7 @@ similar to what we do in gst_v4l2_object_unlock().
|
||||
|
||||
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/merge_requests/649>
|
||||
|
||||
Upstream-Status: Backport [https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/merge_requests/649]
|
||||
Signed-off-by: Jose Quaresma <quaresma.jose@gmail.com>
|
||||
Signed-off-by: Ilies CHERGUI <ilies.chergui@gmail.com>
|
||||
---
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
From 5089ddc47eb05ce6d2ed09bd71e58def50160f8b Mon Sep 17 00:00:00 2001
|
||||
From: Ilies CHERGUI <ichergui@nvidia.com>
|
||||
Date: Fri, 17 Nov 2023 12:57:10 +0000
|
||||
Subject: [PATCH 4/7] gstv4l2videodec: use ifdef macro for consistency with the
|
||||
rest of the code
|
||||
Subject: [PATCH 4/7] gstv4l2videodec: use ifdef macro for consistency with the rest of the code
|
||||
|
||||
Upstream-Status: Pending
|
||||
Signed-off-by: Jose Quaresma <quaresma.jose@gmail.com>
|
||||
Signed-off-by: Ilies CHERGUI <ilies.chergui@gmail.com>
|
||||
---
|
||||
|
||||
@@ -1,8 +1,7 @@
|
||||
From cdc5b344ff32cd0c0beef5ca99852c7f82a48d9e Mon Sep 17 00:00:00 2001
|
||||
From: Ilies CHERGUI <ichergui@nvidia.com>
|
||||
Date: Fri, 17 Nov 2023 12:57:58 +0000
|
||||
Subject: [PATCH 5/7] gstv4l2videodec: check if we have a pool before the
|
||||
locking in video decoder set format
|
||||
Subject: [PATCH 5/7] gstv4l2videodec: check if we have a pool before the locking in video decoder set format
|
||||
|
||||
There's a dead lock on nvv4l2decoder.
|
||||
The dead lock is because the gstv4l2bufferpool only set capture_plane_stopped if the object
|
||||
@@ -17,6 +16,7 @@ that will trigger a restart of the nvv4l2decoder in the gst_v4l2_video_dec_set_f
|
||||
So disable the the check for capture_plane_stopped on nvv4l2decoder if we don't have a pool
|
||||
otherwise nvv4l2decoder will hang forever waiting for capture_plane_stopped.
|
||||
|
||||
Upstream-Status: Pending
|
||||
Signed-off-by: Jose Quaresma <quaresma.jose@gmail.com>
|
||||
Signed-off-by: Ilies CHERGUI <ilies.chergui@gmail.com>
|
||||
---
|
||||
|
||||
@@ -5,6 +5,7 @@ Subject: [PATCH 6/7] Fix resource leak in nvv4l2decoder
|
||||
|
||||
See: https://forums.developer.nvidia.com/t/175198/11
|
||||
|
||||
Upstream-Status: Pending
|
||||
Signed-off-by: Matt Madison <matt@madison.systems>
|
||||
Signed-off-by: Ilies CHERGUI <ilies.chergui@gmail.com>
|
||||
---
|
||||
|
||||
@@ -3,6 +3,7 @@ From: Ilies CHERGUI <ichergui@nvidia.com>
|
||||
Date: Fri, 17 Nov 2023 13:00:06 +0000
|
||||
Subject: [PATCH 7/7] Makefile fixes for OE builds
|
||||
|
||||
Upstream-Status: Inappropriate [OE-Specific]
|
||||
Signed-off-by: Matt Madison <matt@madison.systems>
|
||||
Signed-off-by: Ilies CHERGUI <ilies.chergui@gmail.com>
|
||||
---
|
||||
|
||||
@@ -3,6 +3,7 @@ From: Ilies CHERGUI <ilies.chergui@gmail.com>
|
||||
Date: Fri, 15 Apr 2022 12:36:09 +0100
|
||||
Subject: [PATCH] Fix stringop-truncation warning
|
||||
|
||||
Upstream-Status: Pending
|
||||
Signed-off-by: Ilies CHERGUI <ilies.chergui@gmail.com>
|
||||
---
|
||||
nvgst_sample_apps/nvgstplayer-1.0/nvgstplayer.c | 1 +
|
||||
|
||||
@@ -5,6 +5,7 @@ Subject: [PATCH] Update Makefile for OE compatibility
|
||||
|
||||
* Use install instead of cp for installing files
|
||||
|
||||
Upstream-Status: Inappropriate [OE-Specific]
|
||||
Signed-off-by: Matt Madison <matt@madison.systems>
|
||||
---
|
||||
optee/optee_client/Makefile | 39 ++++++++++++++++++++++---------------
|
||||
|
||||
@@ -7,6 +7,7 @@ Subject: [PATCH] Update makefiles for OE builds
|
||||
- Use install instead of cp to install host programs
|
||||
- Add LDFLAGS to nvhwkey-app build
|
||||
|
||||
Upstream-Status: Inappropriate [OE-Specific]
|
||||
Signed-off-by: Matt Madison <matt@madison.systems>
|
||||
Signed-off-by: Ilies CHERGUI <ichergui@nvidia.com>
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user