Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/libcamera: bump to v0.7.0
@ 2026-02-05 17:35 Pierre-Yves Kerbrat via buildroot
  2026-02-05 18:17 ` Kieran Bingham
  2026-02-05 22:18 ` Julien Olivain via buildroot
  0 siblings, 2 replies; 7+ messages in thread
From: Pierre-Yves Kerbrat via buildroot @ 2026-02-05 17:35 UTC (permalink / raw)
  To: buildroot; +Cc: Kieran Bingham, Marcus Folkesson, Pierre-Yves Kerbrat

Changelog:
https://git.linuxtv.org/libcamera.git/tag/?h=v0.7.0

Add missing licenses hash:
- LICENSES/Apache-2.0.txt
Added with: https://git.linuxtv.org/libcamera.git/commit/LICENSES/Apache-2.0.txt?id=ce02faa088dd3128a097b0f7ac6ce4e507e89f98
- LICENSES/CC-BY-4.0.txt
Added with: https://git.linuxtv.org/libcamera.git/commit/LICENSES/CC-BY-4.0.txt?id=b4e31a88d304e09e200af9d1e00760074cc854c2

Signed-off-by: Pierre-Yves Kerbrat <pyk@foss.peewhy.fr>
---
 package/libcamera/libcamera.hash | 4 +++-
 package/libcamera/libcamera.mk   | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/package/libcamera/libcamera.hash b/package/libcamera/libcamera.hash
index 4e79be844e60..bddff77cda21 100644
--- a/package/libcamera/libcamera.hash
+++ b/package/libcamera/libcamera.hash
@@ -1,10 +1,12 @@
 # Locally computed
-sha256  85d85409d6e04bcf2e1ed57d9b59ebcc9fb770e5d39690d7ac233e9784835b89  libcamera-v0.6.0-git4.tar.gz
+sha256  9e684bfcb8679e5e7ec7fb0da9dec68e71f0b75a6b0c8edcd892b26a92726a92  libcamera-v0.7.0-git4.tar.gz
 
 # license files
+sha256  cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30  LICENSES/Apache-2.0.txt
 sha256  fd38b2c053c0cce46d9c5ef3545a6e34d157a240ba99c9b8dca5d37a8147da6c  LICENSES/BSD-2-Clause.txt
 sha256  e11af671c491efac2f94c1d752bea92f4308ca2450c7d11e582e4b48c40e4de1  LICENSES/BSD-3-Clause.txt
 sha256  6a573fb2f9082662978cf21fb153096df0a1981deaea7dbc10a11046fe005d9f  LICENSES/CC0-1.0.txt
+sha256  d557539df68e771cc1eedcc91d13f70fca930e508d11eedcafa4b15db49e3744  LICENSES/CC-BY-4.0.txt
 sha256  ec3732087acf8c52429a020d6bba362ff578705bdb53365a21744485ec15b0e6  LICENSES/CC-BY-SA-4.0.txt
 sha256  8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643  LICENSES/GPL-2.0-only.txt
 sha256  606aa26338f69ce178f1cbc648b7574aec4b5bbaeb20f4df36ff49010cb8fbbd  LICENSES/GPL-2.0-or-later.txt
diff --git a/package/libcamera/libcamera.mk b/package/libcamera/libcamera.mk
index e86e05328c1c..17908e3c1c6f 100644
--- a/package/libcamera/libcamera.mk
+++ b/package/libcamera/libcamera.mk
@@ -5,7 +5,7 @@
 ################################################################################
 
 LIBCAMERA_SITE = https://git.linuxtv.org/libcamera.git
-LIBCAMERA_VERSION = v0.6.0
+LIBCAMERA_VERSION = v0.7.0
 LIBCAMERA_SITE_METHOD = git
 LIBCAMERA_DEPENDENCIES = \
 	host-openssl \
-- 
2.51.0

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

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

* Re: [Buildroot] [PATCH] package/libcamera: bump to v0.7.0
  2026-02-05 17:35 [Buildroot] [PATCH] package/libcamera: bump to v0.7.0 Pierre-Yves Kerbrat via buildroot
@ 2026-02-05 18:17 ` Kieran Bingham
  2026-02-05 22:18 ` Julien Olivain via buildroot
  1 sibling, 0 replies; 7+ messages in thread
From: Kieran Bingham @ 2026-02-05 18:17 UTC (permalink / raw)
  To: Pierre-Yves Kerbrat, buildroot; +Cc: Marcus Folkesson, Pierre-Yves Kerbrat

Quoting Pierre-Yves Kerbrat (2026-02-05 17:35:32)
> Changelog:
> https://git.linuxtv.org/libcamera.git/tag/?h=v0.7.0
> 
> Add missing licenses hash:
> - LICENSES/Apache-2.0.txt
> Added with: https://git.linuxtv.org/libcamera.git/commit/LICENSES/Apache-2.0.txt?id=ce02faa088dd3128a097b0f7ac6ce4e507e89f98
> - LICENSES/CC-BY-4.0.txt
> Added with: https://git.linuxtv.org/libcamera.git/commit/LICENSES/CC-BY-4.0.txt?id=b4e31a88d304e09e200af9d1e00760074cc854c2


Looks like they've been missing for a while!

Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>

> 
> Signed-off-by: Pierre-Yves Kerbrat <pyk@foss.peewhy.fr>
> ---
>  package/libcamera/libcamera.hash | 4 +++-
>  package/libcamera/libcamera.mk   | 2 +-
>  2 files changed, 4 insertions(+), 2 deletions(-)
> 
> diff --git a/package/libcamera/libcamera.hash b/package/libcamera/libcamera.hash
> index 4e79be844e60..bddff77cda21 100644
> --- a/package/libcamera/libcamera.hash
> +++ b/package/libcamera/libcamera.hash
> @@ -1,10 +1,12 @@
>  # Locally computed
> -sha256  85d85409d6e04bcf2e1ed57d9b59ebcc9fb770e5d39690d7ac233e9784835b89  libcamera-v0.6.0-git4.tar.gz
> +sha256  9e684bfcb8679e5e7ec7fb0da9dec68e71f0b75a6b0c8edcd892b26a92726a92  libcamera-v0.7.0-git4.tar.gz
>  
>  # license files
> +sha256  cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30  LICENSES/Apache-2.0.txt
>  sha256  fd38b2c053c0cce46d9c5ef3545a6e34d157a240ba99c9b8dca5d37a8147da6c  LICENSES/BSD-2-Clause.txt
>  sha256  e11af671c491efac2f94c1d752bea92f4308ca2450c7d11e582e4b48c40e4de1  LICENSES/BSD-3-Clause.txt
>  sha256  6a573fb2f9082662978cf21fb153096df0a1981deaea7dbc10a11046fe005d9f  LICENSES/CC0-1.0.txt
> +sha256  d557539df68e771cc1eedcc91d13f70fca930e508d11eedcafa4b15db49e3744  LICENSES/CC-BY-4.0.txt
>  sha256  ec3732087acf8c52429a020d6bba362ff578705bdb53365a21744485ec15b0e6  LICENSES/CC-BY-SA-4.0.txt
>  sha256  8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643  LICENSES/GPL-2.0-only.txt
>  sha256  606aa26338f69ce178f1cbc648b7574aec4b5bbaeb20f4df36ff49010cb8fbbd  LICENSES/GPL-2.0-or-later.txt
> diff --git a/package/libcamera/libcamera.mk b/package/libcamera/libcamera.mk
> index e86e05328c1c..17908e3c1c6f 100644
> --- a/package/libcamera/libcamera.mk
> +++ b/package/libcamera/libcamera.mk
> @@ -5,7 +5,7 @@
>  ################################################################################
>  
>  LIBCAMERA_SITE = https://git.linuxtv.org/libcamera.git
> -LIBCAMERA_VERSION = v0.6.0
> +LIBCAMERA_VERSION = v0.7.0
>  LIBCAMERA_SITE_METHOD = git
>  LIBCAMERA_DEPENDENCIES = \
>         host-openssl \
> -- 
> 2.51.0
>
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH] package/libcamera: bump to v0.7.0
  2026-02-05 17:35 [Buildroot] [PATCH] package/libcamera: bump to v0.7.0 Pierre-Yves Kerbrat via buildroot
  2026-02-05 18:17 ` Kieran Bingham
@ 2026-02-05 22:18 ` Julien Olivain via buildroot
  2026-02-06  8:59   ` [Buildroot] [PATCH v2] " Pierre-Yves Kerbrat via buildroot
  1 sibling, 1 reply; 7+ messages in thread
From: Julien Olivain via buildroot @ 2026-02-05 22:18 UTC (permalink / raw)
  To: Pierre-Yves Kerbrat; +Cc: buildroot, Kieran Bingham, Marcus Folkesson

Hi Pierre-Yves,

Thanks for the patch.

On 05/02/2026 18:35, Pierre-Yves Kerbrat via buildroot wrote:
> Changelog:
> https://git.linuxtv.org/libcamera.git/tag/?h=v0.7.0
> 
> Add missing licenses hash:
> - LICENSES/Apache-2.0.txt
> Added with: 
> https://git.linuxtv.org/libcamera.git/commit/LICENSES/Apache-2.0.txt?id=ce02faa088dd3128a097b0f7ac6ce4e507e89f98
> - LICENSES/CC-BY-4.0.txt
> Added with: 
> https://git.linuxtv.org/libcamera.git/commit/LICENSES/CC-BY-4.0.txt?id=b4e31a88d304e09e200af9d1e00760074cc854c2
> 
> Signed-off-by: Pierre-Yves Kerbrat <pyk@foss.peewhy.fr>
> ---
>  package/libcamera/libcamera.hash | 4 +++-
>  package/libcamera/libcamera.mk   | 2 +-
>  2 files changed, 4 insertions(+), 2 deletions(-)
> 
> diff --git a/package/libcamera/libcamera.hash 
> b/package/libcamera/libcamera.hash
> index 4e79be844e60..bddff77cda21 100644
> --- a/package/libcamera/libcamera.hash
> +++ b/package/libcamera/libcamera.hash
> @@ -1,10 +1,12 @@
>  # Locally computed
> -sha256  
> 85d85409d6e04bcf2e1ed57d9b59ebcc9fb770e5d39690d7ac233e9784835b89  
> libcamera-v0.6.0-git4.tar.gz
> +sha256  
> 9e684bfcb8679e5e7ec7fb0da9dec68e71f0b75a6b0c8edcd892b26a92726a92  
> libcamera-v0.7.0-git4.tar.gz
> 
>  # license files
> +sha256  
> cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30  
> LICENSES/Apache-2.0.txt
>  sha256  
> fd38b2c053c0cce46d9c5ef3545a6e34d157a240ba99c9b8dca5d37a8147da6c  
> LICENSES/BSD-2-Clause.txt
>  sha256  
> e11af671c491efac2f94c1d752bea92f4308ca2450c7d11e582e4b48c40e4de1  
> LICENSES/BSD-3-Clause.txt
>  sha256  
> 6a573fb2f9082662978cf21fb153096df0a1981deaea7dbc10a11046fe005d9f  
> LICENSES/CC0-1.0.txt
> +sha256  
> d557539df68e771cc1eedcc91d13f70fca930e508d11eedcafa4b15db49e3744  
> LICENSES/CC-BY-4.0.txt

If you add new license files here, you should also add those new 
licenses in LIBCAMERA_LICENSE:
https://gitlab.com/buildroot.org/buildroot/-/blob/2025.11.1/package/libcamera/libcamera.mk#L25

And also add references to those new license files here in 
LIBCAMERA_LICENSE_FILES:
https://gitlab.com/buildroot.org/buildroot/-/blob/2025.11.1/package/libcamera/libcamera.mk#L33

If you check a "make libcamera-legal-info" you'll see those new license 
hashes are not checked.

Could you send an updated patch adding those, please?  Also, while at 
it,
could you reorder the _LICENSE and_LICENSE_FILES entries alphabetically
  please?

Best regards,

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

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

* [Buildroot] [PATCH v2] package/libcamera: bump to v0.7.0
  2026-02-05 22:18 ` Julien Olivain via buildroot
@ 2026-02-06  8:59   ` Pierre-Yves Kerbrat via buildroot
  2026-02-06  9:52     ` Peter Seiderer via buildroot
  0 siblings, 1 reply; 7+ messages in thread
From: Pierre-Yves Kerbrat via buildroot @ 2026-02-06  8:59 UTC (permalink / raw)
  To: buildroot; +Cc: Kieran Bingham, Marcus Folkesson, Pierre-Yves Kerbrat

Changelog:
https://git.linuxtv.org/libcamera.git/tag/?h=v0.7.0

Add missing licenses hash:
- LICENSES/Apache-2.0.txt
Added with: https://git.linuxtv.org/libcamera.git/commit/LICENSES/Apache-2.0.txt?id=ce02faa088dd3128a097b0f7ac6ce4e507e89f98
- LICENSES/CC-BY-4.0.txt
Added with: https://git.linuxtv.org/libcamera.git/commit/LICENSES/CC-BY-4.0.txt?id=b4e31a88d304e09e200af9d1e00760074cc854c2

Signed-off-by: Pierre-Yves Kerbrat <pyk@foss.peewhy.fr>

---
Changes v1 -> v2:
- add missing licenses libcamera.mk
- reorder licenses entries alphabetically
---
 package/libcamera/libcamera.hash |  4 +++-
 package/libcamera/libcamera.mk   | 29 +++++++++++++++++------------
 2 files changed, 20 insertions(+), 13 deletions(-)

diff --git a/package/libcamera/libcamera.hash b/package/libcamera/libcamera.hash
index 4e79be844e60..bddff77cda21 100644
--- a/package/libcamera/libcamera.hash
+++ b/package/libcamera/libcamera.hash
@@ -1,10 +1,12 @@
 # Locally computed
-sha256  85d85409d6e04bcf2e1ed57d9b59ebcc9fb770e5d39690d7ac233e9784835b89  libcamera-v0.6.0-git4.tar.gz
+sha256  9e684bfcb8679e5e7ec7fb0da9dec68e71f0b75a6b0c8edcd892b26a92726a92  libcamera-v0.7.0-git4.tar.gz
 
 # license files
+sha256  cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30  LICENSES/Apache-2.0.txt
 sha256  fd38b2c053c0cce46d9c5ef3545a6e34d157a240ba99c9b8dca5d37a8147da6c  LICENSES/BSD-2-Clause.txt
 sha256  e11af671c491efac2f94c1d752bea92f4308ca2450c7d11e582e4b48c40e4de1  LICENSES/BSD-3-Clause.txt
 sha256  6a573fb2f9082662978cf21fb153096df0a1981deaea7dbc10a11046fe005d9f  LICENSES/CC0-1.0.txt
+sha256  d557539df68e771cc1eedcc91d13f70fca930e508d11eedcafa4b15db49e3744  LICENSES/CC-BY-4.0.txt
 sha256  ec3732087acf8c52429a020d6bba362ff578705bdb53365a21744485ec15b0e6  LICENSES/CC-BY-SA-4.0.txt
 sha256  8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643  LICENSES/GPL-2.0-only.txt
 sha256  606aa26338f69ce178f1cbc648b7574aec4b5bbaeb20f4df36ff49010cb8fbbd  LICENSES/GPL-2.0-or-later.txt
diff --git a/package/libcamera/libcamera.mk b/package/libcamera/libcamera.mk
index e86e05328c1c..67a4bdaeb1dd 100644
--- a/package/libcamera/libcamera.mk
+++ b/package/libcamera/libcamera.mk
@@ -5,7 +5,7 @@
 ################################################################################
 
 LIBCAMERA_SITE = https://git.linuxtv.org/libcamera.git
-LIBCAMERA_VERSION = v0.6.0
+LIBCAMERA_VERSION = v0.7.0
 LIBCAMERA_SITE_METHOD = git
 LIBCAMERA_DEPENDENCIES = \
 	host-openssl \
@@ -23,23 +23,28 @@ LIBCAMERA_CONF_OPTS = \
 	-Dwerror=false
 LIBCAMERA_INSTALL_STAGING = YES
 LIBCAMERA_LICENSE = \
-	LGPL-2.1+ (library), \
-	GPL-2.0+ (utils), \
-	MIT (qcam/assets/feathericons), \
+	Apache-2.0 (library),\
 	BSD-2-Clause (raspberrypi), \
-	GPL-2.0 with Linux-syscall-note or BSD-3-Clause (linux kernel headers), \
+	BSD-3-Clause (utils library), \
+	CC-BY-4.0 (doc), \
+	CC-BY-SA-4.0 (doc), \
 	CC0-1.0 (meson build system), \
-	CC-BY-SA-4.0 (doc)
+	GPL-2.0 with Linux-syscall-note or BSD-3-Clause (linux kernel headers), \
+	GPL-2.0+ (utils), \
+	LGPL-2.1+ (library), \
+	MIT (qcam/assets/feathericons)
 LIBCAMERA_LICENSE_FILES = \
-	LICENSES/LGPL-2.1-or-later.txt \
-	LICENSES/GPL-2.0-or-later.txt \
-	LICENSES/MIT.txt \
+	LICENSES/Apache-2.0.txt \
 	LICENSES/BSD-2-Clause.txt \
-	LICENSES/GPL-2.0-only.txt \
-	LICENSES/Linux-syscall-note.txt \
 	LICENSES/BSD-3-Clause.txt \
+	LICENSES/CC-BY-4.0.txt \
+	LICENSES/CC-BY-SA-4.0.txt \
 	LICENSES/CC0-1.0.txt \
-	LICENSES/CC-BY-SA-4.0.txt
+	LICENSES/GPL-2.0-only.txt \
+	LICENSES/GPL-2.0-or-later.txt \
+	LICENSES/LGPL-2.1-or-later.txt \
+	LICENSES/Linux-syscall-note.txt \
+	LICENSES/MIT.txt
 
 ifeq ($(BR2_TOOLCHAIN_GCC_AT_LEAST_7),y)
 LIBCAMERA_CXXFLAGS = -faligned-new
-- 
2.51.0

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

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

* Re: [Buildroot] [PATCH v2] package/libcamera: bump to v0.7.0
  2026-02-06  8:59   ` [Buildroot] [PATCH v2] " Pierre-Yves Kerbrat via buildroot
@ 2026-02-06  9:52     ` Peter Seiderer via buildroot
  2026-02-06 14:56       ` [Buildroot] [PATCH v3] " Pierre-Yves Kerbrat via buildroot
  0 siblings, 1 reply; 7+ messages in thread
From: Peter Seiderer via buildroot @ 2026-02-06  9:52 UTC (permalink / raw)
  To: Pierre-Yves Kerbrat via buildroot
  Cc: Pierre-Yves Kerbrat, Kieran Bingham, Marcus Folkesson

Hello Pierre-Yves,

On Fri,  6 Feb 2026 09:59:07 +0100, Pierre-Yves Kerbrat via buildroot <buildroot@buildroot.org> wrote:

> Changelog:
> https://git.linuxtv.org/libcamera.git/tag/?h=v0.7.0
> 
> Add missing licenses hash:
> - LICENSES/Apache-2.0.txt
> Added with: https://git.linuxtv.org/libcamera.git/commit/LICENSES/Apache-2.0.txt?id=ce02faa088dd3128a097b0f7ac6ce4e507e89f98

License was not added with this commit, but only renamed, see [1]...

This license was omitted back in 2020 with the comment (see [2]):
	'Apache-2.0 omitted - applies only for android code'

Not sure if this is still valid with the current version (and apologize for not
leaving a comment in libcamera.mk)...

> - LICENSES/CC-BY-4.0.txt
> Added with: https://git.linuxtv.org/libcamera.git/commit/LICENSES/CC-BY-4.0.txt?id=b4e31a88d304e09e200af9d1e00760074cc854c2

According to the commit 'Documentation: theme: Specify license of search.png' this one is only for the file 'search.png'....

Regards,
Peter

[1] https://git.linuxtv.org/libcamera.git/commit/?id=ce02faa088dd3128a097b0f7ac6ce4e507e89f98
[2] https://gitlab.com/buildroot.org/buildroot/-/commit/f63d6b54591680e11e7f5c7e129ea6b08aaf3f0d

> 
> Signed-off-by: Pierre-Yves Kerbrat <pyk@foss.peewhy.fr>
> 
> ---
> Changes v1 -> v2:
> - add missing licenses libcamera.mk
> - reorder licenses entries alphabetically
> ---
>  package/libcamera/libcamera.hash |  4 +++-
>  package/libcamera/libcamera.mk   | 29 +++++++++++++++++------------
>  2 files changed, 20 insertions(+), 13 deletions(-)
> 
> diff --git a/package/libcamera/libcamera.hash b/package/libcamera/libcamera.hash
> index 4e79be844e60..bddff77cda21 100644
> --- a/package/libcamera/libcamera.hash
> +++ b/package/libcamera/libcamera.hash
> @@ -1,10 +1,12 @@
>  # Locally computed
> -sha256  85d85409d6e04bcf2e1ed57d9b59ebcc9fb770e5d39690d7ac233e9784835b89  libcamera-v0.6.0-git4.tar.gz
> +sha256  9e684bfcb8679e5e7ec7fb0da9dec68e71f0b75a6b0c8edcd892b26a92726a92  libcamera-v0.7.0-git4.tar.gz
>  
>  # license files
> +sha256  cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30  LICENSES/Apache-2.0.txt
>  sha256  fd38b2c053c0cce46d9c5ef3545a6e34d157a240ba99c9b8dca5d37a8147da6c  LICENSES/BSD-2-Clause.txt
>  sha256  e11af671c491efac2f94c1d752bea92f4308ca2450c7d11e582e4b48c40e4de1  LICENSES/BSD-3-Clause.txt
>  sha256  6a573fb2f9082662978cf21fb153096df0a1981deaea7dbc10a11046fe005d9f  LICENSES/CC0-1.0.txt
> +sha256  d557539df68e771cc1eedcc91d13f70fca930e508d11eedcafa4b15db49e3744  LICENSES/CC-BY-4.0.txt
>  sha256  ec3732087acf8c52429a020d6bba362ff578705bdb53365a21744485ec15b0e6  LICENSES/CC-BY-SA-4.0.txt
>  sha256  8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643  LICENSES/GPL-2.0-only.txt
>  sha256  606aa26338f69ce178f1cbc648b7574aec4b5bbaeb20f4df36ff49010cb8fbbd  LICENSES/GPL-2.0-or-later.txt
> diff --git a/package/libcamera/libcamera.mk b/package/libcamera/libcamera.mk
> index e86e05328c1c..67a4bdaeb1dd 100644
> --- a/package/libcamera/libcamera.mk
> +++ b/package/libcamera/libcamera.mk
> @@ -5,7 +5,7 @@
>  ################################################################################
>  
>  LIBCAMERA_SITE = https://git.linuxtv.org/libcamera.git
> -LIBCAMERA_VERSION = v0.6.0
> +LIBCAMERA_VERSION = v0.7.0
>  LIBCAMERA_SITE_METHOD = git
>  LIBCAMERA_DEPENDENCIES = \
>  	host-openssl \
> @@ -23,23 +23,28 @@ LIBCAMERA_CONF_OPTS = \
>  	-Dwerror=false
>  LIBCAMERA_INSTALL_STAGING = YES
>  LIBCAMERA_LICENSE = \
> -	LGPL-2.1+ (library), \
> -	GPL-2.0+ (utils), \
> -	MIT (qcam/assets/feathericons), \
> +	Apache-2.0 (library),\
>  	BSD-2-Clause (raspberrypi), \
> -	GPL-2.0 with Linux-syscall-note or BSD-3-Clause (linux kernel headers), \
> +	BSD-3-Clause (utils library), \
> +	CC-BY-4.0 (doc), \
> +	CC-BY-SA-4.0 (doc), \
>  	CC0-1.0 (meson build system), \
> -	CC-BY-SA-4.0 (doc)
> +	GPL-2.0 with Linux-syscall-note or BSD-3-Clause (linux kernel headers), \
> +	GPL-2.0+ (utils), \
> +	LGPL-2.1+ (library), \
> +	MIT (qcam/assets/feathericons)
>  LIBCAMERA_LICENSE_FILES = \
> -	LICENSES/LGPL-2.1-or-later.txt \
> -	LICENSES/GPL-2.0-or-later.txt \
> -	LICENSES/MIT.txt \
> +	LICENSES/Apache-2.0.txt \
>  	LICENSES/BSD-2-Clause.txt \
> -	LICENSES/GPL-2.0-only.txt \
> -	LICENSES/Linux-syscall-note.txt \
>  	LICENSES/BSD-3-Clause.txt \
> +	LICENSES/CC-BY-4.0.txt \
> +	LICENSES/CC-BY-SA-4.0.txt \
>  	LICENSES/CC0-1.0.txt \
> -	LICENSES/CC-BY-SA-4.0.txt
> +	LICENSES/GPL-2.0-only.txt \
> +	LICENSES/GPL-2.0-or-later.txt \
> +	LICENSES/LGPL-2.1-or-later.txt \
> +	LICENSES/Linux-syscall-note.txt \
> +	LICENSES/MIT.txt
>  
>  ifeq ($(BR2_TOOLCHAIN_GCC_AT_LEAST_7),y)
>  LIBCAMERA_CXXFLAGS = -faligned-new

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

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

* [Buildroot] [PATCH v3] package/libcamera: bump to v0.7.0
  2026-02-06  9:52     ` Peter Seiderer via buildroot
@ 2026-02-06 14:56       ` Pierre-Yves Kerbrat via buildroot
  2026-02-06 21:37         ` Julien Olivain via buildroot
  0 siblings, 1 reply; 7+ messages in thread
From: Pierre-Yves Kerbrat via buildroot @ 2026-02-06 14:56 UTC (permalink / raw)
  To: buildroot; +Cc: Kieran Bingham, Marcus Folkesson, Pierre-Yves Kerbrat

Changelog:
https://git.linuxtv.org/libcamera.git/tag/?h=v0.7.0

Signed-off-by: Pierre-Yves Kerbrat <pyk@foss.peewhy.fr>

---
Changes v2 -> v3:
- omit unecessary license references

Changes v1 -> v2:
- add missing licenses libcamera.mk
- reorder licenses entries alphabetically
---
 package/libcamera/libcamera.hash |  2 +-
 package/libcamera/libcamera.mk   | 24 ++++++++++++------------
 2 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/package/libcamera/libcamera.hash b/package/libcamera/libcamera.hash
index 4e79be844e60..e00e1257adb2 100644
--- a/package/libcamera/libcamera.hash
+++ b/package/libcamera/libcamera.hash
@@ -1,5 +1,5 @@
 # Locally computed
-sha256  85d85409d6e04bcf2e1ed57d9b59ebcc9fb770e5d39690d7ac233e9784835b89  libcamera-v0.6.0-git4.tar.gz
+sha256  9e684bfcb8679e5e7ec7fb0da9dec68e71f0b75a6b0c8edcd892b26a92726a92  libcamera-v0.7.0-git4.tar.gz
 
 # license files
 sha256  fd38b2c053c0cce46d9c5ef3545a6e34d157a240ba99c9b8dca5d37a8147da6c  LICENSES/BSD-2-Clause.txt
diff --git a/package/libcamera/libcamera.mk b/package/libcamera/libcamera.mk
index e86e05328c1c..e8f502b2534e 100644
--- a/package/libcamera/libcamera.mk
+++ b/package/libcamera/libcamera.mk
@@ -5,7 +5,7 @@
 ################################################################################
 
 LIBCAMERA_SITE = https://git.linuxtv.org/libcamera.git
-LIBCAMERA_VERSION = v0.6.0
+LIBCAMERA_VERSION = v0.7.0
 LIBCAMERA_SITE_METHOD = git
 LIBCAMERA_DEPENDENCIES = \
 	host-openssl \
@@ -23,23 +23,23 @@ LIBCAMERA_CONF_OPTS = \
 	-Dwerror=false
 LIBCAMERA_INSTALL_STAGING = YES
 LIBCAMERA_LICENSE = \
-	LGPL-2.1+ (library), \
-	GPL-2.0+ (utils), \
-	MIT (qcam/assets/feathericons), \
 	BSD-2-Clause (raspberrypi), \
-	GPL-2.0 with Linux-syscall-note or BSD-3-Clause (linux kernel headers), \
+	CC-BY-SA-4.0 (doc), \
 	CC0-1.0 (meson build system), \
-	CC-BY-SA-4.0 (doc)
+	GPL-2.0 with Linux-syscall-note or BSD-3-Clause (linux kernel headers), \
+	GPL-2.0+ (utils), \
+	LGPL-2.1+ (library), \
+	MIT (qcam/assets/feathericons)
 LIBCAMERA_LICENSE_FILES = \
-	LICENSES/LGPL-2.1-or-later.txt \
-	LICENSES/GPL-2.0-or-later.txt \
-	LICENSES/MIT.txt \
 	LICENSES/BSD-2-Clause.txt \
-	LICENSES/GPL-2.0-only.txt \
-	LICENSES/Linux-syscall-note.txt \
 	LICENSES/BSD-3-Clause.txt \
+	LICENSES/CC-BY-SA-4.0.txt \
 	LICENSES/CC0-1.0.txt \
-	LICENSES/CC-BY-SA-4.0.txt
+	LICENSES/GPL-2.0-only.txt \
+	LICENSES/GPL-2.0-or-later.txt \
+	LICENSES/LGPL-2.1-or-later.txt \
+	LICENSES/Linux-syscall-note.txt \
+	LICENSES/MIT.txt
 
 ifeq ($(BR2_TOOLCHAIN_GCC_AT_LEAST_7),y)
 LIBCAMERA_CXXFLAGS = -faligned-new
-- 
2.51.0

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

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

* Re: [Buildroot] [PATCH v3] package/libcamera: bump to v0.7.0
  2026-02-06 14:56       ` [Buildroot] [PATCH v3] " Pierre-Yves Kerbrat via buildroot
@ 2026-02-06 21:37         ` Julien Olivain via buildroot
  0 siblings, 0 replies; 7+ messages in thread
From: Julien Olivain via buildroot @ 2026-02-06 21:37 UTC (permalink / raw)
  To: Pierre-Yves Kerbrat; +Cc: buildroot, Kieran Bingham, Marcus Folkesson

On 06/02/2026 15:56, Pierre-Yves Kerbrat via buildroot wrote:
> Changelog:
> https://git.linuxtv.org/libcamera.git/tag/?h=v0.7.0
> 
> Signed-off-by: Pierre-Yves Kerbrat <pyk@foss.peewhy.fr>

Applied to master, thanks.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2026-02-06 21:37 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-05 17:35 [Buildroot] [PATCH] package/libcamera: bump to v0.7.0 Pierre-Yves Kerbrat via buildroot
2026-02-05 18:17 ` Kieran Bingham
2026-02-05 22:18 ` Julien Olivain via buildroot
2026-02-06  8:59   ` [Buildroot] [PATCH v2] " Pierre-Yves Kerbrat via buildroot
2026-02-06  9:52     ` Peter Seiderer via buildroot
2026-02-06 14:56       ` [Buildroot] [PATCH v3] " Pierre-Yves Kerbrat via buildroot
2026-02-06 21:37         ` Julien Olivain via buildroot

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