mirror of
https://github.com/lingble/meta-tegra.git
synced 2025-10-29 11:32:30 +00:00
argus: clean up patch headers
Signed-off-by: Matt Madison <matt@madison.systems>
This commit is contained in:
committed by
Matt Madison
parent
5baa85da06
commit
82077fcbf2
@@ -7,6 +7,7 @@ The xxd command is part of vim, which isn't really a build
|
||||
tool. Use a shell script to perform the header file creation
|
||||
instead.
|
||||
|
||||
Upstream-Status: Inappropriate [OE-specific]
|
||||
Signed-off-by: Matt Madison <matt@madison.systems>
|
||||
---
|
||||
argus/apps/camera/ui/camera/CMakeLists.txt | 3 ++-
|
||||
|
||||
@@ -5,7 +5,9 @@ Subject: [PATCH 2/8] include: fix jpeglib header inclusion
|
||||
|
||||
To ensure that it's using the NVIDIA-specific header.
|
||||
|
||||
Upstream-Status: Inappropriate [OE-specific]
|
||||
Signed-off-by: Matt Madison <matt@madison.systems>
|
||||
|
||||
---
|
||||
include/NvJpegDecoder.h | 2 +-
|
||||
include/NvJpegEncoder.h | 2 +-
|
||||
|
||||
@@ -9,6 +9,7 @@ release.
|
||||
|
||||
1: https://github.com/OE4T/meta-tegra/commit/0050144b2973e544237e53ecee65dee85e5cc8f9#diff-9d779250de06e384fc1e77959ef1a11165c69a34de15346d3c592d78f44f2ac9
|
||||
|
||||
Upstream-Status: Inappropriate [OE-specific]
|
||||
Signed-off-by: Dan Walkes <danwalkes@trellis-logic.com>
|
||||
---
|
||||
tools/GetPixel.py | 2 +-
|
||||
|
||||
@@ -7,6 +7,7 @@ Subject: [PATCH 4/8] samples: classes: fix a data race in shutting down
|
||||
as well as a couple of other uses of pthread_join with
|
||||
a possibly null (and thus invalid) thread id.
|
||||
|
||||
Upstream-Status: Inappropriate [OE-specific]
|
||||
Signed-off-by: Matt Madison <matt@madison.systems>
|
||||
---
|
||||
.../common/classes/NvApplicationProfiler.cpp | 5 +++-
|
||||
|
||||
@@ -8,6 +8,7 @@ Subject: [PATCH 5/8] samples: Rework makefiles and rules
|
||||
* Allow for object detection (opencv/TRT) to be optional
|
||||
* Rework references to common classes and algorithms
|
||||
|
||||
Upstream-Status: Inappropriate [OE-specific]
|
||||
Signed-off-by: Matt Madison <matt@madison.systems>
|
||||
Signed-off-by: Ilies CHERGUI <ilies.chergui@gmail.com>
|
||||
---
|
||||
|
||||
@@ -8,6 +8,7 @@ instead of the old, deprecated style of using raw pointers
|
||||
and calling the destroy methods of the various interfaces,
|
||||
which is causing segfaults.
|
||||
|
||||
Upstream-Status: Inappropriate [OE-specific]
|
||||
Signed-off-by: Matt Madison <matt@madison.systems>
|
||||
---
|
||||
.../common/algorithm/trt/trt_inference.cpp | 34 ++++++-------------
|
||||
|
||||
@@ -6,6 +6,7 @@ Subject: [PATCH 7/8] frontend: add option to set timeout
|
||||
instead of requiring a human to type 'q' to quit,
|
||||
to allow the sample to be used as an automated test.
|
||||
|
||||
Upstream-Status: Inappropriate [OE-specific]
|
||||
Signed-off-by: Matt Madison <matt@madison.systems>
|
||||
---
|
||||
samples/17_frontend/main.cpp | 15 ++++++++++++---
|
||||
|
||||
@@ -5,6 +5,7 @@ Subject: [PATCH 8/8] camera_v4l2_cuda: add option for setting max frame count
|
||||
|
||||
to a allow for an automated timed run, instead of interactive.
|
||||
|
||||
Upstream-Status: Inappropriate [OE-specific]
|
||||
Signed-off-by: Matt Madison <matt@madison.systems>
|
||||
---
|
||||
samples/12_v4l2_camera_cuda/camera_v4l2_cuda.cpp | 12 +++++++++++-
|
||||
|
||||
@@ -3,6 +3,7 @@ From: Ilies CHERGUI <ichergui@nvidia.com>
|
||||
Date: Tue, 21 Nov 2023 09:09:10 +0000
|
||||
Subject: [PATCH 10/10] NvJpegDecoder: remove unused header file
|
||||
|
||||
Upstream-Status: Inappropriate [OE-specific]
|
||||
Signed-off-by: Ilies CHERGUI <ichergui@nvidia.com>
|
||||
---
|
||||
samples/common/classes/NvJpegDecoder.cpp | 3 ++-
|
||||
|
||||
Reference in New Issue
Block a user