From: Nitin A Kamble <[email protected]> This pull request provides the base recipe for the Image Configurator tool, which provides ability to configure the BSP images for a particular hardware at boot time.
The recipe needs machine configuration files, which are to be provided in the individual BSP layers. The meta-intel layer will be using this recipe to support multiple machines with common BSPs. There is nothing architecture specific here, and it can also be used by any other layer to consolidate multiple BSPs. Thanks, Nitin The following changes since commit 669c07d6022174d01fe5a95b7b0faa9ef86da1e2: bitbake: build/data: Write out more complete python run files (2014-08-28 15:12:45 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib nitin/misc http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=nitin/misc Nitin A Kamble (1): imageconfigurator: a new recipe for boottime image configuration .../imageconfigurator/imageconfigurator_git.bb | 50 ++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 meta/recipes-bsp/imageconfigurator/imageconfigurator_git.bb -- 1.8.1.4 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
