Re: [OE-core] [morty][PATCH] kernel.bbclass: fix KERNEL_IMAGETYPE(S) for Image.gz

2017-09-28 Thread akuster808
Nicolas, On 09/27/2017 12:20 PM, Nicolas Dechesne wrote: > On Wed, Sep 13, 2017 at 12:38 PM, Nicolas Dechesne > wrote: >> KERNEL_IMAGETYPES lists all the kernel images that we want to build. in >> cb17b6c2a7 (kernel.bbclass: support kernel image type of vmlinux.gz), some >> logic >> was added t

Re: [OE-core] [morty][PATCH] kernel.bbclass: fix KERNEL_IMAGETYPE(S) for Image.gz

2017-09-27 Thread Nicolas Dechesne
On Wed, Sep 13, 2017 at 12:38 PM, Nicolas Dechesne wrote: > > KERNEL_IMAGETYPES lists all the kernel images that we want to build. in > cb17b6c2a7 (kernel.bbclass: support kernel image type of vmlinux.gz), some > logic > was added to support vmlinux.gz which is not a target built by kernel > make

[OE-core] [morty][PATCH] kernel.bbclass: fix KERNEL_IMAGETYPE(S) for Image.gz

2017-09-13 Thread Nicolas Dechesne
KERNEL_IMAGETYPES lists all the kernel images that we want to build. in cb17b6c2a7 (kernel.bbclass: support kernel image type of vmlinux.gz), some logic was added to support vmlinux.gz which is not a target built by kernel makefiles (only vmlinux). It is clear that the goal of this logic is only to