[OE-core][PATCH 1/1] kernel.bbclass: fix do_sizecheck() comparison

2021-06-12 Thread Andrea Adami
The routine do_sizecheck() was historically needed by legacy devices with limited flash memory. The lowest extreme is probably with Zaurus collie having exactly 1024*1024 = 1048576 bytes for the kernel partition. In the years the KERNEL_IMAGE_MAXSIZE has been converted to kilobytes thus rounded so

[OE-core] [PATCH] musl: Set UPSTREAM_CHECK_COMMITS

2021-06-12 Thread Khem Raj
Signed-off-by: Khem Raj --- meta/recipes-core/musl/musl_git.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-core/musl/musl_git.bb b/meta/recipes-core/musl/musl_git.bb index 6569d1b37b..bd9d5f1d4b 100644 --- a/meta/recipes-core/musl/musl_git.bb +++ b/meta/recipes-core/musl/m

Re: [OE-core] [PATCH 1/2] gcompat: Add recipe

2021-06-12 Thread Khem Raj
On 6/12/21 1:23 PM, Alexander Kanavin wrote: Please ensure that PV is set so that upstream version check works (I'm not sure if it does, looking at it): devtool check-upgrade-status gcompat its working fine, PV is set ( just below SRC_URI), Alex On Sat, 12 Jun 2021 at 21:43, Khem Raj <

Re: [OE-core] [PATCH 1/2] gcompat: Add recipe

2021-06-12 Thread Alexander Kanavin
Please ensure that PV is set so that upstream version check works (I'm not sure if it does, looking at it): devtool check-upgrade-status gcompat Alex On Sat, 12 Jun 2021 at 21:43, Khem Raj wrote: > This is a compat library which helps running pre-compiled binaries which > were > compiled for

[OE-core] [PATCH 2/2] musl: Do not package glibc loader

2021-06-12 Thread Khem Raj
This was a ad-hoc solution which did not really work in all cases, now gcompat is provided to deal with glibc based prebuilts, therefore there is no need to provide this package Signed-off-by: Khem Raj --- meta/recipes-core/musl/gcompat_git.bb | 2 ++ meta/recipes-core/musl/musl_git.bb| 4 --

[OE-core] [PATCH 1/2] gcompat: Add recipe

2021-06-12 Thread Khem Raj
This is a compat library which helps running pre-compiled binaries which were compiled for glibc but needs to run on musl systems, this is quite common case where pre-existing binaries are supplied and can not be recompiled immediately Signed-off-by: Khem Raj Cc: Andrea Adami --- meta/conf/dist