* [Buildroot] [PATCH] configs/warp7: Bump U-Boot and kernel versions
@ 2017-07-25 16:47 Fabio Estevam
2017-07-25 18:45 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Fabio Estevam @ 2017-07-25 16:47 UTC (permalink / raw)
To: buildroot
From: Fabio Estevam <festevam@gmail.com>
Bump U-Boot to 2017.07 and kernel to version 4.12.3.
As imx_v6_v7_defconfig in 4.12 selects CONFIG_CFG80211_WEXT=y,
remove the linux.fragment file.
Signed-off-by: Fabio Estevam <festevam@gmail.com>
---
board/warp7/linux.fragment | 1 -
configs/warp7_defconfig | 9 ++++-----
2 files changed, 4 insertions(+), 6 deletions(-)
delete mode 100644 board/warp7/linux.fragment
diff --git a/board/warp7/linux.fragment b/board/warp7/linux.fragment
deleted file mode 100644
index 892d0cb..0000000
--- a/board/warp7/linux.fragment
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_CFG80211_WEXT=y
diff --git a/configs/warp7_defconfig b/configs/warp7_defconfig
index c18a782..7de4bb5 100644
--- a/configs/warp7_defconfig
+++ b/configs/warp7_defconfig
@@ -3,8 +3,8 @@ BR2_arm=y
BR2_cortex_a7=y
BR2_ARM_FPU_NEON_VFPV4=y
-# Linux headers same as kernel, a 4.9 series
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_9=y
+# Linux headers same as kernel, a 4.12 series
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_12=y
# system
BR2_TARGET_GENERIC_GETTY_PORT="ttymxc0"
@@ -15,9 +15,8 @@ BR2_ROOTFS_OVERLAY="board/warp7/rootfs_overlay"
# Kernel
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.9"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.12.3"
BR2_LINUX_KERNEL_DEFCONFIG="imx_v6_v7"
-BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="board/warp7/linux.fragment"
BR2_LINUX_KERNEL_DTS_SUPPORT=y
BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx7s-warp"
@@ -25,7 +24,7 @@ BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx7s-warp"
BR2_TARGET_UBOOT=y
BR2_TARGET_UBOOT_BOARDNAME="warp7"
BR2_TARGET_UBOOT_CUSTOM_VERSION=y
-BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2017.01"
+BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2017.07"
BR2_TARGET_UBOOT_FORMAT_IMX=y
# wifi firmware for brcm43430
--
2.7.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] configs/warp7: Bump U-Boot and kernel versions
2017-07-25 16:47 [Buildroot] [PATCH] configs/warp7: Bump U-Boot and kernel versions Fabio Estevam
@ 2017-07-25 18:45 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2017-07-25 18:45 UTC (permalink / raw)
To: buildroot
Hello,
On Tue, 25 Jul 2017 13:47:49 -0300, Fabio Estevam wrote:
> From: Fabio Estevam <festevam@gmail.com>
>
> Bump U-Boot to 2017.07 and kernel to version 4.12.3.
>
> As imx_v6_v7_defconfig in 4.12 selects CONFIG_CFG80211_WEXT=y,
> remove the linux.fragment file.
>
> Signed-off-by: Fabio Estevam <festevam@gmail.com>
> ---
> board/warp7/linux.fragment | 1 -
> configs/warp7_defconfig | 9 ++++-----
> 2 files changed, 4 insertions(+), 6 deletions(-)
> delete mode 100644 board/warp7/linux.fragment
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] 2+ messages in thread
end of thread, other threads:[~2017-07-25 18:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-25 16:47 [Buildroot] [PATCH] configs/warp7: Bump U-Boot and kernel versions Fabio Estevam
2017-07-25 18:45 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox