From: Peter Korsgaard <peter@korsgaard.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/4] board/minnowboard-max: Rework to generate SD card image
Date: Wed, 13 Apr 2016 22:39:05 +0200 [thread overview]
Message-ID: <877fg1jlau.fsf@dell.be.48ers.dk> (raw)
In-Reply-To: <1460438965-28065-2-git-send-email-ezequiel@vanguardiasur.com.ar> (Ezequiel Garcia's message of "Tue, 12 Apr 2016 02:29:22 -0300")
>>>>> "Ezequiel" == Ezequiel Garcia <ezequiel@vanguardiasur.com.ar> writes:
> Let's rework the board and config files to use genimage
> to generate the SD card image directly.
> Signed-off-by: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
> diff --git a/configs/minnowboard_max_defconfig b/configs/minnowboard_max_defconfig
> index 98996db958ff..47f7d4e96a55 100644
> --- a/configs/minnowboard_max_defconfig
> +++ b/configs/minnowboard_max_defconfig
> @@ -5,9 +5,12 @@ BR2_x86_atom=y
> # Misc
> BR2_TARGET_GENERIC_GETTY_PORT="ttyS0"
> BR2_ROOTFS_POST_BUILD_SCRIPT="board/minnowboard-max/post-build.sh"
> +BR2_ROOTFS_POST_IMAGE_SCRIPT="board/minnowboard-max/post-image.sh"
> # Linux headers same as kernel, a 4.4 series
> BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_4=y
> +BR2_PACKAGE_HOST_DOSFSTOOLS=y
> +BR2_PACKAGE_HOST_GENIMAGE=y
The vfat handling also uses mcopy, so we also need
BR2_PACKAGE_HOST_MTOOLS=y.
Committed with that fixed, thanks.
--
Bye, Peter Korsgaard
next prev parent reply other threads:[~2016-04-13 20:39 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-12 5:29 [Buildroot] [PATCH 0/4] Fun with Minnowboard Turot Ezequiel Garcia
2016-04-12 5:29 ` [Buildroot] [PATCH 1/4] board/minnowboard-max: Rework to generate SD card image Ezequiel Garcia
2016-04-12 23:21 ` Arnout Vandecappelle
2016-04-13 19:59 ` Peter Korsgaard
2016-04-13 20:05 ` Ezequiel Garcia
2016-04-13 20:39 ` Peter Korsgaard [this message]
2016-04-12 5:29 ` [Buildroot] [PATCH 2/4] board/minnowboard: " Ezequiel Garcia
2016-04-12 23:24 ` Arnout Vandecappelle
2016-04-12 23:56 ` Ezequiel Garcia
2016-04-12 5:29 ` [Buildroot] [PATCH 3/4] board/minnowboard-max: Add more peripherals and features to the kernel Ezequiel Garcia
2016-04-12 23:29 ` Arnout Vandecappelle
2016-04-12 23:55 ` Ezequiel Garcia
2016-04-13 21:02 ` Peter Korsgaard
2016-04-13 22:02 ` Ezequiel Garcia
2016-04-12 5:29 ` [Buildroot] [PATCH 4/4] board/minnowboard-max: Add a X-based graphical defconfig Ezequiel Garcia
2016-04-12 23:41 ` Arnout Vandecappelle
2016-04-13 0:02 ` Ezequiel Garcia
2016-04-13 7:38 ` Arnout Vandecappelle
2016-04-13 21:02 ` Peter Korsgaard
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=877fg1jlau.fsf@dell.be.48ers.dk \
--to=peter@korsgaard.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