From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] Generating a defconfig
Date: Mon, 21 Sep 2015 19:08:06 +0200 [thread overview]
Message-ID: <20150921190806.5b845258@free-electrons.com> (raw)
In-Reply-To: <56002C63.1070806@synopsys.com>
Joao,
On Mon, 21 Sep 2015 17:12:19 +0100, Joao Pinto wrote:
> I am about to generate a buildroot' defconfig for ARM Juno r1 board, and I would
> like to know what is the std procedure to make this on buildroot.
Just create your Buildroot configuration, and then run:
make savedefconfig
It will create a file named 'defconfig', which you can simply move to
configs/<foo>_defconfig.
You can also do it in one step like this:
make BR2_DEFCONFIG=configs/<foo>_defconfig savedefconfig
Note that for the board defconfig, we have a few rules in Buildroot:
* The version of the kernel headers and kernel must be fixed (you
should not use the "latest version" option)
* The configuration should be minimal, i.e nothing but the default
userspace package (just Busybox).
Best regards,
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
next prev parent reply other threads:[~2015-09-21 17:08 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-21 16:12 [Buildroot] Generating a defconfig Joao Pinto
2015-09-21 17:01 ` Lee, Tommy
2015-09-21 17:03 ` Joao Pinto
2015-09-21 17:07 ` Lee, Tommy
2015-09-21 17:07 ` Joao Pinto
2015-09-21 17:06 ` Thomas Petazzoni
2015-09-21 17:08 ` Thomas Petazzoni [this message]
2015-09-21 20:54 ` Yann E. MORIN
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=20150921190806.5b845258@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox