diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2024-06-18 18:04:02 +0200 |
---|---|---|
committer | Max Krummenacher <max.krummenacher@toradex.com> | 2024-06-18 18:15:31 +0200 |
commit | bbaaa2981cc3cc024bd3c43e729b871802c817d2 (patch) | |
tree | 08f3f4da15c3e9d1eceff7ceb0bc4243676b394f /recipes-multimedia | |
parent | 94cf1e5f109942f49712a8baf8c67d442f97c8bf (diff) | |
download | meta-freescale-bbaaa2981cc3cc024bd3c43e729b871802c817d2.tar.gz |
patches: fix upstream-status
OE-core enabled the picky QA check on Upstream-Status.
commit b7fb91c797ab ("insane: add patch-status to default ERROR_QA")
Add missing upstream-status respectively fix unknown 'unknown' state.
strict_status_re = re.compile(r"^Upstream-Status: (Pending|Submitted|Denied|Inappropriate|Backport|Inactive-Upstream)( .+)?$", re.MULTILINE)
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'recipes-multimedia')
2 files changed, 2 insertions, 0 deletions
diff --git a/recipes-multimedia/imx-opencl-converter/imx-opencl-converter/0001-src-ocl.c-fix-wrong-integer-type.patch b/recipes-multimedia/imx-opencl-converter/imx-opencl-converter/0001-src-ocl.c-fix-wrong-integer-type.patch index deb81046..d84a6a63 100644 --- a/recipes-multimedia/imx-opencl-converter/imx-opencl-converter/0001-src-ocl.c-fix-wrong-integer-type.patch +++ b/recipes-multimedia/imx-opencl-converter/imx-opencl-converter/0001-src-ocl.c-fix-wrong-integer-type.patch | |||
@@ -15,6 +15,7 @@ In file included from .../recipe-sysroot/usr/include/CL/cl_ext.h:27, | |||
15 | 1348 | size_t * param_value_size_ret) CL_API_SUFFIX__VERSION_1_0; | 15 | 1348 | size_t * param_value_size_ret) CL_API_SUFFIX__VERSION_1_0; |
16 | | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ | 16 | | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ |
17 | 17 | ||
18 | Upstream-Status: Pending | ||
18 | Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> | 19 | Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> |
19 | --- | 20 | --- |
20 | src/ocl.c | 2 +- | 21 | src/ocl.c | 2 +- |
diff --git a/recipes-multimedia/imx-vpuwrap/imx-vpuwrap/0001-vpu_wrapper_hantro_encoder-add-sys-time.h-for-gettim.patch b/recipes-multimedia/imx-vpuwrap/imx-vpuwrap/0001-vpu_wrapper_hantro_encoder-add-sys-time.h-for-gettim.patch index 459d8626..cbf37417 100644 --- a/recipes-multimedia/imx-vpuwrap/imx-vpuwrap/0001-vpu_wrapper_hantro_encoder-add-sys-time.h-for-gettim.patch +++ b/recipes-multimedia/imx-vpuwrap/imx-vpuwrap/0001-vpu_wrapper_hantro_encoder-add-sys-time.h-for-gettim.patch | |||
@@ -6,6 +6,7 @@ Subject: [PATCH] vpu_wrapper_hantro_encoder: add sys/time.h for gettimeofday | |||
6 | Fixes: | 6 | Fixes: |
7 | | ../git/vpu_wrapper_hantro_encoder.c:953:3: error: implicit declaration of function 'gettimeofday' [-Wimplicit-function-declaration] | 7 | | ../git/vpu_wrapper_hantro_encoder.c:953:3: error: implicit declaration of function 'gettimeofday' [-Wimplicit-function-declaration] |
8 | 8 | ||
9 | Upstream-Status: Pending | ||
9 | Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> | 10 | Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> |
10 | --- | 11 | --- |
11 | vpu_wrapper_hantro_encoder.c | 1 + | 12 | vpu_wrapper_hantro_encoder.c | 1 + |