Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] Buildroot Not Using Saved Config for Linux
@ 2009-01-05 23:11 Quick X
  2009-01-06  1:34 ` [Buildroot] Cups compile problem Daniel
  2009-01-06 18:31 ` [Buildroot] Buildroot Not Using Saved Config for Linux Ulf Samuelsson
  0 siblings, 2 replies; 8+ messages in thread
From: Quick X @ 2009-01-05 23:11 UTC (permalink / raw)
  To: buildroot


I can't get buildroot to use the "local\MYPROJECT\linux-2.6.24.3.config" file no matter what.  It always uses the "project_build_arm/at91sam9261ek/linux-2.6.24.3/.config" file, or creates a new one if it doesn't exsist.
 
Steps I do to test:
make linux26-menuconfig
make saveconfig
make linux26-menuconfig (EDIT SOMETHING ELSE)
make BOARD=MYPROJECT
 
The (EDIT SOMETHING ELSE) changes are used, not the config that was saved.  Even if I delete the "project_build_arm/at91sam9261ek/linux-2.6.24.3/.config" it just creates a new one, asking questions during the build process, instead of using the one located in the local directory.  Same result if I delete everything and grab a new buildroot with svn, and then copy the "local" directory to it and issue the following:
make menuconfig
make BOARD=MYPROJECT
 
 
I'm using a Kubuntu 8.10 machine.  The "MYPROJECT.config" defines the ".//local/at91sam9261ek/linux-2.6.24.3.config" as the linux config after a "make saveconfig".  AKA: BR2_PACKAGE_LINUX_KCONFIG=".//local/at91sam9261ek/linux-2.6.24.3.config"
 
I'm unsure if this matters but the "BR2_PACKAGE_LINUX_KCONFIG" is usally defined in the middle of the .config file and after a "make saveconfig" it's defined at the very botton of the .config file.  I've tired using: BR2_PACKAGE_LINUX_KCONFIG="./local/at91sam9261ek/linux-2.6.24.3.config" (AKA changing the ".//" to "./") and it doesn't fix the problem.
 
Small thing since it's easy to issue a "cp local\MYPROJECT\linux-2.6.24.3.config project_build_arm\MYPROJECT\linux-2.6.24.3\.config" command before building if I think it's needed, which builds fine.  Am I using the "make saveconfig" & "make BOARD=MYPROJECT" incorrectly?
_________________________________________________________________
Keep in touch and up to date with friends and family. Make the connection now.
http://www.microsoft.com/windows/windowslive/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.busybox.net/pipermail/buildroot/attachments/20090105/6c75c81d/attachment.htm 

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2009-01-07 20:51 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-05 23:11 [Buildroot] Buildroot Not Using Saved Config for Linux Quick X
2009-01-06  1:34 ` [Buildroot] Cups compile problem Daniel
2009-01-06  4:24   ` [Buildroot] _Cups_compile_problem Daniel
2009-01-06 18:31 ` [Buildroot] Buildroot Not Using Saved Config for Linux Ulf Samuelsson
2009-01-06 20:40   ` Quick X
2009-01-06 22:43   ` Quick X
2009-01-07 10:30     ` Ulf Samuelsson
2009-01-07 20:51       ` Quick X

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox