[Buildroot] [Bug 5948] AT91 Bootstrap3 defconfig name change not detected (by make process)

bugzilla at busybox.net bugzilla at busybox.net
Sun Feb 17 02:52:06 UTC 2013


https://bugs.busybox.net/show_bug.cgi?id=5948

Thomas Petazzoni <thomas.petazzoni at free-electrons.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX

--- Comment #1 from Thomas Petazzoni <thomas.petazzoni at free-electrons.com> 2013-02-17 02:52:27 UTC ---
This is expected. When you make a change to your configuration, Buildroot does
not try to guess what needs to be rebuilt, because it's very complicated to
achieve in a safe and reliable manner. So we simply decide not to do it, and
leave it to the user to know what parts of Buildroot need to be cleaned after
making a configuration change.

In your case, you can do:

 make at91bootstrap3-reconfigure

to restart the build process of AT91Bootstrap3 from its configuration step.

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the buildroot mailing list