[Buildroot] Buildroot Not Using Saved Config for Linux

Ulf Samuelsson ulf.samuelsson at atmel.com
Wed Jan 7 10:30:28 UTC 2009


tis 2009-01-06 klockan 14:43 -0800 skrev Quick X:
> Ahh, I just noticed that this bug was already subitted here a few months ago at:
> http://lists.busybox.net/pipermail/buildroot/2008-November/024028.html

This line is the problem.

target/device/Atmel/Makefile.in:LINUX26_KCONFIG:=
$(BOARD_PATH)/$(BOARD_NAME)-linux-$(LINUX26_VERSION).config

This forces the linux to ALWAYS try the config
with an identical kernel major/minor first
if there is one in the board directory.

Not so useful if you have your own project...
Comment that out, and it will work.

The real solution is elsewhere.
I think that if the make saveconfig needs to be updated
so that BR2_BOARD_PATH is $(LOCAL)/$(PROJECT)
I just committed that.

If you update the svn then it might work.




> He words the problem better than I.  Cheers, NB
> _________________________________________________________________
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot


More information about the buildroot mailing list