]> code.ossystems Code Review - openembedded-core.git/commit
kernel.bbclass: add lz4 dependency and fix the call to lz4
authorTimon Ulrich <t.ulrich@anapur.de>
Fri, 3 Jul 2020 12:39:40 +0000 (14:39 +0200)
committerSteve Sakoman <steve@sakoman.com>
Sat, 11 Jul 2020 03:11:12 +0000 (17:11 -1000)
commit589b2d7e902125199377d5f1550597bcb38a1bf6
treece1862d8bb9f95b2a6f45490f0683203610cc3fd
parent11089e06bfb3d0defb52825ffba978d085385569
kernel.bbclass: add lz4 dependency and fix the call to lz4

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 <t.ulrich@anapur.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit c83a7aec59defbbc049d44ba34a7a409ada4fa19)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/classes/kernel.bbclass