All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/libcamera bump to 1966b9a58436fab51f8270aad6a228b935e4fac4
@ 2022-02-11 11:22 Kieran Bingham
  2022-02-11 13:37 ` Peter Seiderer
  2022-02-12 16:52 ` Yann E. MORIN
  0 siblings, 2 replies; 4+ messages in thread
From: Kieran Bingham @ 2022-02-11 11:22 UTC (permalink / raw)
  To: buildroot; +Cc: Kieran Bingham

Update to the latest libcamera commit.

This incorporates fixes and improvements for Raspberry Pi which will be
needed to go along side the new libcamera-apps package.

Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
---
 package/libcamera/libcamera.hash | 2 +-
 package/libcamera/libcamera.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/libcamera/libcamera.hash b/package/libcamera/libcamera.hash
index a7ca27a96b7f..8d5abf0e621c 100644
--- a/package/libcamera/libcamera.hash
+++ b/package/libcamera/libcamera.hash
@@ -1,4 +1,4 @@
-sha256  305e6f458d2bf3d4b697ffe33e104b696db6b1492bb5422e2cce1937e58516f1  libcamera-40f5fddca7f774944a53f58eeaebc4db79c373d8-br1.tar.gz
+sha256  3624c71ba492c602c5335aab3dc87798193f7596c6cc75f7cfb847165f180930  libcamera-1966b9a58436fab51f8270aad6a228b935e4fac4-br1.tar.gz
 
 # license files
 sha256  fd38b2c053c0cce46d9c5ef3545a6e34d157a240ba99c9b8dca5d37a8147da6c  LICENSES/BSD-2-Clause.txt
diff --git a/package/libcamera/libcamera.mk b/package/libcamera/libcamera.mk
index 534d8d26371f..cf1af5aaf065 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 = 40f5fddca7f774944a53f58eeaebc4db79c373d8
+LIBCAMERA_VERSION = 1966b9a58436fab51f8270aad6a228b935e4fac4
 LIBCAMERA_SITE_METHOD = git
 LIBCAMERA_DEPENDENCIES = \
 	host-openssl \
-- 
2.32.0

_______________________________________________
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] package/libcamera bump to 1966b9a58436fab51f8270aad6a228b935e4fac4
  2022-02-11 11:22 [Buildroot] [PATCH] package/libcamera bump to 1966b9a58436fab51f8270aad6a228b935e4fac4 Kieran Bingham
@ 2022-02-11 13:37 ` Peter Seiderer
  2022-02-11 13:50   ` Kieran Bingham
  2022-02-12 16:52 ` Yann E. MORIN
  1 sibling, 1 reply; 4+ messages in thread
From: Peter Seiderer @ 2022-02-11 13:37 UTC (permalink / raw)
  To: Kieran Bingham; +Cc: buildroot

Hello Kieran,

one nitpick: the patch subject should be 'package/libcamera: bump to ...'
(instead of 'package/libcamera bump to ...')....

On Fri, 11 Feb 2022 11:22:45 +0000, Kieran Bingham <kieran.bingham@ideasonboard.com> wrote:

> Update to the latest libcamera commit.
>
> This incorporates fixes and improvements for Raspberry Pi which will be
> needed to go along side the new libcamera-apps package.
>
> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>

Reviewed-by: Peter Seiderer <ps.report@gmx.net>
Tested-by: Peter Seiderer <ps.report@gmx.net>

Regards,
Peter

> ---
>  package/libcamera/libcamera.hash | 2 +-
>  package/libcamera/libcamera.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/package/libcamera/libcamera.hash b/package/libcamera/libcamera.hash
> index a7ca27a96b7f..8d5abf0e621c 100644
> --- a/package/libcamera/libcamera.hash
> +++ b/package/libcamera/libcamera.hash
> @@ -1,4 +1,4 @@
> -sha256  305e6f458d2bf3d4b697ffe33e104b696db6b1492bb5422e2cce1937e58516f1  libcamera-40f5fddca7f774944a53f58eeaebc4db79c373d8-br1.tar.gz
> +sha256  3624c71ba492c602c5335aab3dc87798193f7596c6cc75f7cfb847165f180930  libcamera-1966b9a58436fab51f8270aad6a228b935e4fac4-br1.tar.gz
>
>  # license files
>  sha256  fd38b2c053c0cce46d9c5ef3545a6e34d157a240ba99c9b8dca5d37a8147da6c  LICENSES/BSD-2-Clause.txt
> diff --git a/package/libcamera/libcamera.mk b/package/libcamera/libcamera.mk
> index 534d8d26371f..cf1af5aaf065 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 = 40f5fddca7f774944a53f58eeaebc4db79c373d8
> +LIBCAMERA_VERSION = 1966b9a58436fab51f8270aad6a228b935e4fac4
>  LIBCAMERA_SITE_METHOD = git
>  LIBCAMERA_DEPENDENCIES = \
>  	host-openssl \

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

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

* Re: [Buildroot] [PATCH] package/libcamera bump to 1966b9a58436fab51f8270aad6a228b935e4fac4
  2022-02-11 13:37 ` Peter Seiderer
@ 2022-02-11 13:50   ` Kieran Bingham
  0 siblings, 0 replies; 4+ messages in thread
From: Kieran Bingham @ 2022-02-11 13:50 UTC (permalink / raw)
  To: Peter Seiderer; +Cc: buildroot

Hi Peter,

Quoting Peter Seiderer (2022-02-11 13:37:42)
> Hello Kieran,
> 
> one nitpick: the patch subject should be 'package/libcamera: bump to ...'
> (instead of 'package/libcamera bump to ...')....

Completely agreed, I think I'd call that a typo ... or a not-typoed ;-)

If it can be fixed while applying that's fine, otherwise I'll resend.

> On Fri, 11 Feb 2022 11:22:45 +0000, Kieran Bingham <kieran.bingham@ideasonboard.com> wrote:
> 
> > Update to the latest libcamera commit.
> >
> > This incorporates fixes and improvements for Raspberry Pi which will be
> > needed to go along side the new libcamera-apps package.
> >
> > Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
> 
> Reviewed-by: Peter Seiderer <ps.report@gmx.net>
> Tested-by: Peter Seiderer <ps.report@gmx.net>
> 

Thanks

Kieran


> Regards,
> Peter
> 
> > ---
> >  package/libcamera/libcamera.hash | 2 +-
> >  package/libcamera/libcamera.mk   | 2 +-
> >  2 files changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/package/libcamera/libcamera.hash b/package/libcamera/libcamera.hash
> > index a7ca27a96b7f..8d5abf0e621c 100644
> > --- a/package/libcamera/libcamera.hash
> > +++ b/package/libcamera/libcamera.hash
> > @@ -1,4 +1,4 @@
> > -sha256  305e6f458d2bf3d4b697ffe33e104b696db6b1492bb5422e2cce1937e58516f1  libcamera-40f5fddca7f774944a53f58eeaebc4db79c373d8-br1.tar.gz
> > +sha256  3624c71ba492c602c5335aab3dc87798193f7596c6cc75f7cfb847165f180930  libcamera-1966b9a58436fab51f8270aad6a228b935e4fac4-br1.tar.gz
> >
> >  # license files
> >  sha256  fd38b2c053c0cce46d9c5ef3545a6e34d157a240ba99c9b8dca5d37a8147da6c  LICENSES/BSD-2-Clause.txt
> > diff --git a/package/libcamera/libcamera.mk b/package/libcamera/libcamera.mk
> > index 534d8d26371f..cf1af5aaf065 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 = 40f5fddca7f774944a53f58eeaebc4db79c373d8
> > +LIBCAMERA_VERSION = 1966b9a58436fab51f8270aad6a228b935e4fac4
> >  LIBCAMERA_SITE_METHOD = git
> >  LIBCAMERA_DEPENDENCIES = \
> >       host-openssl \
>
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH] package/libcamera bump to 1966b9a58436fab51f8270aad6a228b935e4fac4
  2022-02-11 11:22 [Buildroot] [PATCH] package/libcamera bump to 1966b9a58436fab51f8270aad6a228b935e4fac4 Kieran Bingham
  2022-02-11 13:37 ` Peter Seiderer
@ 2022-02-12 16:52 ` Yann E. MORIN
  1 sibling, 0 replies; 4+ messages in thread
From: Yann E. MORIN @ 2022-02-12 16:52 UTC (permalink / raw)
  To: Kieran Bingham; +Cc: buildroot

Kieran, All,

On 2022-02-11 11:22 +0000, Kieran Bingham spake thusly:
> Update to the latest libcamera commit.
> 
> This incorporates fixes and improvements for Raspberry Pi which will be
> needed to go along side the new libcamera-apps package.
> 
> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>

Applied to master, with the minor typo spotted by Peter fixed, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/libcamera/libcamera.hash | 2 +-
>  package/libcamera/libcamera.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/package/libcamera/libcamera.hash b/package/libcamera/libcamera.hash
> index a7ca27a96b7f..8d5abf0e621c 100644
> --- a/package/libcamera/libcamera.hash
> +++ b/package/libcamera/libcamera.hash
> @@ -1,4 +1,4 @@
> -sha256  305e6f458d2bf3d4b697ffe33e104b696db6b1492bb5422e2cce1937e58516f1  libcamera-40f5fddca7f774944a53f58eeaebc4db79c373d8-br1.tar.gz
> +sha256  3624c71ba492c602c5335aab3dc87798193f7596c6cc75f7cfb847165f180930  libcamera-1966b9a58436fab51f8270aad6a228b935e4fac4-br1.tar.gz
>  
>  # license files
>  sha256  fd38b2c053c0cce46d9c5ef3545a6e34d157a240ba99c9b8dca5d37a8147da6c  LICENSES/BSD-2-Clause.txt
> diff --git a/package/libcamera/libcamera.mk b/package/libcamera/libcamera.mk
> index 534d8d26371f..cf1af5aaf065 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 = 40f5fddca7f774944a53f58eeaebc4db79c373d8
> +LIBCAMERA_VERSION = 1966b9a58436fab51f8270aad6a228b935e4fac4
>  LIBCAMERA_SITE_METHOD = git
>  LIBCAMERA_DEPENDENCIES = \
>  	host-openssl \
> -- 
> 2.32.0
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
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:[~2022-02-12 16:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-11 11:22 [Buildroot] [PATCH] package/libcamera bump to 1966b9a58436fab51f8270aad6a228b935e4fac4 Kieran Bingham
2022-02-11 13:37 ` Peter Seiderer
2022-02-11 13:50   ` Kieran Bingham
2022-02-12 16:52 ` Yann E. MORIN

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.