From: Mariano Lopez <[email protected]> When building the rootfs the rootfs is created but the recipes that deployed files in the image doesn't show up. Usually these recipes include the bootloaders and the kernel.
With these patches a new manifest will be created that includes the deployed recipes that were in the deployed. The format of the manifest is different because the recipes doesn't install packages, instead the recipes deploy files into the image [YOCTO #6772] Changes in v3: - Create recipinfo file in every license folder to have the required information for the manifest file without using PKGDATA The following changes since commit 1b25a70991589ed1f123015c16ee4806c46e3199: yocto-project-qs, ref-manual, poky.ent: CentOS Package updates (2015-11-18 16:42:22 +0000) are available in the git repository at: git://git.yoctoproject.org/poky-contrib mariano/bug6772v3 http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=mariano/bug6772v3 Mariano Lopez (6): license.bbclass: Write recipeinfo file in license folder license.bbclass: Split license create manifest license.bbclass: Added get_boot_dependencies function license.bbclass: Added function get_deployed_dependencies license.bbclass: Add function get_deployed_files license.bbclass: Create image license manifest meta/classes/license.bbclass | 207 +++++++++++++++++++++++++++++++++++++------ 1 file changed, 182 insertions(+), 25 deletions(-) -- 1.8.4.5 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
