* [oe-core][PATCH] libva: update 2.23.0 -> 2.24.1
@ 2026-08-03 13:49 Markus Volk
2026-08-04 6:20 ` Richard Purdie
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Markus Volk @ 2026-08-03 13:49 UTC (permalink / raw)
To: openembedded-core
version 2.24.1
va: include <unistd.h> for getuid/getgid in secure_getenv fallback
version 2.24.0
va: Add VA_PICTURE_H264_NON_EXISTING flag
va: use secure_getenv instead of getenv in va_x11.c
doc: fix libva av1 link for doxygen
trace: dump input/output data in va_TraceProtectedSessionExecute
trace: Add ProtectedSession Related Log in Trace
Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
.../{libva-initial_2.23.0.bb => libva-initial_2.24.1.bb} | 0
.../libva/{libva-utils_2.23.0.bb => libva-utils_2.24.1.bb} | 0
meta/recipes-graphics/libva/libva.inc | 4 ++--
.../libva/{libva_2.23.0.bb => libva_2.24.1.bb} | 0
4 files changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-graphics/libva/{libva-initial_2.23.0.bb => libva-initial_2.24.1.bb} (100%)
rename meta/recipes-graphics/libva/{libva-utils_2.23.0.bb => libva-utils_2.24.1.bb} (100%)
rename meta/recipes-graphics/libva/{libva_2.23.0.bb => libva_2.24.1.bb} (100%)
diff --git a/meta/recipes-graphics/libva/libva-initial_2.23.0.bb b/meta/recipes-graphics/libva/libva-initial_2.24.1.bb
similarity index 100%
rename from meta/recipes-graphics/libva/libva-initial_2.23.0.bb
rename to meta/recipes-graphics/libva/libva-initial_2.24.1.bb
diff --git a/meta/recipes-graphics/libva/libva-utils_2.23.0.bb b/meta/recipes-graphics/libva/libva-utils_2.24.1.bb
similarity index 100%
rename from meta/recipes-graphics/libva/libva-utils_2.23.0.bb
rename to meta/recipes-graphics/libva/libva-utils_2.24.1.bb
diff --git a/meta/recipes-graphics/libva/libva.inc b/meta/recipes-graphics/libva/libva.inc
index b3ec4f61d1..8e784c1ad1 100644
--- a/meta/recipes-graphics/libva/libva.inc
+++ b/meta/recipes-graphics/libva/libva.inc
@@ -18,8 +18,8 @@ LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://COPYING;md5=2e48940f94acb0af582e5ef03537800f"
-SRC_URI = "git://github.com/intel/libva.git;branch=v2.23-branch;protocol=https;tag=${PV}"
-SRCREV = "dbf83dc3b1ce6bad46e1628aaf2da5ef731157b8"
+SRC_URI = "git://github.com/intel/libva.git;branch=v2.24-branch;protocol=https;tag=${PV}"
+SRCREV = "710eb465c6277ee2cac3e6948767b01eebe7e77a"
UPSTREAM_CHECK_GITTAGREGEX = "^(?P<pver>(\d+(\.\d+)+))$"
diff --git a/meta/recipes-graphics/libva/libva_2.23.0.bb b/meta/recipes-graphics/libva/libva_2.24.1.bb
similarity index 100%
rename from meta/recipes-graphics/libva/libva_2.23.0.bb
rename to meta/recipes-graphics/libva/libva_2.24.1.bb
--
2.55.0
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [oe-core][PATCH] libva: update 2.23.0 -> 2.24.1
2026-08-03 13:49 [oe-core][PATCH] libva: update 2.23.0 -> 2.24.1 Markus Volk
@ 2026-08-04 6:20 ` Richard Purdie
2026-08-04 16:38 ` Richard Purdie
[not found] ` <18C8A798080DE499.3417489@lists.openembedded.org>
2 siblings, 0 replies; 4+ messages in thread
From: Richard Purdie @ 2026-08-04 6:20 UTC (permalink / raw)
To: f_l_k, openembedded-core
On Mon, 2026-08-03 at 15:49 +0200, Markus Volk via lists.openembedded.org wrote:
> version 2.24.1
> va: include <unistd.h> for getuid/getgid in secure_getenv fallback
>
> version 2.24.0
> va: Add VA_PICTURE_H264_NON_EXISTING flag
> va: use secure_getenv instead of getenv in va_x11.c
> doc: fix libva av1 link for doxygen
> trace: dump input/output data in va_TraceProtectedSessionExecute
> trace: Add ProtectedSession Related Log in Trace
>
> Signed-off-by: Markus Volk <f_l_k@t-online.de>
> ---
> .../{libva-initial_2.23.0.bb => libva-initial_2.24.1.bb} | 0
> .../libva/{libva-utils_2.23.0.bb => libva-utils_2.24.1.bb} | 0
> meta/recipes-graphics/libva/libva.inc | 4 ++--
> .../libva/{libva_2.23.0.bb => libva_2.24.1.bb} | 0
> 4 files changed, 2 insertions(+), 2 deletions(-)
> rename meta/recipes-graphics/libva/{libva-initial_2.23.0.bb => libva-initial_2.24.1.bb} (100%)
> rename meta/recipes-graphics/libva/{libva-utils_2.23.0.bb => libva-utils_2.24.1.bb} (100%)
> rename meta/recipes-graphics/libva/{libva_2.23.0.bb => libva_2.24.1.bb} (100%)
>
> diff --git a/meta/recipes-graphics/libva/libva-initial_2.23.0.bb b/meta/recipes-graphics/libva/libva-initial_2.24.1.bb
> similarity index 100%
> rename from meta/recipes-graphics/libva/libva-initial_2.23.0.bb
> rename to meta/recipes-graphics/libva/libva-initial_2.24.1.bb
> diff --git a/meta/recipes-graphics/libva/libva-utils_2.23.0.bb b/meta/recipes-graphics/libva/libva-utils_2.24.1.bb
> similarity index 100%
> rename from meta/recipes-graphics/libva/libva-utils_2.23.0.bb
> rename to meta/recipes-graphics/libva/libva-utils_2.24.1.bb
> diff --git a/meta/recipes-graphics/libva/libva.inc b/meta/recipes-graphics/libva/libva.inc
> index b3ec4f61d1..8e784c1ad1 100644
> --- a/meta/recipes-graphics/libva/libva.inc
> +++ b/meta/recipes-graphics/libva/libva.inc
> @@ -18,8 +18,8 @@ LICENSE = "MIT"
>
> LIC_FILES_CHKSUM = "file://COPYING;md5=2e48940f94acb0af582e5ef03537800f"
>
> -SRC_URI = "git://github.com/intel/libva.git;branch=v2.23-branch;protocol=https;tag=${PV}"
> -SRCREV = "dbf83dc3b1ce6bad46e1628aaf2da5ef731157b8"
> +SRC_URI = "git://github.com/intel/libva.git;branch=v2.24-branch;protocol=https;tag=${PV}"
> +SRCREV = "710eb465c6277ee2cac3e6948767b01eebe7e77a"
>
> UPSTREAM_CHECK_GITTAGREGEX = "^(?P<pver>(\d+(\.\d+)+))$"
>
> diff --git a/meta/recipes-graphics/libva/libva_2.23.0.bb b/meta/recipes-graphics/libva/libva_2.24.1.bb
> similarity index 100%
> rename from meta/recipes-graphics/libva/libva_2.23.0.bb
> rename to meta/recipes-graphics/libva/libva_2.24.1.bb
This breaks libva-utils since it doesn't change the branch or revision
in that bb file and there is no 2.24.1 libva-utils release.
I've pulled that bit of the patch out, updated that recipe separately
and will retest.
Cheers,
Richard
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [oe-core][PATCH] libva: update 2.23.0 -> 2.24.1
2026-08-03 13:49 [oe-core][PATCH] libva: update 2.23.0 -> 2.24.1 Markus Volk
2026-08-04 6:20 ` Richard Purdie
@ 2026-08-04 16:38 ` Richard Purdie
[not found] ` <18C8A798080DE499.3417489@lists.openembedded.org>
2 siblings, 0 replies; 4+ messages in thread
From: Richard Purdie @ 2026-08-04 16:38 UTC (permalink / raw)
To: f_l_k, openembedded-core
On Mon, 2026-08-03 at 15:49 +0200, Markus Volk via lists.openembedded.org wrote:
> version 2.24.1
> va: include <unistd.h> for getuid/getgid in secure_getenv fallback
>
> version 2.24.0
> va: Add VA_PICTURE_H264_NON_EXISTING flag
> va: use secure_getenv instead of getenv in va_x11.c
> doc: fix libva av1 link for doxygen
> trace: dump input/output data in va_TraceProtectedSessionExecute
> trace: Add ProtectedSession Related Log in Trace
>
> Signed-off-by: Markus Volk <f_l_k@t-online.de>
> ---
> .../{libva-initial_2.23.0.bb => libva-initial_2.24.1.bb} | 0
> .../libva/{libva-utils_2.23.0.bb => libva-utils_2.24.1.bb} | 0
> meta/recipes-graphics/libva/libva.inc | 4 ++--
> .../libva/{libva_2.23.0.bb => libva_2.24.1.bb} | 0
> 4 files changed, 2 insertions(+), 2 deletions(-)
> rename meta/recipes-graphics/libva/{libva-initial_2.23.0.bb => libva-initial_2.24.1.bb} (100%)
> rename meta/recipes-graphics/libva/{libva-utils_2.23.0.bb => libva-utils_2.24.1.bb} (100%)
> rename meta/recipes-graphics/libva/{libva_2.23.0.bb => libva_2.24.1.bb} (100%)
I think there is an issue with the gstreamer module with this and the
libva-utils upgrade in the tree:
https://autobuilder.yoctoproject.org/valkyrie/#/builders/37/builds/4601
2026-08-04 16:11:43,763 - oe-selftest - INFO - | ../sources/gst-libav-1.28.5/ext/libav/gstavvidenc.c: In function 'gst_ffmpegvidenc_register':
2026-08-04 16:11:43,763 - oe-selftest - INFO - | ../sources/gst-libav-1.28.5/ext/libav/gstavvidenc.c:1036:26: error: 'AV_CODEC_ID_V308' undeclared (first use in this function); did you mean 'AV_CODEC_ID_MV30'?
2026-08-04 16:11:43,763 - oe-selftest - INFO - | 1036 | in_plugin->id == AV_CODEC_ID_V308 ||
2026-08-04 16:11:43,763 - oe-selftest - INFO - Found ERROR (line 31688):
Cheers,
Richard
^ permalink raw reply [flat|nested] 4+ messages in thread[parent not found: <18C8A798080DE499.3417489@lists.openembedded.org>]
* Re: [oe-core][PATCH] libva: update 2.23.0 -> 2.24.1
[not found] ` <18C8A798080DE499.3417489@lists.openembedded.org>
@ 2026-08-04 19:26 ` Richard Purdie
0 siblings, 0 replies; 4+ messages in thread
From: Richard Purdie @ 2026-08-04 19:26 UTC (permalink / raw)
To: f_l_k, openembedded-core
On Tue, 2026-08-04 at 17:38 +0100, Richard Purdie via lists.openembedded.org wrote:
> On Mon, 2026-08-03 at 15:49 +0200, Markus Volk via lists.openembedded.org wrote:
> > version 2.24.1
> > va: include <unistd.h> for getuid/getgid in secure_getenv fallback
> >
> > version 2.24.0
> > va: Add VA_PICTURE_H264_NON_EXISTING flag
> > va: use secure_getenv instead of getenv in va_x11.c
> > doc: fix libva av1 link for doxygen
> > trace: dump input/output data in va_TraceProtectedSessionExecute
> > trace: Add ProtectedSession Related Log in Trace
> >
> > Signed-off-by: Markus Volk <f_l_k@t-online.de>
> > ---
> > .../{libva-initial_2.23.0.bb => libva-initial_2.24.1.bb} | 0
> > .../libva/{libva-utils_2.23.0.bb => libva-utils_2.24.1.bb} | 0
> > meta/recipes-graphics/libva/libva.inc | 4 ++--
> > .../libva/{libva_2.23.0.bb => libva_2.24.1.bb} | 0
> > 4 files changed, 2 insertions(+), 2 deletions(-)
> > rename meta/recipes-graphics/libva/{libva-initial_2.23.0.bb => libva-initial_2.24.1.bb} (100%)
> > rename meta/recipes-graphics/libva/{libva-utils_2.23.0.bb => libva-utils_2.24.1.bb} (100%)
> > rename meta/recipes-graphics/libva/{libva_2.23.0.bb => libva_2.24.1.bb} (100%)
>
> I think there is an issue with the gstreamer module with this and the
> libva-utils upgrade in the tree:
>
> https://autobuilder.yoctoproject.org/valkyrie/#/builders/37/builds/4601
>
> 2026-08-04 16:11:43,763 - oe-selftest - INFO - | ../sources/gst-libav-1.28.5/ext/libav/gstavvidenc.c: In function 'gst_ffmpegvidenc_register':
> 2026-08-04 16:11:43,763 - oe-selftest - INFO - | ../sources/gst-libav-1.28.5/ext/libav/gstavvidenc.c:1036:26: error: 'AV_CODEC_ID_V308' undeclared (first use in this function); did you mean 'AV_CODEC_ID_MV30'?
> 2026-08-04 16:11:43,763 - oe-selftest - INFO - | 1036 | in_plugin->id == AV_CODEC_ID_V308 ||
> 2026-08-04 16:11:43,763 - oe-selftest - INFO - Found ERROR (line 31688):
It is the ffmpeg upgrade, sorry for the confusion. The libva pieces should be ok.
Cheers,
Richard
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2026-08-04 19:26 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-03 13:49 [oe-core][PATCH] libva: update 2.23.0 -> 2.24.1 Markus Volk
2026-08-04 6:20 ` Richard Purdie
2026-08-04 16:38 ` Richard Purdie
[not found] ` <18C8A798080DE499.3417489@lists.openembedded.org>
2026-08-04 19:26 ` Richard Purdie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox