Re: [OE-core] [warrior][PATCH] kernel-uboot: compress arm64 kernels

2019-09-25 Thread Bonnans, Laurent
On 9/25/19 2:23 AM, akuster808 wrote: > On 9/24/19 12:23 AM, Bedel, Alban wrote: >> On Tue, 2019-09-03 at 09:41 +, Bedel, Alban wrote: >>> On Wed, 2019-07-31 at 13:53 +, Bedel, Alban wrote: AArch64 images are not self-decompressing, thus usually much larger. Boot times can b

[OE-core] [PATCH] openssl: fix valgrind errors on v1.1.1c

2019-07-19 Thread Bonnans, Laurent
Running valgrind against code using Openssl v1.1.1c reports a large number of uninitialized memory errors. This fix from upstream solves this problem. Signed-off-by: Laurent Bonnans --- .../0001-Fix-broken-change-from-b3d113e.patch | 35 +++ .../openssl/openssl_1.1.1c.bb

[OE-core] [PATCH] kernel-uboot: compress arm64 kernels

2019-06-13 Thread Bonnans, Laurent
AArch64 images are not self-decompressing, thus usually much larger. Boot times can be reduced by compressing them in FIT and uImages. Signed-off-by: Laurent Bonnans --- meta/classes/kernel-uboot.bbclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/classes/kernel-