All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/petitboot: bump to version 1.15
@ 2024-03-26 12:16 Laurent Vivier
  2024-04-10 21:48 ` Thomas Petazzoni via buildroot
  2024-05-06 20:57 ` Peter Korsgaard
  0 siblings, 2 replies; 5+ messages in thread
From: Laurent Vivier @ 2024-03-26 12:16 UTC (permalink / raw)
  To: buildroot; +Cc: Laurent Vivier

Signed-off-by: Laurent Vivier <laurent@vivier.eu>
---
 package/petitboot/petitboot.hash | 2 +-
 package/petitboot/petitboot.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/petitboot/petitboot.hash b/package/petitboot/petitboot.hash
index a9a21f2c1b69..3a90bc529672 100644
--- a/package/petitboot/petitboot.hash
+++ b/package/petitboot/petitboot.hash
@@ -1,3 +1,3 @@
 # Locally computed
-sha256  fa2367370d3ce5dd9910ab08a0832071e2508c8bf75cfec6d3b9807fbefc507a  petitboot-v1.14.tar.gz
+sha256  eed29ec841c2bcd5ecc65347f5b95a0087a541bd9c04ca3c17c55d1f7357d189  petitboot-v1.15.tar.gz
 sha256  204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994  COPYING
diff --git a/package/petitboot/petitboot.mk b/package/petitboot/petitboot.mk
index 4c8bc35adb38..cd7631fa5cae 100644
--- a/package/petitboot/petitboot.mk
+++ b/package/petitboot/petitboot.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-PETITBOOT_VERSION = 1.14
+PETITBOOT_VERSION = 1.15
 PETITBOOT_SOURCE = petitboot-v$(PETITBOOT_VERSION).tar.gz
 PETITBOOT_SITE = https://github.com/open-power/petitboot/releases/download/v$(PETITBOOT_VERSION)
 PETITBOOT_DEPENDENCIES = \
-- 
2.44.0

_______________________________________________
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] package/petitboot: bump to version 1.15
  2024-03-26 12:16 [Buildroot] [PATCH] package/petitboot: bump to version 1.15 Laurent Vivier
@ 2024-04-10 21:48 ` Thomas Petazzoni via buildroot
  2024-05-06 20:57 ` Peter Korsgaard
  1 sibling, 0 replies; 5+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-04-10 21:48 UTC (permalink / raw)
  To: Laurent Vivier; +Cc: buildroot

On Tue, 26 Mar 2024 13:16:34 +0100
Laurent Vivier <laurent@vivier.eu> wrote:

> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
> ---
>  package/petitboot/petitboot.hash | 2 +-
>  package/petitboot/petitboot.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

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

* Re: [Buildroot] [PATCH] package/petitboot: bump to version 1.15
  2024-03-26 12:16 [Buildroot] [PATCH] package/petitboot: bump to version 1.15 Laurent Vivier
  2024-04-10 21:48 ` Thomas Petazzoni via buildroot
@ 2024-05-06 20:57 ` Peter Korsgaard
  1 sibling, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2024-05-06 20:57 UTC (permalink / raw)
  To: Laurent Vivier; +Cc: buildroot

>>>>> "Laurent" == Laurent Vivier <laurent@vivier.eu> writes:

 > Signed-off-by: Laurent Vivier <laurent@vivier.eu>

Committed to 2024.02.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH] package/petitboot: bump to version 1.15
  2024-02-13 15:20 Reza Arbab
@ 2024-02-14  7:25 ` Laurent Vivier
  0 siblings, 0 replies; 5+ messages in thread
From: Laurent Vivier @ 2024-02-14  7:25 UTC (permalink / raw)
  To: Reza Arbab, buildroot

Le 13/02/2024 à 16:20, Reza Arbab a écrit :
> This fixes an issue where the pb-console helper was not properly
> silencing kernel log messages printed to the console.
> 
> https://github.com/open-power/petitboot/releases/tag/v1.15
> 
> Signed-off-by: Reza Arbab <arbab@linux.ibm.com>
> ---
>   package/petitboot/petitboot.hash | 2 +-
>   package/petitboot/petitboot.mk   | 2 +-
>   2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/package/petitboot/petitboot.hash b/package/petitboot/petitboot.hash
> index a9a21f2c1b69..3a90bc529672 100644
> --- a/package/petitboot/petitboot.hash
> +++ b/package/petitboot/petitboot.hash
> @@ -1,3 +1,3 @@
>   # Locally computed
> -sha256  fa2367370d3ce5dd9910ab08a0832071e2508c8bf75cfec6d3b9807fbefc507a  petitboot-v1.14.tar.gz
> +sha256  eed29ec841c2bcd5ecc65347f5b95a0087a541bd9c04ca3c17c55d1f7357d189  petitboot-v1.15.tar.gz
>   sha256  204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994  COPYING
> diff --git a/package/petitboot/petitboot.mk b/package/petitboot/petitboot.mk
> index 2f1e459dd3fa..a74992377131 100644
> --- a/package/petitboot/petitboot.mk
> +++ b/package/petitboot/petitboot.mk
> @@ -4,7 +4,7 @@
>   #
>   ################################################################################
>   
> -PETITBOOT_VERSION = 1.14
> +PETITBOOT_VERSION = 1.15
>   PETITBOOT_SOURCE = petitboot-v$(PETITBOOT_VERSION).tar.gz
>   PETITBOOT_SITE = https://github.com/open-power/petitboot/releases/download/v$(PETITBOOT_VERSION)
>   PETITBOOT_DEPENDENCIES = \

Reviewed-by: Laurent Vivier <laurent@vivier.eu>
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* [Buildroot] [PATCH] package/petitboot: bump to version 1.15
@ 2024-02-13 15:20 Reza Arbab
  2024-02-14  7:25 ` Laurent Vivier
  0 siblings, 1 reply; 5+ messages in thread
From: Reza Arbab @ 2024-02-13 15:20 UTC (permalink / raw)
  To: buildroot; +Cc: Laurent Vivier

This fixes an issue where the pb-console helper was not properly
silencing kernel log messages printed to the console.

https://github.com/open-power/petitboot/releases/tag/v1.15

Signed-off-by: Reza Arbab <arbab@linux.ibm.com>
---
 package/petitboot/petitboot.hash | 2 +-
 package/petitboot/petitboot.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/petitboot/petitboot.hash b/package/petitboot/petitboot.hash
index a9a21f2c1b69..3a90bc529672 100644
--- a/package/petitboot/petitboot.hash
+++ b/package/petitboot/petitboot.hash
@@ -1,3 +1,3 @@
 # Locally computed
-sha256  fa2367370d3ce5dd9910ab08a0832071e2508c8bf75cfec6d3b9807fbefc507a  petitboot-v1.14.tar.gz
+sha256  eed29ec841c2bcd5ecc65347f5b95a0087a541bd9c04ca3c17c55d1f7357d189  petitboot-v1.15.tar.gz
 sha256  204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994  COPYING
diff --git a/package/petitboot/petitboot.mk b/package/petitboot/petitboot.mk
index 2f1e459dd3fa..a74992377131 100644
--- a/package/petitboot/petitboot.mk
+++ b/package/petitboot/petitboot.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-PETITBOOT_VERSION = 1.14
+PETITBOOT_VERSION = 1.15
 PETITBOOT_SOURCE = petitboot-v$(PETITBOOT_VERSION).tar.gz
 PETITBOOT_SITE = https://github.com/open-power/petitboot/releases/download/v$(PETITBOOT_VERSION)
 PETITBOOT_DEPENDENCIES = \
-- 
2.39.3

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

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

end of thread, other threads:[~2024-05-06 20:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-26 12:16 [Buildroot] [PATCH] package/petitboot: bump to version 1.15 Laurent Vivier
2024-04-10 21:48 ` Thomas Petazzoni via buildroot
2024-05-06 20:57 ` Peter Korsgaard
  -- strict thread matches above, loose matches on Subject: below --
2024-02-13 15:20 Reza Arbab
2024-02-14  7:25 ` Laurent Vivier

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.