All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] Failure building default config for ARM integrator
Date: Wed, 16 Dec 2009 21:32:07 +0100	[thread overview]
Message-ID: <87k4wm64oo.fsf@macbook.be.48ers.dk> (raw)
In-Reply-To: <hgb3r7$88l$2@ger.gmane.org> (Grant Edwards's message of "Wed, 16 Dec 2009 17:02:31 +0000 (UTC)")

>>>>> "Grant" == Grant Edwards <grant.b.edwards@gmail.com> writes:

Hi,

 Grant> I'm trying to build the default config for the ARM integrator
 Grant> target.  [It's the same architecture as my board, and it's
 Grant> supported by Qemu, so it's a useful testbed.] It fails when it
 Grant> tries to build U-Boot.  I don't really care about building
 Grant> U-Boot, so I could just deselect it.

 Grant> However, if it's considered a bug when a "defconfig" target
 Grant> doesn't "just build", then I'll try to fix it and submit a
 Grant> patch.  Is this something that needs to be fixed, or is it
 Grant> normal?

No, it's a bug.

 Grant>  $ git clone git://git.buildroot.net/buildroot
 
 Grant>  $ cd buildroot
  
 Grant>  $ make integrator926_defconfig

 Grant>  make[1]: Entering directory `/home/grante/buildroot-git/buildroot/output/build/u-boot-2009.08'
 Grant>  make[1]: *** No rule to make target `integrator926_config'.  Stop.

So u-boot doesn't have an integrator926 configuration.

It has:

git grep -A10 integrator v2009.08 -- Makefile
v2009.08:Makefile-ap922_XA10_config     \
v2009.08:Makefile-ap7_config            \
v2009.08:Makefile-ap720t_config         \
v2009.08:Makefile-ap920t_config         \
v2009.08:Makefile-ap926ejs_config               \
v2009.08:Makefile-ap946es_config: unconfig
v2009.08:Makefile:      @board/armltd/integrator/split_by_variant.sh ap $@
v2009.08:Makefile-
v2009.08:Makefile:integratorcp_config   \
v2009.08:Makefile-cp_config             \
v2009.08:Makefile-cp920t_config         \
v2009.08:Makefile-cp926ejs_config               \
v2009.08:Makefile-cp946es_config                \
v2009.08:Makefile-cp1136_config         \
v2009.08:Makefile-cp966_config          \
v2009.08:Makefile-cp922_config          \
v2009.08:Makefile-cp922_XA10_config     \
v2009.08:Makefile-cp1026_config: unconfig

I don't remember what the difference is between the ap and cp
baseboards, but I guess the right config is something like cp926ejs_config

The setting to change is BR2_TARGET_UBOOT_BOARDNAME.

-- 
Bye, Peter Korsgaard

      reply	other threads:[~2009-12-16 20:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-16 17:02 [Buildroot] Failure building default config for ARM integrator Grant Edwards
2009-12-16 20:32 ` Peter Korsgaard [this message]

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=87k4wm64oo.fsf@macbook.be.48ers.dk \
    --to=jacmet@uclibc.org \
    --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.