]> code.ossystems Code Review - openembedded-core.git/commit
kernel-fitimage: add initramfs support
authorGeorge McCollister <george.mccollister@gmail.com>
Thu, 26 May 2016 13:55:16 +0000 (08:55 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 10 Aug 2016 09:45:33 +0000 (10:45 +0100)
commitb406a89935f148779569fa3770776e009dd51f13
tree537f250e52a323e6f0787f0e46731cb25dc26d88
parent42d50e8f5f3a98e50a0f50473ebc83dc6347b634
kernel-fitimage: add initramfs support

If INITRAMFS_IMAGE is set, build an additional fitImage containing the
initramfs. Copy the additional fitImage and the source (*.its) file, used
to create it to DEPLOYDIR. The fitImage containing the initramfs must be
built before do_deploy and after do_install to avoid circular dependencies.

UBOOT_RD_LOADADDRESS - Specifies the load address used by u-boot for the
                       initramfs.
UBOOT_RD_ENTRYPOINT  - Specifies the entry point used by u-boot for the
                       initramfs.

Signed-off-by: George McCollister <george.mccollister@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/kernel-fitimage.bbclass