* [Buildroot] [PATCH 1/2] package/onevpl-intel-gpu: bump version to 24.2.0
@ 2024-04-03 5:51 Bernd Kuhls
2024-04-03 5:51 ` [Buildroot] [PATCH 2/2] package/intel-mediadriver: " Bernd Kuhls
2024-04-08 21:43 ` [Buildroot] [PATCH 1/2] package/onevpl-intel-gpu: " Thomas Petazzoni via buildroot
0 siblings, 2 replies; 3+ messages in thread
From: Bernd Kuhls @ 2024-04-03 5:51 UTC (permalink / raw)
To: buildroot; +Cc: Louis-Paul Cordier
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
package/onevpl-intel-gpu/onevpl-intel-gpu.hash | 2 +-
package/onevpl-intel-gpu/onevpl-intel-gpu.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/onevpl-intel-gpu/onevpl-intel-gpu.hash b/package/onevpl-intel-gpu/onevpl-intel-gpu.hash
index 680ada76ea..e2b1eaf032 100644
--- a/package/onevpl-intel-gpu/onevpl-intel-gpu.hash
+++ b/package/onevpl-intel-gpu/onevpl-intel-gpu.hash
@@ -1,3 +1,3 @@
# Locally computed
-sha256 e006d59399dbd0c3b3ecd91610822d655e9303b25a385a9a3ac94a42bf34b284 onevpl-intel-gpu-24.1.5.tar.gz
+sha256 34438637670b13140153c8a6be6b32d755ba72f68b2bbb01a8ec630c3e453900 onevpl-intel-gpu-24.2.0.tar.gz
sha256 c31c3cc5fd66d1250dbca1c3d9011a9f874537442ac71c8de80f2f0fed13f297 LICENSE
diff --git a/package/onevpl-intel-gpu/onevpl-intel-gpu.mk b/package/onevpl-intel-gpu/onevpl-intel-gpu.mk
index 440d73efa2..a9dcda8014 100644
--- a/package/onevpl-intel-gpu/onevpl-intel-gpu.mk
+++ b/package/onevpl-intel-gpu/onevpl-intel-gpu.mk
@@ -4,7 +4,7 @@
#
################################################################################
-ONEVPL_INTEL_GPU_VERSION = 24.1.5
+ONEVPL_INTEL_GPU_VERSION = 24.2.0
ONEVPL_INTEL_GPU_SITE = $(call github,oneapi-src,oneVPL-intel-gpu,intel-onevpl-$(ONEVPL_INTEL_GPU_VERSION))
ONEVPL_INTEL_GPU_LICENSE = MIT
ONEVPL_INTEL_GPU_LICENSE_FILES = LICENSE
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 2/2] package/intel-mediadriver: bump version to 24.2.0
2024-04-03 5:51 [Buildroot] [PATCH 1/2] package/onevpl-intel-gpu: bump version to 24.2.0 Bernd Kuhls
@ 2024-04-03 5:51 ` Bernd Kuhls
2024-04-08 21:43 ` [Buildroot] [PATCH 1/2] package/onevpl-intel-gpu: " Thomas Petazzoni via buildroot
1 sibling, 0 replies; 3+ messages in thread
From: Bernd Kuhls @ 2024-04-03 5:51 UTC (permalink / raw)
To: buildroot; +Cc: Louis-Paul Cordier
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
package/intel-mediadriver/intel-mediadriver.hash | 2 +-
package/intel-mediadriver/intel-mediadriver.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/intel-mediadriver/intel-mediadriver.hash b/package/intel-mediadriver/intel-mediadriver.hash
index 6bc9549c11..d597d3f32d 100644
--- a/package/intel-mediadriver/intel-mediadriver.hash
+++ b/package/intel-mediadriver/intel-mediadriver.hash
@@ -1,3 +1,3 @@
# Locally computed
-sha256 e23ea37c98d8d4b9d1a3a134b6489256d8f5a7a4ee71967b1db8ade70052654f intel-media-24.1.5.tar.gz
+sha256 5c03bbb9d7ae12b9c7fe2cb3f4c76f8ac796eccfb998422802e40464264de37c intel-media-24.2.0.tar.gz
sha256 74979d5aaee78b8da82e3aafd415a216b6131dfff6d95d6930927c8a4e3bded3 LICENSE.md
diff --git a/package/intel-mediadriver/intel-mediadriver.mk b/package/intel-mediadriver/intel-mediadriver.mk
index 160d4e0454..7d9b074dbe 100644
--- a/package/intel-mediadriver/intel-mediadriver.mk
+++ b/package/intel-mediadriver/intel-mediadriver.mk
@@ -6,7 +6,7 @@
# based on https://software.intel.com/en-us/articles/build-and-debug-open-source-media-stack
-INTEL_MEDIADRIVER_VERSION = 24.1.5
+INTEL_MEDIADRIVER_VERSION = 24.2.0
INTEL_MEDIADRIVER_SITE = https://github.com/intel/media-driver/archive
INTEL_MEDIADRIVER_SOURCE= intel-media-$(INTEL_MEDIADRIVER_VERSION).tar.gz
INTEL_MEDIADRIVER_LICENSE = MIT, BSD-3-Clause
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH 1/2] package/onevpl-intel-gpu: bump version to 24.2.0
2024-04-03 5:51 [Buildroot] [PATCH 1/2] package/onevpl-intel-gpu: bump version to 24.2.0 Bernd Kuhls
2024-04-03 5:51 ` [Buildroot] [PATCH 2/2] package/intel-mediadriver: " Bernd Kuhls
@ 2024-04-08 21:43 ` Thomas Petazzoni via buildroot
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-04-08 21:43 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: Louis-Paul Cordier, buildroot
On Wed, 3 Apr 2024 07:51:56 +0200
Bernd Kuhls <bernd@kuhls.net> wrote:
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
> ---
> package/onevpl-intel-gpu/onevpl-intel-gpu.hash | 2 +-
> package/onevpl-intel-gpu/onevpl-intel-gpu.mk | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
Both applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-04-08 21:43 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-03 5:51 [Buildroot] [PATCH 1/2] package/onevpl-intel-gpu: bump version to 24.2.0 Bernd Kuhls
2024-04-03 5:51 ` [Buildroot] [PATCH 2/2] package/intel-mediadriver: " Bernd Kuhls
2024-04-08 21:43 ` [Buildroot] [PATCH 1/2] package/onevpl-intel-gpu: " Thomas Petazzoni via buildroot
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.