Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/4] package/intel-gmmlib: bump version to 22.3.14
@ 2023-12-04 21:18 Bernd Kuhls
  2023-12-04 21:18 ` [Buildroot] [PATCH 2/4] package/onevpl: bump version to 2023.4.0 Bernd Kuhls
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Bernd Kuhls @ 2023-12-04 21:18 UTC (permalink / raw)
  To: buildroot; +Cc: Louis-Paul Cordier

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
 package/intel-gmmlib/intel-gmmlib.hash | 2 +-
 package/intel-gmmlib/intel-gmmlib.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/intel-gmmlib/intel-gmmlib.hash b/package/intel-gmmlib/intel-gmmlib.hash
index c71f2593d1..01b573d1e9 100644
--- a/package/intel-gmmlib/intel-gmmlib.hash
+++ b/package/intel-gmmlib/intel-gmmlib.hash
@@ -1,3 +1,3 @@
 # Locally computed
-sha256  14ec859936aea696a65e6b9488e95a0ac26b15126ef65b20956ef219004dd9a6  intel-gmmlib-22.3.12.tar.gz
+sha256  63b879a5a20756b6f74244068f4555a56c4f705c96cbc87e5163448a893e133f  intel-gmmlib-22.3.14.tar.gz
 sha256  8b7446825df3f8b0268307e272aa6aaaf78351c83161d860d02c913c22666c48  LICENSE.md
diff --git a/package/intel-gmmlib/intel-gmmlib.mk b/package/intel-gmmlib/intel-gmmlib.mk
index 578a6ab762..c1a92aaf4f 100644
--- a/package/intel-gmmlib/intel-gmmlib.mk
+++ b/package/intel-gmmlib/intel-gmmlib.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-INTEL_GMMLIB_VERSION = 22.3.12
+INTEL_GMMLIB_VERSION = 22.3.14
 INTEL_GMMLIB_SITE = https://github.com/intel/gmmlib/archive
 INTEL_GMMLIB_LICENSE = MIT
 INTEL_GMMLIB_LICENSE_FILES = LICENSE.md
-- 
2.39.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [Buildroot] [PATCH 2/4] package/onevpl: bump version to 2023.4.0
  2023-12-04 21:18 [Buildroot] [PATCH 1/4] package/intel-gmmlib: bump version to 22.3.14 Bernd Kuhls
@ 2023-12-04 21:18 ` Bernd Kuhls
  2023-12-04 21:18 ` [Buildroot] [PATCH 3/4] package/intel-mediadriver: bump version to 23.4.2 Bernd Kuhls
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Bernd Kuhls @ 2023-12-04 21:18 UTC (permalink / raw)
  To: buildroot; +Cc: Louis-Paul Cordier

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
 package/onevpl/onevpl.hash | 2 +-
 package/onevpl/onevpl.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/onevpl/onevpl.hash b/package/onevpl/onevpl.hash
index c9ca1e6c04..328fa94487 100644
--- a/package/onevpl/onevpl.hash
+++ b/package/onevpl/onevpl.hash
@@ -1,3 +1,3 @@
 # Locally computed
-sha256  4411543519486a2450f6f5af06a077596e7888a551768594e9dfa2a46b23b6f5  onevpl-2023.3.1.tar.gz
+sha256  978398c7bb1665a6ad7a1a15cc57dc0204608e56c88436e376b717320a9e63fd  onevpl-2023.4.0.tar.gz
 sha256  bf1cfac2e2792b6e1e995ce103d70796aecaf2ec7e4c5fe5474f7acec7b4a677  LICENSE
diff --git a/package/onevpl/onevpl.mk b/package/onevpl/onevpl.mk
index 601e121a55..1a580d0636 100644
--- a/package/onevpl/onevpl.mk
+++ b/package/onevpl/onevpl.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-ONEVPL_VERSION = 2023.3.1
+ONEVPL_VERSION = 2023.4.0
 ONEVPL_SITE = $(call github,oneapi-src,oneVPL,v$(ONEVPL_VERSION))
 ONEVPL_LICENSE = MIT
 ONEVPL_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] 5+ messages in thread

* [Buildroot] [PATCH 3/4] package/intel-mediadriver: bump version to 23.4.2
  2023-12-04 21:18 [Buildroot] [PATCH 1/4] package/intel-gmmlib: bump version to 22.3.14 Bernd Kuhls
  2023-12-04 21:18 ` [Buildroot] [PATCH 2/4] package/onevpl: bump version to 2023.4.0 Bernd Kuhls
@ 2023-12-04 21:18 ` Bernd Kuhls
  2023-12-04 21:18 ` [Buildroot] [PATCH 4/4] package/onevpl-intel-gpu: " Bernd Kuhls
  2023-12-23 20:11 ` [Buildroot] [PATCH 1/4] package/intel-gmmlib: bump version to 22.3.14 Thomas Petazzoni via buildroot
  3 siblings, 0 replies; 5+ messages in thread
From: Bernd Kuhls @ 2023-12-04 21:18 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 93930f07f2..d3173260b1 100644
--- a/package/intel-mediadriver/intel-mediadriver.hash
+++ b/package/intel-mediadriver/intel-mediadriver.hash
@@ -1,3 +1,3 @@
 # Locally computed
-sha256  67fd15654bb3c596feb8c85e81221de5632e11f598421c35adc4453d727f0130  intel-media-23.3.5.tar.gz
+sha256  321f2ade9e55ed5b8809ca875d80c81245093fe9f8a26a39712d2f4a6be18d18  intel-media-23.4.2.tar.gz
 sha256  74979d5aaee78b8da82e3aafd415a216b6131dfff6d95d6930927c8a4e3bded3  LICENSE.md
diff --git a/package/intel-mediadriver/intel-mediadriver.mk b/package/intel-mediadriver/intel-mediadriver.mk
index 58cc83fc27..fbcb569477 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.3.5
+INTEL_MEDIADRIVER_VERSION = 23.4.2
 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] 5+ messages in thread

* [Buildroot] [PATCH 4/4] package/onevpl-intel-gpu: bump version to 23.4.2
  2023-12-04 21:18 [Buildroot] [PATCH 1/4] package/intel-gmmlib: bump version to 22.3.14 Bernd Kuhls
  2023-12-04 21:18 ` [Buildroot] [PATCH 2/4] package/onevpl: bump version to 2023.4.0 Bernd Kuhls
  2023-12-04 21:18 ` [Buildroot] [PATCH 3/4] package/intel-mediadriver: bump version to 23.4.2 Bernd Kuhls
@ 2023-12-04 21:18 ` Bernd Kuhls
  2023-12-23 20:11 ` [Buildroot] [PATCH 1/4] package/intel-gmmlib: bump version to 22.3.14 Thomas Petazzoni via buildroot
  3 siblings, 0 replies; 5+ messages in thread
From: Bernd Kuhls @ 2023-12-04 21:18 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 5f7728e5f9..319bd37de0 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  0939232daa2ef3e35b453e4aa0d25674a9b2376b4ef814fb64712cf587654787  onevpl-intel-gpu-23.4.0.tar.gz
+sha256  ab530e9e221d94f6bfaab853a8aa4528ec2d4de7d48aed95cd4c7ee633095577  onevpl-intel-gpu-23.4.2.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 8c9275fe75..98b228f9fc 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.0
+ONEVPL_INTEL_GPU_VERSION = 23.4.2
 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] 5+ messages in thread

* Re: [Buildroot] [PATCH 1/4] package/intel-gmmlib: bump version to 22.3.14
  2023-12-04 21:18 [Buildroot] [PATCH 1/4] package/intel-gmmlib: bump version to 22.3.14 Bernd Kuhls
                   ` (2 preceding siblings ...)
  2023-12-04 21:18 ` [Buildroot] [PATCH 4/4] package/onevpl-intel-gpu: " Bernd Kuhls
@ 2023-12-23 20:11 ` Thomas Petazzoni via buildroot
  3 siblings, 0 replies; 5+ messages in thread
From: Thomas Petazzoni via buildroot @ 2023-12-23 20:11 UTC (permalink / raw)
  To: Bernd Kuhls; +Cc: Louis-Paul Cordier, buildroot

On Mon,  4 Dec 2023 22:18:04 +0100
Bernd Kuhls <bernd@kuhls.net> wrote:

> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
> ---
>  package/intel-gmmlib/intel-gmmlib.hash | 2 +-
>  package/intel-gmmlib/intel-gmmlib.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Series 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] 5+ messages in thread

end of thread, other threads:[~2023-12-23 20:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-04 21:18 [Buildroot] [PATCH 1/4] package/intel-gmmlib: bump version to 22.3.14 Bernd Kuhls
2023-12-04 21:18 ` [Buildroot] [PATCH 2/4] package/onevpl: bump version to 2023.4.0 Bernd Kuhls
2023-12-04 21:18 ` [Buildroot] [PATCH 3/4] package/intel-mediadriver: bump version to 23.4.2 Bernd Kuhls
2023-12-04 21:18 ` [Buildroot] [PATCH 4/4] package/onevpl-intel-gpu: " Bernd Kuhls
2023-12-23 20:11 ` [Buildroot] [PATCH 1/4] package/intel-gmmlib: bump version to 22.3.14 Thomas Petazzoni via buildroot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox