From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] configs: freescale_imx31_3stack: bump kernel version to 4.1.15_2.0.0_ga
Date: Wed, 9 Nov 2016 21:32:35 +0100 [thread overview]
Message-ID: <20161109213235.5bfc10cb@free-electrons.com> (raw)
In-Reply-To: <20161109163823.25501-1-vincent.stehle@laposte.net>
Hello,
On Wed, 9 Nov 2016 17:38:23 +0100, Vincent Stehle wrote:
> From: Vincent Stehl? <vincent.stehle@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@free-electrons.com>
> Signed-off-by: Vincent Stehl? <vincent.stehle@laposte.net>
> Signed-off-by: Julien Olivain <juju@cotds.org>
> Tested-by: Julien Olivain <juju@cotds.org>
> Cc: Fabio Estevam <fabio.estevam@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
prev parent reply other threads:[~2016-11-09 20:32 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-05 13:35 [Buildroot] freescale_imx31_3stack_defconfig fails to build Thomas Petazzoni
2016-11-05 15:05 ` Fabio Estevam
2016-11-05 15:26 ` Thomas Petazzoni
2016-11-05 15:27 ` Fabio Estevam
[not found] ` <6234984d-6409-37c1-b050-504775d37c17@bergerie>
2016-11-05 16:16 ` Thomas Petazzoni
2016-11-05 16:37 ` Fabio Estevam
2016-11-08 20:41 ` [Buildroot] [PATCH] configs: freescale_imx31_3stack: bump kernel version to 4.1.15_2.0.0_ga Vincent Stehle
2016-11-09 16:38 ` Vincent Stehle
2016-11-09 20:32 ` Thomas Petazzoni [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20161109213235.5bfc10cb@free-electrons.com \
--to=thomas.petazzoni@free-electrons.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.