All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 7/8] odoridc2: add defconfig for mainline image
Date: Sun, 3 Dec 2017 14:26:28 +0100	[thread overview]
Message-ID: <20171203142628.58be19b8@windsurf.lan> (raw)
In-Reply-To: <20171203125619.30919-7-daggs@gmx.com>

Hello,

On Sun,  3 Dec 2017 14:56:18 +0200, Dagg Stompler wrote:
> Signed-off-by: Dagg Stompler <daggs@gmx.com>
> ---
>  configs/odroidc2_mainline_defconfig | 29 +++++++++++++++++++++++++++++
>  1 file changed, 29 insertions(+)
>  create mode 100644 configs/odroidc2_mainline_defconfig

Please squash patches 2/8 to 8/8 all together. There is no point in
doing such fine grain splitting.

> diff --git a/configs/odroidc2_mainline_defconfig b/configs/odroidc2_mainline_defconfig
> new file mode 100644
> index 0000000000..37f0623a70
> --- /dev/null
> +++ b/configs/odroidc2_mainline_defconfig
> @@ -0,0 +1,29 @@
> +# Architecture
> +BR2_aarch64=y

You need to specify explicitly the kernel headers version. See other
defconfigs.

> +# System
> +BR2_TARGET_GENERIC_HOSTNAME="odroidc2"
> +BR2_TARGET_ROOTFS_EXT2=y
> +BR2_TARGET_ROOTFS_EXT2_4=y
> +BR2_ROOTFS_POST_IMAGE_SCRIPT="board/hardkernel/odroidc2/post-image-mailine.sh"
> +BR2_ROOTFS_POST_BUILD_SCRIPT="board/hardkernel/odroidc2/post-build.sh"
> +
> +# Kernel
> +BR2_LINUX_KERNEL=y

You need to specify explicitly the kernel version.

> +BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
> +BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/hardkernel//odroidc2/odroidc2_mainline_defconfig"
> +BR2_LINUX_KERNEL_DTS_SUPPORT=y
> +BR2_LINUX_KERNEL_INTREE_DTS_NAME="amlogic/meson-gxbb-odroidc2"
> +BR2_LINUX_KERNEL_IMAGE=y
> +
> +# U-Boot
> +BR2_TARGET_UBOOT=y

You need to specify explicitly the U-Boot version.

Best regards,

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

  reply	other threads:[~2017-12-03 13:26 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-03 12:56 [Buildroot] [PATCH 1/8] meson-tools: New Package Dagg Stompler
2017-12-03 12:56 ` [Buildroot] [PATCH 2/8] odroidc2: add boot.cmd for mainline uboot Dagg Stompler
2017-12-03 12:56 ` [Buildroot] [PATCH 3/8] odroidc2: add post build script Dagg Stompler
2017-12-03 13:27   ` Thomas Petazzoni
2017-12-03 15:59     ` daggs
2017-12-03 12:56 ` [Buildroot] [PATCH 4/8] odroidc2: add mainline kernel config Dagg Stompler
2017-12-03 13:28   ` Thomas Petazzoni
2017-12-03 15:55     ` daggs
2017-12-03 17:19       ` Arnout Vandecappelle
2017-12-03 18:57         ` daggs
2017-12-03 12:56 ` [Buildroot] [PATCH 5/8] odroidc2: add mainline genimage Dagg Stompler
2017-12-03 12:56 ` [Buildroot] [PATCH 6/8] odoridc2: add mainline post image script Dagg Stompler
2017-12-03 13:31   ` Thomas Petazzoni
2017-12-03 15:54     ` daggs
2017-12-03 16:44       ` Thomas Petazzoni
2017-12-03 18:56         ` daggs
2017-12-03 12:56 ` [Buildroot] [PATCH 7/8] odoridc2: add defconfig for mainline image Dagg Stompler
2017-12-03 13:26   ` Thomas Petazzoni [this message]
2017-12-03 16:01     ` daggs
2017-12-03 12:56 ` [Buildroot] [PATCH 8/8] odroidc2: update readme file Dagg Stompler
2017-12-03 13:23 ` [Buildroot] [PATCH 1/8] meson-tools: New Package Thomas Petazzoni
2017-12-03 16:03   ` daggs
2017-12-03 19:06 ` Baruch Siach
2017-12-03 19:38   ` daggs

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=20171203142628.58be19b8@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 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.