Re: [OE-core] [PATCH RFC] kernel.bbclass: symlink initramfs kernel bundle to kernel

2017-01-04 Thread Bruce Ashfield
On 2017-01-04 3:57 PM, California Sullivan wrote: Image creation seems to always grab ${type} (usually bzImage), even if we specifically use INITRAMFS_IMAGE_BUNDLE to create a bundled initramfs/kernel. Work around this by linking ${type}.initramfs to ${type} as a final step when it exists.

[OE-core] [PATCH RFC] kernel.bbclass: symlink initramfs kernel bundle to kernel

2017-01-04 Thread California Sullivan
Image creation seems to always grab ${type} (usually bzImage), even if we specifically use INITRAMFS_IMAGE_BUNDLE to create a bundled initramfs/kernel. Work around this by linking ${type}.initramfs to ${type} as a final step when it exists. Signed-off-by: California Sullivan