Re: [OE-core] [PATCH v2] kernel.bbclass: add lz4 dependency and fix the call to lz4

2020-07-03 Thread Richard Purdie
On Fri, 2020-07-03 at 15:10 +0200, Jacob Kroon wrote: > On 7/3/20 2:46 PM, Jacob Kroon wrote: > > On 7/3/20 2:39 PM, T. Ulrich wrote: > > > From: Timon Ulrich > > > > > > If the initramfs image is type lz4, then a native lz4 is needed. > > > > > > Additionally an output filename needs to be

Re: [OE-core] [PATCH v2] kernel.bbclass: add lz4 dependency and fix the call to lz4

2020-07-03 Thread Jacob Kroon
On 7/3/20 2:46 PM, Jacob Kroon wrote: On 7/3/20 2:39 PM, T. Ulrich wrote: From: Timon Ulrich If the initramfs image is type lz4, then a native lz4 is needed. Additionally an output filename needs to be specified when calling lz4, otherwise STDOUT will be used implicitly. Signed-off-by:

Re: [OE-core] [PATCH v2] kernel.bbclass: add lz4 dependency and fix the call to lz4

2020-07-03 Thread Jacob Kroon
On 7/3/20 2:39 PM, T. Ulrich wrote: From: Timon Ulrich If the initramfs image is type lz4, then a native lz4 is needed. Additionally an output filename needs to be specified when calling lz4, otherwise STDOUT will be used implicitly. Signed-off-by: Timon Ulrich ---

[OE-core] [PATCH v2] kernel.bbclass: add lz4 dependency and fix the call to lz4

2020-07-03 Thread T. Ulrich
From: Timon Ulrich If the initramfs image is type lz4, then a native lz4 is needed. Additionally an output filename needs to be specified when calling lz4, otherwise STDOUT will be used implicitly. Signed-off-by: Timon Ulrich --- meta/classes/kernel.bbclass | 3 ++- 1 file changed, 2