]> code.ossystems Code Review - openembedded-core.git/commit
license.bbclass: Create image license manifest
authorMariano Lopez <mariano.lopez@linux.intel.com>
Fri, 13 Nov 2015 14:29:18 +0000 (14:29 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 1 Dec 2015 21:07:20 +0000 (21:07 +0000)
commita58e8e164b888a6e4747ef62a7a43825c4f47c32
treee141300b8ed9e0b43a35f4acb9aec72bc622e3e8
parentf1a0a86ea2db6f16d9b643636a8973aaeb85e4a6
license.bbclass: Create image license manifest

This change adds the license_deployed_manifest function
that will create the manifest for the packages deployed
next to the image but not installed in rootfs. Some
examples of these recipes would be the bootloaders, or
the kernel.

This new function was added to ROOTFS_POSTPROCESS_COMMAND
so it will run after every rootfs task.

This change also modify the write_license_files because
the image manifest is different from the root manifest.

[YOCTO #6772]

Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/license.bbclass