From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v4] board: Add support for Engicam i.CoreM6 Quad/Dual boards
Date: Mon, 12 Jun 2017 23:20:56 +0200 [thread overview]
Message-ID: <20170612232056.322e2dd7@windsurf.lan> (raw)
In-Reply-To: <1497291701-17509-1-git-send-email-jteki@openedev.com>
Hello,
On Mon, 12 Jun 2017 23:51:41 +0530, Jagan Teki wrote:
> diff --git a/configs/engicam_imx6q_icore_defconfig b/configs/engicam_imx6q_icore_defconfig
> new file mode 100644
> index 0000000..2412f19
> --- /dev/null
> +++ b/configs/engicam_imx6q_icore_defconfig
> @@ -0,0 +1,38 @@
> +BR2_arm=y
> +BR2_cortex_a9=y
> +BR2_ARM_ENABLE_NEON=y
> +BR2_ARM_ENABLE_VFP=y
> +BR2_ARM_FPU_VFPV3=y
One thing was missing here:
# Linux headers same as kernel, a 4.11 series
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_11=y
This is necessary, otherwise as soon as we add support for Linux 4.12,
the toolchain would be built with Linux headers 4.12... but your
defconfig would still be using Linux 4.11 as the running kernel.
So in all defconfigs, we explicitly set the version of the kernel
headers being used.
Other than that: applied. Thanks!
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
prev parent reply other threads:[~2017-06-12 21:20 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-12 18:21 [Buildroot] [PATCH v4] board: Add support for Engicam i.CoreM6 Quad/Dual boards Jagan Teki
2017-06-12 21:20 ` 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=20170612232056.322e2dd7@windsurf.lan \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox