Re: [OE-core] [PATCH 16/16] init-install.sh: support multiple kernels and don't assume vmlinuz

2018-02-27 Thread Cal Sullivan
I wasn't able to get to this today for my v2. If this makes it in before feature freeze I will open a bug and fix it before m4. Thanks, Cal On 02/27/2018 01:15 PM, Cal Sullivan wrote: On 02/27/2018 01:46 AM, Anuj Mittal wrote: Hi Cal, On 02/27/2018 04:12 AM, California Sullivan wrote:

Re: [OE-core] [PATCH 16/16] init-install.sh: support multiple kernels and don't assume vmlinuz

2018-02-27 Thread Cal Sullivan
On 02/27/2018 01:46 AM, Anuj Mittal wrote: Hi Cal, On 02/27/2018 04:12 AM, California Sullivan wrote: Since kernels will not necessarily be installed as vmlinuz anymore, don't assume that's its name for either the bootloader config or the copy of the kernel. Also, allow installing multiple

Re: [OE-core] [PATCH 16/16] init-install.sh: support multiple kernels and don't assume vmlinuz

2018-02-27 Thread Anuj Mittal
Hi Cal, On 02/27/2018 04:12 AM, California Sullivan wrote: > Since kernels will not necessarily be installed as vmlinuz anymore, > don't assume that's its name for either the bootloader config or the > copy of the kernel. > > Also, allow installing multiple kernels by searching for common kernel

[OE-core] [PATCH 16/16] init-install.sh: support multiple kernels and don't assume vmlinuz

2018-02-26 Thread California Sullivan
Since kernels will not necessarily be installed as vmlinuz anymore, don't assume that's its name for either the bootloader config or the copy of the kernel. Also, allow installing multiple kernels by searching for common kernel names. Signed-off-by: California Sullivan