I'm pretty sure I'm catching all the Kconfig upper-level stuff but you can check me.
ron
On Thu, Oct 1, 2009 at 10:59 AM, ron minnich rminnich@gmail.com wrote:
I'm pretty sure I'm catching all the Kconfig upper-level stuff but you can check me.
If you remove this section in src/config/Options.lb: ############################################### # Options for motorola/sandpoint ############################################### ...
Acked-by: Myles Watson mylesgw@gmail.com
Thanks, Myles
Committed revision 4708.
Just one left. The embeddedplanet. I think we can leave the arch/ppc stuff in there, because it shows people how we can do heterogeneity if we ever want to.
ron
Get rid of the motorola PPC boards. They are long dead and they clutter up the automatic build process with errors. Nobody cares about these.
Just for the record -- I will violently NACK any patches which remove boards for the sole reason of "long dead", "old board", "vendor died", or similar reasons.
This is pretty much the only exception as it's a PowerPC board and we should indeed drop those, u-boot and others are way better suited for this stuff.
But for pretty much all other boards, please do not attempt to remove them. Thanks!
Signed-off-by: Ronald G. Minnich rminnich@gmail.com
Acked-by: Uwe Hermann uwe@hermann-uwe.de
Don't forget to also remove target/motorola/* and target/totalimpact*.
Uwe.
On Thu, Oct 1, 2009 at 11:20 AM, Uwe Hermann uwe@hermann-uwe.de wrote:
Just for the record -- I will violently NACK any patches which remove boards for the sole reason of "long dead", "old board", "vendor died", or similar reasons.
ok. That said, if there is a board that might hold up progress because it is very odd in some way, then it is a candiidate for removal.
I mainly started on the PPC because we have not had a maintainer in years, and we have not had a tester in over 5 years. And I keep getting warnings that they don't build.
This is pretty much the only exception as it's a PowerPC board and we should indeed drop those, u-boot and others are way better suited for this stuff.
yes.
ron