diff mbox

olimex_a20_olinuxino_lime: bump kernel to 4.9

Message ID 1481540569-20867-1-git-send-email-francois.perrad@gadz.org
State Superseded
Headers show

Commit Message

Francois Perrad Dec. 12, 2016, 11:02 a.m. UTC
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
---
 configs/olimex_a20_olinuxino_lime_defconfig | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

Peter Korsgaard Dec. 12, 2016, 11:13 a.m. UTC | #1
>>>>> "Francois" == Francois Perrad <fperrad@gmail.com> writes:

 > Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
 > ---
 >  configs/olimex_a20_olinuxino_lime_defconfig | 6 +++---
 >  1 file changed, 3 insertions(+), 3 deletions(-)

 > diff --git a/configs/olimex_a20_olinuxino_lime_defconfig b/configs/olimex_a20_olinuxino_lime_defconfig
 > index 8d63606..b7cb0dd 100644
 > --- a/configs/olimex_a20_olinuxino_lime_defconfig
 > +++ b/configs/olimex_a20_olinuxino_lime_defconfig
 > @@ -5,8 +5,8 @@ BR2_ARM_EABIHF=y
 
 >  BR2_TOOLCHAIN_EXTERNAL=y
 
 > -# Linux headers same as kernel, a 4.4 series
 > -BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_4=y
 > +# Linux headers same as kernel, a 4.9 series
 > +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_9=y

Ehh, what is this against? We don't have BR2_TOOLCHAIN_EXTERNAL=y
enabled in the lime (or any other) defconfigs.
diff mbox

Patch

diff --git a/configs/olimex_a20_olinuxino_lime_defconfig b/configs/olimex_a20_olinuxino_lime_defconfig
index 8d63606..b7cb0dd 100644
--- a/configs/olimex_a20_olinuxino_lime_defconfig
+++ b/configs/olimex_a20_olinuxino_lime_defconfig
@@ -5,8 +5,8 @@  BR2_ARM_EABIHF=y
 
 BR2_TOOLCHAIN_EXTERNAL=y
 
-# Linux headers same as kernel, a 4.4 series
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_4=y
+# Linux headers same as kernel, a 4.9 series
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_9=y
 
 # System configuration
 BR2_TARGET_GENERIC_HOSTNAME="a20-olinuxino"
@@ -20,7 +20,7 @@  BR2_ROOTFS_POST_SCRIPT_ARGS="board/olimex/a20_olinuxino/boot.cmd $(TARGET_DIR)/b
 # Kernel
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.4"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.9"
 BR2_LINUX_KERNEL_USE_DEFCONFIG=y
 BR2_LINUX_KERNEL_DEFCONFIG="sunxi"
 BR2_LINUX_KERNEL_DTS_SUPPORT=y