* [Buildroot] [PATCH 1/2] package/onevpl-intel-gpu: bump version to 24.1.1
@ 2024-01-09 20:03 Bernd Kuhls
2024-01-09 20:03 ` [Buildroot] [PATCH 2/2] package/intel-mediadriver: " Bernd Kuhls
2024-01-13 21:23 ` [Buildroot] [PATCH 1/2] package/onevpl-intel-gpu: " Peter Korsgaard
0 siblings, 2 replies; 4+ messages in thread
From: Bernd Kuhls @ 2024-01-09 20:03 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 38d788a86d..d1e671f96a 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 c61a6866f4ea3c8378330e98cc3e03586c8059061c2642ee69ed8f91df41e939 onevpl-intel-gpu-23.4.3.tar.gz
+sha256 e0bd388c04740dd9f2e8ca989bc54428c13a531ed4c097d00f06aa6e58a6d15c onevpl-intel-gpu-24.1.1.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 da6da2ad61..52fbe2ed9b 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 = 23.4.3
+ONEVPL_INTEL_GPU_VERSION = 24.1.1
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] 4+ messages in thread
* [Buildroot] [PATCH 2/2] package/intel-mediadriver: bump version to 24.1.1
2024-01-09 20:03 [Buildroot] [PATCH 1/2] package/onevpl-intel-gpu: bump version to 24.1.1 Bernd Kuhls
@ 2024-01-09 20:03 ` Bernd Kuhls
2024-01-13 21:23 ` Peter Korsgaard
2024-01-13 21:23 ` [Buildroot] [PATCH 1/2] package/onevpl-intel-gpu: " Peter Korsgaard
1 sibling, 1 reply; 4+ messages in thread
From: Bernd Kuhls @ 2024-01-09 20:03 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 b021d05301..feade4974c 100644
--- a/package/intel-mediadriver/intel-mediadriver.hash
+++ b/package/intel-mediadriver/intel-mediadriver.hash
@@ -1,3 +1,3 @@
# Locally computed
-sha256 83b95eefe86c9d58d92c2a77793541ea3cb643dff419599ffa87899fd58738cd intel-media-23.4.3.tar.gz
+sha256 da90f3c38176936f6315bb4b0f04f6f83080f9a6a228294538aa6befe9ce20e0 intel-media-24.1.1.tar.gz
sha256 74979d5aaee78b8da82e3aafd415a216b6131dfff6d95d6930927c8a4e3bded3 LICENSE.md
diff --git a/package/intel-mediadriver/intel-mediadriver.mk b/package/intel-mediadriver/intel-mediadriver.mk
index 6b4ea543d4..efff3d44b0 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 = 23.4.3
+INTEL_MEDIADRIVER_VERSION = 24.1.1
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] 4+ messages in thread
* Re: [Buildroot] [PATCH 1/2] package/onevpl-intel-gpu: bump version to 24.1.1
2024-01-09 20:03 [Buildroot] [PATCH 1/2] package/onevpl-intel-gpu: bump version to 24.1.1 Bernd Kuhls
2024-01-09 20:03 ` [Buildroot] [PATCH 2/2] package/intel-mediadriver: " Bernd Kuhls
@ 2024-01-13 21:23 ` Peter Korsgaard
1 sibling, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2024-01-13 21:23 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: Louis-Paul Cordier, buildroot
>>>>> "Bernd" == Bernd Kuhls <bernd@kuhls.net> writes:
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Committed, thanks.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-01-13 21:23 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-09 20:03 [Buildroot] [PATCH 1/2] package/onevpl-intel-gpu: bump version to 24.1.1 Bernd Kuhls
2024-01-09 20:03 ` [Buildroot] [PATCH 2/2] package/intel-mediadriver: " Bernd Kuhls
2024-01-13 21:23 ` Peter Korsgaard
2024-01-13 21:23 ` [Buildroot] [PATCH 1/2] package/onevpl-intel-gpu: " Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox