]> code.ossystems Code Review - openembedded-core.git/commit
initramfs-framework: split setup-live and install-efi into separate recipes
authorCalifornia Sullivan <california.l.sullivan@intel.com>
Sat, 2 Sep 2017 00:04:58 +0000 (17:04 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 11 Sep 2017 16:30:09 +0000 (17:30 +0100)
commite4cc1a22dd4fc9b3b12808c86213eb613f1ecb51
treeec4d9791a41c111571637e706dfe752e2a8d09e0
parent43b1475afcbfe5aaa741e40d6a81f52763010822
initramfs-framework: split setup-live and install-efi into separate recipes

Having these the initramfs-framework recipe forced initramfs-framework
users to build several tools they didn't need, and made it more
difficult to declare the recipe as allarch.

Fixes [YOCTO #12024].

Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-core/initrdscripts/initramfs-framework_1.0.bb
meta/recipes-core/initrdscripts/initramfs-module-install-efi_1.0.bb [new file with mode: 0644]
meta/recipes-core/initrdscripts/initramfs-module-setup-live_1.0.bb [new file with mode: 0644]