* [Buildroot] [PATCH] xenomai: bump to 3.0.6
@ 2017-12-04 17:59 Norbert Lange
2017-12-04 23:24 ` Romain Naour
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Norbert Lange @ 2017-12-04 17:59 UTC (permalink / raw)
To: buildroot
From: Norbert Lange <norbert.lange@andritz.com>
this includes a fix to allow compilation with compilers
defaulting to -fpie (gcc 6+)
Signed-off-by: Norbert Lange <nolange79@gmail.com>
---
package/xenomai/xenomai.hash | 2 +-
package/xenomai/xenomai.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/xenomai/xenomai.hash b/package/xenomai/xenomai.hash
index 1290ca54fb..c36badb6bf 100644
--- a/package/xenomai/xenomai.hash
+++ b/package/xenomai/xenomai.hash
@@ -1,2 +1,2 @@
# Locally computed;
-sha256 84836a43b6a996dcdcb42b0b1653a3271cc201df2a2d42c1b4b3bafb2cca7c63 xenomai-3.0.5.tar.bz2
+sha256 2c0dd3f0e36e4a10f97e0028989bb873e80f4d1ce212ac55fd3b28857c464f94 xenomai-3.0.6.tar.bz2
diff --git a/package/xenomai/xenomai.mk b/package/xenomai/xenomai.mk
index c53d5148f0..6bf08edfbc 100644
--- a/package/xenomai/xenomai.mk
+++ b/package/xenomai/xenomai.mk
@@ -6,7 +6,7 @@
XENOMAI_VERSION = $(call qstrip,$(BR2_PACKAGE_XENOMAI_VERSION))
ifeq ($(XENOMAI_VERSION),)
-XENOMAI_VERSION = 3.0.5
+XENOMAI_VERSION = 3.0.6
else
BR_NO_CHECK_HASH_FOR += $(XENOMAI_SOURCE)
endif
--
2.15.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH] xenomai: bump to 3.0.6
2017-12-04 17:59 [Buildroot] [PATCH] xenomai: bump to 3.0.6 Norbert Lange
@ 2017-12-04 23:24 ` Romain Naour
2017-12-06 21:56 ` Thomas Petazzoni
2017-12-27 11:34 ` Peter Korsgaard
2 siblings, 0 replies; 4+ messages in thread
From: Romain Naour @ 2017-12-04 23:24 UTC (permalink / raw)
To: buildroot
Hi Norbert,
Le 04/12/2017 ? 18:59, Norbert Lange a ?crit?:
> From: Norbert Lange <norbert.lange@andritz.com>
>
> this includes a fix to allow compilation with compilers
> defaulting to -fpie (gcc 6+)
Maybe you can add this link about a critical bug in Cobalt:
http://xenomai.org/pipermail/xenomai/2017-November/037923.html
This bug affect all previous version of Xenomai.
Otherwise:
Reviewed-by: Romain Naour <romain.naour@gmail.com>
Also, Xenomai contains several license files, can you add a license hash for
each of them in a followup patch?
Thanks!
Best regards,
Romain
>
> Signed-off-by: Norbert Lange <nolange79@gmail.com>
> ---
> package/xenomai/xenomai.hash | 2 +-
> package/xenomai/xenomai.mk | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/package/xenomai/xenomai.hash b/package/xenomai/xenomai.hash
> index 1290ca54fb..c36badb6bf 100644
> --- a/package/xenomai/xenomai.hash
> +++ b/package/xenomai/xenomai.hash
> @@ -1,2 +1,2 @@
> # Locally computed;
> -sha256 84836a43b6a996dcdcb42b0b1653a3271cc201df2a2d42c1b4b3bafb2cca7c63 xenomai-3.0.5.tar.bz2
> +sha256 2c0dd3f0e36e4a10f97e0028989bb873e80f4d1ce212ac55fd3b28857c464f94 xenomai-3.0.6.tar.bz2
> diff --git a/package/xenomai/xenomai.mk b/package/xenomai/xenomai.mk
> index c53d5148f0..6bf08edfbc 100644
> --- a/package/xenomai/xenomai.mk
> +++ b/package/xenomai/xenomai.mk
> @@ -6,7 +6,7 @@
>
> XENOMAI_VERSION = $(call qstrip,$(BR2_PACKAGE_XENOMAI_VERSION))
> ifeq ($(XENOMAI_VERSION),)
> -XENOMAI_VERSION = 3.0.5
> +XENOMAI_VERSION = 3.0.6
> else
> BR_NO_CHECK_HASH_FOR += $(XENOMAI_SOURCE)
> endif
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH] xenomai: bump to 3.0.6
2017-12-04 17:59 [Buildroot] [PATCH] xenomai: bump to 3.0.6 Norbert Lange
2017-12-04 23:24 ` Romain Naour
@ 2017-12-06 21:56 ` Thomas Petazzoni
2017-12-27 11:34 ` Peter Korsgaard
2 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2017-12-06 21:56 UTC (permalink / raw)
To: buildroot
Hello,
On Mon, 4 Dec 2017 18:59:08 +0100, Norbert Lange wrote:
> From: Norbert Lange <norbert.lange@andritz.com>
>
> this includes a fix to allow compilation with compilers
> defaulting to -fpie (gcc 6+)
>
> Signed-off-by: Norbert Lange <nolange79@gmail.com>
> ---
> package/xenomai/xenomai.hash | 2 +-
> package/xenomai/xenomai.mk | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
Applied to master after adding some comment in the commit log about the
critical bug that has been fixed in this version, as reported by Romain.
Speaking of Xenomai, it would be really nice to have a test case for it
in our runtime test infrastructure, see support/testing/. If you're
interested feel free to contribute :-)
Thanks a lot!
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH] xenomai: bump to 3.0.6
2017-12-04 17:59 [Buildroot] [PATCH] xenomai: bump to 3.0.6 Norbert Lange
2017-12-04 23:24 ` Romain Naour
2017-12-06 21:56 ` Thomas Petazzoni
@ 2017-12-27 11:34 ` Peter Korsgaard
2 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2017-12-27 11:34 UTC (permalink / raw)
To: buildroot
>>>>> "Norbert" == Norbert Lange <nolange79@gmail.com> writes:
> From: Norbert Lange <norbert.lange@andritz.com>
> this includes a fix to allow compilation with compilers
> defaulting to -fpie (gcc 6+)
> Signed-off-by: Norbert Lange <nolange79@gmail.com>
Committed to 2017.11.x, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-12-27 11:34 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-04 17:59 [Buildroot] [PATCH] xenomai: bump to 3.0.6 Norbert Lange
2017-12-04 23:24 ` Romain Naour
2017-12-06 21:56 ` Thomas Petazzoni
2017-12-27 11:34 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox