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
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
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 <
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
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 --
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