Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/genimage: bump version to 8
@ 2015-09-24  9:20 Benoît Thébaudeau
  2015-09-24  9:25 ` Benoît Thébaudeau
  2015-09-27 21:20 ` Thomas Petazzoni
  0 siblings, 2 replies; 8+ messages in thread
From: Benoît Thébaudeau @ 2015-09-24  9:20 UTC (permalink / raw)
  To: buildroot

This new version fixes segmentation faults on some platforms.

Signed-off-by: Beno?t Th?baudeau <benoit@wsystem.com>
---
 package/genimage/genimage.hash | 2 +-
 package/genimage/genimage.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/genimage/genimage.hash b/package/genimage/genimage.hash
index 71b7601..b01ea46 100644
--- a/package/genimage/genimage.hash
+++ b/package/genimage/genimage.hash
@@ -1,2 +1,2 @@
 # Locally calculated
-sha256	7366dcfe4c542298ffe8a6c8d3551b1c3a84e25bfbb76ca75b9692e974f4534a	genimage-7.tar.xz
+sha256	363b2222b8036eca927c464994e7a877539adc3ea9ba895c1e2186f0589fafbf	genimage-8.tar.xz
diff --git a/package/genimage/genimage.mk b/package/genimage/genimage.mk
index 07d95a4..2dffbc5 100644
--- a/package/genimage/genimage.mk
+++ b/package/genimage/genimage.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-GENIMAGE_VERSION = 7
+GENIMAGE_VERSION = 8
 GENIMAGE_SOURCE = genimage-$(GENIMAGE_VERSION).tar.xz
 GENIMAGE_SITE = http://www.pengutronix.de/software/genimage/download
 GENIMAGE_DEPENDENCIES = host-pkgconf libconfuse
-- 
2.1.4

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

* [Buildroot] [PATCH] package/genimage: bump version to 8
  2015-09-24  9:20 [Buildroot] [PATCH] package/genimage: bump version to 8 Benoît Thébaudeau
@ 2015-09-24  9:25 ` Benoît Thébaudeau
  2015-09-24 10:33   ` Vicente Olivert Riera
  2015-09-24 17:34   ` Vivien Didelot
  2015-09-27 21:20 ` Thomas Petazzoni
  1 sibling, 2 replies; 8+ messages in thread
From: Benoît Thébaudeau @ 2015-09-24  9:25 UTC (permalink / raw)
  To: buildroot

On 24/09/2015 11:20, Beno?t Th?baudeau wrote:
> This new version fixes segmentation faults on some platforms.
> 
> Signed-off-by: Beno?t Th?baudeau <benoit@wsystem.com>
> ---
>  package/genimage/genimage.hash | 2 +-
>  package/genimage/genimage.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/package/genimage/genimage.hash b/package/genimage/genimage.hash
> index 71b7601..b01ea46 100644
> --- a/package/genimage/genimage.hash
> +++ b/package/genimage/genimage.hash
> @@ -1,2 +1,2 @@
>  # Locally calculated
> -sha256	7366dcfe4c542298ffe8a6c8d3551b1c3a84e25bfbb76ca75b9692e974f4534a	genimage-7.tar.xz
> +sha256	363b2222b8036eca927c464994e7a877539adc3ea9ba895c1e2186f0589fafbf	genimage-8.tar.xz
> diff --git a/package/genimage/genimage.mk b/package/genimage/genimage.mk
> index 07d95a4..2dffbc5 100644
> --- a/package/genimage/genimage.mk
> +++ b/package/genimage/genimage.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>  
> -GENIMAGE_VERSION = 7
> +GENIMAGE_VERSION = 8
>  GENIMAGE_SOURCE = genimage-$(GENIMAGE_VERSION).tar.xz
>  GENIMAGE_SITE = http://www.pengutronix.de/software/genimage/download
>  GENIMAGE_DEPENDENCIES = host-pkgconf libconfuse

I have successfully tested this with my RPi series using genimage.

Best regards,
Beno?t

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

* [Buildroot] [PATCH] package/genimage: bump version to 8
  2015-09-24  9:25 ` Benoît Thébaudeau
@ 2015-09-24 10:33   ` Vicente Olivert Riera
  2015-09-24 17:34   ` Vivien Didelot
  1 sibling, 0 replies; 8+ messages in thread
From: Vicente Olivert Riera @ 2015-09-24 10:33 UTC (permalink / raw)
  To: buildroot

Dear Beno?t Th?baudeau,

On 09/24/2015 10:25 AM, Beno?t Th?baudeau wrote:
> On 24/09/2015 11:20, Beno?t Th?baudeau wrote:
>> This new version fixes segmentation faults on some platforms.
>>
>> Signed-off-by: Beno?t Th?baudeau <benoit@wsystem.com>
Reviewed-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Tested-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>

$ grep -E ^GENIMAGE_VERSION package/genimage/genimage.mk
GENIMAGE_VERSION = 8

$ uname -m
x86_64

$ file output/host/usr/bin/genimage
output/host/usr/bin/genimage: ELF 64-bit LSB executable, x86-64, version
1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.18,
not stripped

Regards,

Vincent.

>> ---
>>  package/genimage/genimage.hash | 2 +-
>>  package/genimage/genimage.mk   | 2 +-
>>  2 files changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/package/genimage/genimage.hash b/package/genimage/genimage.hash
>> index 71b7601..b01ea46 100644
>> --- a/package/genimage/genimage.hash
>> +++ b/package/genimage/genimage.hash
>> @@ -1,2 +1,2 @@
>>  # Locally calculated
>> -sha256	7366dcfe4c542298ffe8a6c8d3551b1c3a84e25bfbb76ca75b9692e974f4534a	genimage-7.tar.xz
>> +sha256	363b2222b8036eca927c464994e7a877539adc3ea9ba895c1e2186f0589fafbf	genimage-8.tar.xz
>> diff --git a/package/genimage/genimage.mk b/package/genimage/genimage.mk
>> index 07d95a4..2dffbc5 100644
>> --- a/package/genimage/genimage.mk
>> +++ b/package/genimage/genimage.mk
>> @@ -4,7 +4,7 @@
>>  #
>>  ################################################################################
>>  
>> -GENIMAGE_VERSION = 7
>> +GENIMAGE_VERSION = 8
>>  GENIMAGE_SOURCE = genimage-$(GENIMAGE_VERSION).tar.xz
>>  GENIMAGE_SITE = http://www.pengutronix.de/software/genimage/download
>>  GENIMAGE_DEPENDENCIES = host-pkgconf libconfuse
> 
> I have successfully tested this with my RPi series using genimage.
> 
> Best regards,
> Beno?t
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
> 

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

* [Buildroot] [PATCH] package/genimage: bump version to 8
  2015-09-24  9:25 ` Benoît Thébaudeau
  2015-09-24 10:33   ` Vicente Olivert Riera
@ 2015-09-24 17:34   ` Vivien Didelot
  2015-09-25  3:27     ` Gergely Imreh
  1 sibling, 1 reply; 8+ messages in thread
From: Vivien Didelot @ 2015-09-24 17:34 UTC (permalink / raw)
  To: buildroot

On Sep. Thursday 24 (39) 11:25 AM, Beno?t Th?baudeau wrote:
> On 24/09/2015 11:20, Beno?t Th?baudeau wrote:
> > This new version fixes segmentation faults on some platforms.
> > 
> > Signed-off-by: Beno?t Th?baudeau <benoit@wsystem.com>

Reviewed-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>

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

* [Buildroot] [PATCH] package/genimage: bump version to 8
  2015-09-24 17:34   ` Vivien Didelot
@ 2015-09-25  3:27     ` Gergely Imreh
  0 siblings, 0 replies; 8+ messages in thread
From: Gergely Imreh @ 2015-09-25  3:27 UTC (permalink / raw)
  To: buildroot

Tested-by: Gergely Imreh <imrehg@gmail.com>
  by running "make wandboard_defconfig && make" as it uses genimage.
Confirm fixed previous segfault on x86_64

On 25 September 2015 at 01:34, Vivien Didelot
<vivien.didelot@savoirfairelinux.com> wrote:
> On Sep. Thursday 24 (39) 11:25 AM, Beno?t Th?baudeau wrote:
>> On 24/09/2015 11:20, Beno?t Th?baudeau wrote:
>> > This new version fixes segmentation faults on some platforms.
>> >
>> > Signed-off-by: Beno?t Th?baudeau <benoit@wsystem.com>
>
> Reviewed-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>

Tested-by: Gergely Imreh <imrehg@gmail.com>
  by running "make wandboard_defconfig && make" as it uses genimage.
Confirm fix of previous segfault on x86_64

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

* [Buildroot] [PATCH] package/genimage: bump version to 8
  2015-09-24  9:20 [Buildroot] [PATCH] package/genimage: bump version to 8 Benoît Thébaudeau
  2015-09-24  9:25 ` Benoît Thébaudeau
@ 2015-09-27 21:20 ` Thomas Petazzoni
  2015-09-28 19:03   ` Benoît Thébaudeau
  1 sibling, 1 reply; 8+ messages in thread
From: Thomas Petazzoni @ 2015-09-27 21:20 UTC (permalink / raw)
  To: buildroot

Dear Beno?t Th?baudeau,

On Thu, 24 Sep 2015 11:20:43 +0200, Beno?t Th?baudeau wrote:
> This new version fixes segmentation faults on some platforms.
> 
> Signed-off-by: Beno?t Th?baudeau <benoit@wsystem.com>
> ---
>  package/genimage/genimage.hash | 2 +-
>  package/genimage/genimage.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Applied, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH] package/genimage: bump version to 8
  2015-09-27 21:20 ` Thomas Petazzoni
@ 2015-09-28 19:03   ` Benoît Thébaudeau
  2015-09-28 19:21     ` Thomas Petazzoni
  0 siblings, 1 reply; 8+ messages in thread
From: Benoît Thébaudeau @ 2015-09-28 19:03 UTC (permalink / raw)
  To: buildroot

Hi Thomas,

On Sun, Sep 27, 2015 at 11:20 PM, Thomas Petazzoni
<thomas.petazzoni@free-electrons.com> wrote:
> Dear Beno?t Th?baudeau,
>
> On Thu, 24 Sep 2015 11:20:43 +0200, Beno?t Th?baudeau wrote:
>> This new version fixes segmentation faults on some platforms.
>>
>> Signed-off-by: Beno?t Th?baudeau <benoit@wsystem.com>
>> ---
>>  package/genimage/genimage.hash | 2 +-
>>  package/genimage/genimage.mk   | 2 +-
>>  2 files changed, 2 insertions(+), 2 deletions(-)
>
> Applied, thanks.

It seems like you forgot to push this commit, or there is an issue somewhere.

Best regards,
Beno?t

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

* [Buildroot] [PATCH] package/genimage: bump version to 8
  2015-09-28 19:03   ` Benoît Thébaudeau
@ 2015-09-28 19:21     ` Thomas Petazzoni
  0 siblings, 0 replies; 8+ messages in thread
From: Thomas Petazzoni @ 2015-09-28 19:21 UTC (permalink / raw)
  To: buildroot

Hello,

On Mon, 28 Sep 2015 21:03:58 +0200, Beno?t Th?baudeau wrote:

> > Applied, thanks.
> 
> It seems like you forgot to push this commit, or there is an issue somewhere.

I indeed forgot to push. It's now done. Sorry for the mess, and thanks
for the notification!

Best regards,

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

end of thread, other threads:[~2015-09-28 19:21 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-24  9:20 [Buildroot] [PATCH] package/genimage: bump version to 8 Benoît Thébaudeau
2015-09-24  9:25 ` Benoît Thébaudeau
2015-09-24 10:33   ` Vicente Olivert Riera
2015-09-24 17:34   ` Vivien Didelot
2015-09-25  3:27     ` Gergely Imreh
2015-09-27 21:20 ` Thomas Petazzoni
2015-09-28 19:03   ` Benoît Thébaudeau
2015-09-28 19:21     ` Thomas Petazzoni

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