From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 6/7] configs/freescale_imx8qmmek: new defconfig
Date: Wed, 5 Feb 2020 12:20:31 +0100 [thread overview]
Message-ID: <20200205122031.37d07400@windsurf> (raw)
In-Reply-To: <20190909121525.13935-6-maeva.manuel@nxp.com>
Hello Maeva,
On Mon, 9 Sep 2019 12:15:07 +0000
Maeva Manuel <maeva.manuel@nxp.com> wrote:
> Signed-off-by: Maeva Manuel <maeva.manuel@nxp.com>
> diff --git a/board/freescale/imx8qmmek/readme.txt b/board/freescale/imx8qmmek/readme.txt
> new file mode 100644
> index 0000000000..15eecfa83e
> --- /dev/null
> +++ b/board/freescale/imx8qmmek/readme.txt
> @@ -0,0 +1,66 @@
> +***************************
> +Freescale i.MX8QM MEK board
> +***************************
> +
> +This file documents the Buildroot support for the Freescale i.MX8QM MEK board.
> +
> +Build
> +=====
> +
> +First, configure Buildroot for the i.MX8QM MEK board:
> +
> + make freescale_imx8qmmek_defconfig
> +
> +Build all components:
> +
> + make
> +
> +You will find in output/images/ the following files:
> + - mx8qm-ahab-container.img
The file is now really named ahab-container.img
> diff --git a/configs/freescale_imx8qmmek_defconfig b/configs/freescale_imx8qmmek_defconfig
> new file mode 100644
> index 0000000000..b0c433cf4a
> --- /dev/null
> +++ b/configs/freescale_imx8qmmek_defconfig
> @@ -0,0 +1,40 @@
> +BR2_aarch64=y
> +BR2_ARM_FPU_VFPV4=y
> +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_14=y
> +#GCC version must be inferior to 8_X because of -Wstringop-truncation message error
> +BR2_GCC_VERSION_7_X=y
Which component fails to build like this? Isn't this fixed by using a
newer 4.14 kernel such as 4.14.98 like other Freescale/NXP defconfigs
in Buildroot ?
For a new defconfig, it is really not good if we can't use the current
default version of gcc.
> +BR2_ROOTFS_POST_IMAGE_SCRIPT="board/freescale/common/imx/imx8-bootloader-prepare.sh board/freescale/common/imx/post-image.sh"
> +BR2_ROOTFS_POST_SCRIPT_ARGS="${UBOOT_DIR}/arch/arm/dts/fsl-imx8qm-mek.dtb"
> +BR2_LINUX_KERNEL=y
> +BR2_LINUX_KERNEL_CUSTOM_GIT=y
> +BR2_LINUX_KERNEL_CUSTOM_REPO_URL="ssh://git at bitbucket.sw.nxp.com/imx/linux-imx.git"
This is not accessible to the public, you need to use public URLs.
Could you fix these issues and send an updated version ?
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
next prev parent reply other threads:[~2020-02-05 11:20 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-09-09 12:14 [Buildroot] [PATCH 1/7] board/freescale/common/imx: add support for i.MX8QM Maeva Manuel
2019-09-09 12:14 ` [Buildroot] [PATCH 2/7] package/freescale-imx: add option " Maeva Manuel
2019-11-08 17:30 ` Gary Bisson
2020-02-05 10:36 ` Thomas Petazzoni
2020-02-05 10:31 ` Thomas Petazzoni
2019-09-09 12:15 ` [Buildroot] [PATCH 3/7] package/freescale-imx/imx-sc-firmware: bump to version 1.1 to support i.MX8QM Maeva Manuel
2019-11-08 17:33 ` Gary Bisson
2020-02-05 10:38 ` Thomas Petazzoni
2019-09-09 12:15 ` [Buildroot] [PATCH 4/7] package/freescale-imx/imx-sc-firmware: add hash file Maeva Manuel
2019-11-08 17:34 ` Gary Bisson
2020-02-05 10:38 ` Thomas Petazzoni
2019-09-09 12:15 ` [Buildroot] [PATCH 5/7] package/freescale-imx/firmware-imx: Maeva Manuel
2019-09-13 15:44 ` André Hentschel
2020-02-05 10:39 ` Thomas Petazzoni
2019-09-09 12:15 ` [Buildroot] [PATCH 6/7] configs/freescale_imx8qmmek: new defconfig Maeva Manuel
2020-02-05 11:20 ` Thomas Petazzoni [this message]
2019-09-09 12:15 ` [Buildroot] [PATCH 7/7] board/freescale/imx8qxpmek: update instructions Maeva Manuel
2020-02-05 11:12 ` Thomas Petazzoni
2020-02-05 10:30 ` [Buildroot] [PATCH 1/7] board/freescale/common/imx: add support for i.MX8QM Thomas Petazzoni
[not found] <20190909090402.11736-1-maeva.manuel@nxp.com>
[not found] ` <20190909090402.11736-6-maeva.manuel@nxp.com>
2019-09-09 12:55 ` [Buildroot] [PATCH 6/7] configs/freescale_imx8qmmek: new defconfig Fabio Estevam
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=20200205122031.37d07400@windsurf \
--to=thomas.petazzoni@bootlin.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.