* [Buildroot] [PATCH] configs/olimex_a20_olinuxino_lime_mali: bump kernel version
@ 2016-12-04 16:30 Romain Naour
2016-12-04 16:30 ` [Buildroot] [PATCH] add entry for aubio Romain Naour
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Romain Naour @ 2016-12-04 16:30 UTC (permalink / raw)
To: buildroot
Bump the kernel to the next commit which fix the build with gcc6.
Signed-off-by: Romain Naour <romain.naour@gmail.com>
Cc: Francois Perrad <francois.perrad@gadz.org>
Cc: Luca Ceresoli <luca@lucaceresoli.net>
---
Build tested only.
For the same reason, the kernel used by
olimex_a20_olinuxino_lime2_defconfig needs to bumped
to 4.1.43 (at least). But since it's a big change, it
require a runtime test on the board.
---
configs/olimex_a20_olinuxino_lime_mali_defconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configs/olimex_a20_olinuxino_lime_mali_defconfig b/configs/olimex_a20_olinuxino_lime_mali_defconfig
index 35af5f9..4930660 100644
--- a/configs/olimex_a20_olinuxino_lime_mali_defconfig
+++ b/configs/olimex_a20_olinuxino_lime_mali_defconfig
@@ -20,7 +20,7 @@ BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_GIT=y
BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://github.com/dan-and/linux-sunxi.git"
# based on Linux version 3.4.113
-BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="dbabbacbbf8984dea0a8c893b38b376a6ecbb3c1"
+BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="fc385cc6dfa350382ecc94a520a716b57e654410"
BR2_LINUX_KERNEL_USE_DEFCONFIG=y
BR2_LINUX_KERNEL_DEFCONFIG="sun7i"
BR2_LINUX_KERNEL_INSTALL_TARGET=y
--
2.5.5
^ permalink raw reply related [flat|nested] 6+ messages in thread* [Buildroot] [PATCH] add entry for aubio
2016-12-04 16:30 [Buildroot] [PATCH] configs/olimex_a20_olinuxino_lime_mali: bump kernel version Romain Naour
@ 2016-12-04 16:30 ` Romain Naour
2016-12-04 20:53 ` Thomas Petazzoni
2016-12-04 17:12 ` [Buildroot] [PATCH] configs/olimex_a20_olinuxino_lime_mali: bump kernel version François Perrad
2016-12-04 20:54 ` Thomas Petazzoni
2 siblings, 1 reply; 6+ messages in thread
From: Romain Naour @ 2016-12-04 16:30 UTC (permalink / raw)
To: buildroot
Signed-off-by: Romain Naour <romain.naour@gmail.com>
---
DEVELOPERS | 1 +
1 file changed, 1 insertion(+)
diff --git a/DEVELOPERS b/DEVELOPERS
index f84eb5d..e9cfec0 100644
--- a/DEVELOPERS
+++ b/DEVELOPERS
@@ -1251,6 +1251,7 @@ F: package/irssi/
F: package/vnstat/
N: Romain Naour <romain.naour@gmail.com>
+F: package/aubio/
F: package/bullet/
F: package/efl/
F: package/enlightenment/
--
2.5.5
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH] configs/olimex_a20_olinuxino_lime_mali: bump kernel version
2016-12-04 16:30 [Buildroot] [PATCH] configs/olimex_a20_olinuxino_lime_mali: bump kernel version Romain Naour
2016-12-04 16:30 ` [Buildroot] [PATCH] add entry for aubio Romain Naour
@ 2016-12-04 17:12 ` François Perrad
2016-12-04 18:15 ` Romain Naour
2016-12-04 20:54 ` Thomas Petazzoni
2 siblings, 1 reply; 6+ messages in thread
From: François Perrad @ 2016-12-04 17:12 UTC (permalink / raw)
To: buildroot
2016-12-04 17:30 GMT+01:00 Romain Naour <romain.naour@gmail.com>:
> Bump the kernel to the next commit which fix the build with gcc6.
>
> Signed-off-by: Romain Naour <romain.naour@gmail.com>
> Cc: Francois Perrad <francois.perrad@gadz.org>
> Cc: Luca Ceresoli <luca@lucaceresoli.net>
> ---
> Build tested only.
> For the same reason, the kernel used by
> olimex_a20_olinuxino_lime2_defconfig needs to bumped
> to 4.1.43 (at least). But since it's a big change, it
> require a runtime test on the board.
At this time, the latest 4.1.x is 4.1.36 (not 4.1.43).
Currently, olimex_a20_olinuxino_lime_defconfig uses a 4.4 kernel.
With BR2017.02, I plan a bump to the upcoming 4.9 which will be also a
LTS (like 4.1 & 4.4).
On my desk, I have only a LIME board, but no LIME2.
Fran?ois
> ---
> configs/olimex_a20_olinuxino_lime_mali_defconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/configs/olimex_a20_olinuxino_lime_mali_defconfig b/configs/olimex_a20_olinuxino_lime_mali_defconfig
> index 35af5f9..4930660 100644
> --- a/configs/olimex_a20_olinuxino_lime_mali_defconfig
> +++ b/configs/olimex_a20_olinuxino_lime_mali_defconfig
> @@ -20,7 +20,7 @@ BR2_LINUX_KERNEL=y
> BR2_LINUX_KERNEL_CUSTOM_GIT=y
> BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://github.com/dan-and/linux-sunxi.git"
> # based on Linux version 3.4.113
> -BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="dbabbacbbf8984dea0a8c893b38b376a6ecbb3c1"
> +BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="fc385cc6dfa350382ecc94a520a716b57e654410"
> BR2_LINUX_KERNEL_USE_DEFCONFIG=y
> BR2_LINUX_KERNEL_DEFCONFIG="sun7i"
> BR2_LINUX_KERNEL_INSTALL_TARGET=y
> --
> 2.5.5
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH] configs/olimex_a20_olinuxino_lime_mali: bump kernel version
2016-12-04 17:12 ` [Buildroot] [PATCH] configs/olimex_a20_olinuxino_lime_mali: bump kernel version François Perrad
@ 2016-12-04 18:15 ` Romain Naour
0 siblings, 0 replies; 6+ messages in thread
From: Romain Naour @ 2016-12-04 18:15 UTC (permalink / raw)
To: buildroot
Hi Fran?ois,
Le 04/12/2016 ? 18:12, Fran?ois Perrad a ?crit :
> 2016-12-04 17:30 GMT+01:00 Romain Naour <romain.naour@gmail.com>:
>> Bump the kernel to the next commit which fix the build with gcc6.
>>
>> Signed-off-by: Romain Naour <romain.naour@gmail.com>
>> Cc: Francois Perrad <francois.perrad@gadz.org>
>> Cc: Luca Ceresoli <luca@lucaceresoli.net>
>> ---
>> Build tested only.
>> For the same reason, the kernel used by
>> olimex_a20_olinuxino_lime2_defconfig needs to bumped
>> to 4.1.43 (at least). But since it's a big change, it
>> require a runtime test on the board.
>
> At this time, the latest 4.1.x is 4.1.36 (not 4.1.43).
>
> Currently, olimex_a20_olinuxino_lime_defconfig uses a 4.4 kernel.
> With BR2017.02, I plan a bump to the upcoming 4.9 which will be also a
> LTS (like 4.1 & 4.4).
>
> On my desk, I have only a LIME board, but no LIME2.
Ok, maybe we can just wait for your patches.
Best regards,
Romain
>
> Fran?ois
>
>> ---
>> configs/olimex_a20_olinuxino_lime_mali_defconfig | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/configs/olimex_a20_olinuxino_lime_mali_defconfig b/configs/olimex_a20_olinuxino_lime_mali_defconfig
>> index 35af5f9..4930660 100644
>> --- a/configs/olimex_a20_olinuxino_lime_mali_defconfig
>> +++ b/configs/olimex_a20_olinuxino_lime_mali_defconfig
>> @@ -20,7 +20,7 @@ BR2_LINUX_KERNEL=y
>> BR2_LINUX_KERNEL_CUSTOM_GIT=y
>> BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://github.com/dan-and/linux-sunxi.git"
>> # based on Linux version 3.4.113
>> -BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="dbabbacbbf8984dea0a8c893b38b376a6ecbb3c1"
>> +BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="fc385cc6dfa350382ecc94a520a716b57e654410"
>> BR2_LINUX_KERNEL_USE_DEFCONFIG=y
>> BR2_LINUX_KERNEL_DEFCONFIG="sun7i"
>> BR2_LINUX_KERNEL_INSTALL_TARGET=y
>> --
>> 2.5.5
>>
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH] configs/olimex_a20_olinuxino_lime_mali: bump kernel version
2016-12-04 16:30 [Buildroot] [PATCH] configs/olimex_a20_olinuxino_lime_mali: bump kernel version Romain Naour
2016-12-04 16:30 ` [Buildroot] [PATCH] add entry for aubio Romain Naour
2016-12-04 17:12 ` [Buildroot] [PATCH] configs/olimex_a20_olinuxino_lime_mali: bump kernel version François Perrad
@ 2016-12-04 20:54 ` Thomas Petazzoni
2 siblings, 0 replies; 6+ messages in thread
From: Thomas Petazzoni @ 2016-12-04 20:54 UTC (permalink / raw)
To: buildroot
Hello,
On Sun, 4 Dec 2016 17:30:25 +0100, Romain Naour wrote:
> Bump the kernel to the next commit which fix the build with gcc6.
>
> Signed-off-by: Romain Naour <romain.naour@gmail.com>
> Cc: Francois Perrad <francois.perrad@gadz.org>
> Cc: Luca Ceresoli <luca@lucaceresoli.net>
> ---
> Build tested only.
> For the same reason, the kernel used by
> olimex_a20_olinuxino_lime2_defconfig needs to bumped
> to 4.1.43 (at least). But since it's a big change, it
> require a runtime test on the board.
> ---
> configs/olimex_a20_olinuxino_lime_mali_defconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2016-12-04 20:54 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-04 16:30 [Buildroot] [PATCH] configs/olimex_a20_olinuxino_lime_mali: bump kernel version Romain Naour
2016-12-04 16:30 ` [Buildroot] [PATCH] add entry for aubio Romain Naour
2016-12-04 20:53 ` Thomas Petazzoni
2016-12-04 17:12 ` [Buildroot] [PATCH] configs/olimex_a20_olinuxino_lime_mali: bump kernel version François Perrad
2016-12-04 18:15 ` Romain Naour
2016-12-04 20:54 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox