
Hi Tom,
On Tue, 29 Jul 2014 13:59:56 -0400 Tom Rini trini@ti.com wrote:
On Tue, Jul 29, 2014 at 07:34:17PM +0900, Masahiro Yamada wrote:
This series introduces Kconfig.
Besides Linux Kernel, Kconfig is used in some projects, such as, BusyBox, Buildroot.
But our situation is a little more complicated. For one board, we need to generate 3 images at most: Normal image, SPL and TPL.
Each image needs its own configuration input.
So, I've pushed all of the pre-reqs. I think I could even run the re-generate scripts myself, but, would you mind doing that and posting a to-apply V8 (so drop the do not apply parts of v7)?
I have posted v8.
I used this one posted by Lukasz today as a prerequisite: http://patchwork.ozlabs.org/patch/374526/
Updates in v8:
- Rebase on commit e1b362f44 + Lukasz's patch.
- Fix $(shell find ...) for FreeBSD (Reported by Jeroen)
- Drop 'Do not apply' tool patches. (So, V8 consists of 13 patches.)
- Improve MAKEALL for better log: Show 'Building ${BOARD_NAME} board...' Do not show '# configuration written to .config'
Best Regards Masahiro Yamada