On 21 March 2017 at 14:34, <[email protected]> wrote: > > The changes in V3: > 1 Drop one patch which is problematic. > 2 Change a conditional checking line in kernel-initramfs.bb: > From: "if type != 'vmlinux' or d.getVar('KERNEL_IMAGETYPE') == 'vmlinux':" > To: "if type != 'vmlinux' or 'vmlinux' in (d.getVar('KERNEL_IMAGETYPE') or > ""):"
To avoid confusion can you please ensure all the messages, not just the cover letter, get the V3 prefix. Git can do this for you with --subject-prefix. Ross
-- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
