[Buildroot] [PATCH] configs: freescale_imx31_3stack: bump kernel version to 4.1.15_2.0.0_ga

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Wed Nov 9 20:32:35 UTC 2016


Hello,

On Wed,  9 Nov 2016 17:38:23 +0100, Vincent Stehle wrote:
> From: Vincent Stehlé <vincent.stehle at laposte.net>
> 
> Switch to the kernel of release 4.1.15_2.0.0_ga, as it builds properly with
> gcc 5.x, which is now the default.
> 
> We add a linux config fragment to disable the framebuffer, to repair the
> build for imx_v6_v7_defconfig.
> 
> Suggested-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
> Signed-off-by: Vincent Stehlé <vincent.stehle at laposte.net>
> Signed-off-by: Julien Olivain <juju at cotds.org>
> Tested-by: Julien Olivain <juju at cotds.org>
> Cc: Fabio Estevam <fabio.estevam at nxp.com>

Thanks a lot! I've applied to master, with one minor change.

> diff --git a/board/freescale/imx31_3stack/linux.fragment b/board/freescale/imx31_3stack/linux.fragment
> new file mode 100644
> index 0000000..8d89e8e
> --- /dev/null
> +++ b/board/freescale/imx31_3stack/linux.fragment
> @@ -0,0 +1 @@
> +CONFIG_FB_MXS=n

It is more conventional to write this as:

# CONFIG_FB_MXS is not set

which is what kconfig generates in a defconfig for an option that is
disabled.

Thanks!

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


More information about the buildroot mailing list