Re: [U-Boot] u-boot tools and build system

2015-01-26 Thread Otavio Salvador
On Thu, Jan 22, 2015 at 11:11 AM, Raphael Philipe wrote: > Thank you Wolfgang, > > For the especific case of the env tool, One can build it to run on the > host to produce a environment variables binary file for the target > (This can be used while building some image to be written in a sd > card,

Re: [U-Boot] u-boot tools and build system

2015-01-22 Thread Raphael Philipe
Thank you Wolfgang, For the especific case of the env tool, One can build it to run on the host to produce a environment variables binary file for the target (This can be used while building some image to be written in a sd card, spi flash or the like). For this specific case I'm in doubt on how t

Re: [U-Boot] u-boot tools and build system

2015-01-21 Thread Wolfgang Denk
Dear Raphael Philipe, In message you wrote: > > I'm working on the improvement of the recipes of u-boot in the Poky > reference system of Yocto project. Thanks a lot in advance! > My questions are: > > - what is the build system used in u-boot? It is based on Kbuild in combination with spec

[U-Boot] u-boot tools and build system

2015-01-20 Thread Raphael Philipe
Hi, I'm working on the improvement of the recipes of u-boot in the Poky reference system of Yocto project. To do this, I need to fully understand the build system used in u-boot, mainly the u-boot tools (tools, env ..). My questions are: - what is the build system used in u-boot? - Does this b