From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] at91bootstrap3: new package
Date: Fri, 27 Jul 2012 14:00:10 +0200 [thread overview]
Message-ID: <20120727140010.2a926b49@skate> (raw)
In-Reply-To: <1343389506-7469-1-git-send-email-spdawson@gmail.com>
Le Fri, 27 Jul 2012 12:45:06 +0100,
spdawson at gmail.com a ?crit :
> +ifeq ($(BR2_TARGET_AT91BOOTSTRAP3_USE_DEFCONFIG),y)
> +AT91BOOTSTRAP3_SOURCE_CONFIG = \
> + $(@D)/board/*/$(AT91BOOTSTRAP3_DEFCONFIG)_defconfig
> +else ifeq ($(BR2_TARGET_AT91BOOTSTRAP3_USE_CUSTOM_CONFIG),y)
> +AT91BOOTSTRAP3_SOURCE_CONFIG = $(AT91BOOTSTRAP3_CUSTOM_CONFIG_FILE)
> +endif
> +
> +define AT91BOOTSTRAP3_CONFIGURE_CMDS
> + cp $(AT91BOOTSTRAP3_SOURCE_CONFIG) $(@D)/.config
> + $(SED) 's/image.bin/uImage/' $(@D)/.config
> +endef
Are you this actually works? If the defconfig are minimal defconfigs
generated by "make savedefconfig", then just copying them to .config
and running make will ask the user the value of all options that are
not defined in the .config file.
Thomas
--
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
next prev parent reply other threads:[~2012-07-27 12:00 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-27 11:45 [Buildroot] [PATCH] at91bootstrap3: new package spdawson at gmail.com
2012-07-27 12:00 ` Thomas Petazzoni [this message]
2012-07-27 12:09 ` Simon Dawson
2012-07-27 12:40 ` Thomas Petazzoni
2012-07-27 12:46 ` Simon Dawson
2012-07-31 14:57 ` Arnout Vandecappelle
2012-07-31 17:41 ` Simon Dawson
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=20120727140010.2a926b49@skate \
--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