]> code.ossystems Code Review - openembedded-core.git/commit
kernel.bbclass: introduce INITRAMFS_IMAGE_NAME
authorMing Liu <peter.x.liu@external.atlascopco.com>
Thu, 30 Mar 2017 07:59:58 +0000 (09:59 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 31 Mar 2017 11:29:03 +0000 (12:29 +0100)
commite788fb2b894852f71b1c545abde71b45b9f230dc
tree6fd69b6f69b089161e4f2a772ff434bd80a2141b
parent474ef7c95722aa68ee5dfbae2920d7c3d436d717
kernel.bbclass: introduce INITRAMFS_IMAGE_NAME

It defaults to ${INITRAMFS_IMAGE}-${MACHINE} if INITRAMFS_IMAGE is not
empty.

This allows the end users to be able to override the initramfs image
name with a customized value.

Signed-off-by: Ming Liu <peter.x.liu@external.atlascopco.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/kernel-fitimage.bbclass
meta/classes/kernel.bbclass