Hi Khem,

On Sat, 6 Apr 2024 at 03:04, Khem Raj <raj.k...@gmail.com> wrote:
>
> fails with latest musl
>
> https://errors.yoctoproject.org/Errors/Details/761688/

I tried to reproduce:

local.conf:
MACHINE = "qemuarm64"
TCLIBC = "musl"
TOOLCHAIN = "clang"

$ bitbake -e musl |grep "^PV="
PV="1.2.4+git"

Build Configuration:
BB_VERSION           = "2.7.3"
BUILD_SYS            = "x86_64-linux"
NATIVELSBSTRING      = "debian"
TARGET_SYS           = "aarch64-oe-linux-musl"
MACHINE              = "qemuarm64"
DISTRO               = "nodistro"
DISTRO_VERSION       = "nodistro.0"
TUNE_FEATURES        = "aarch64 crc cortexa57"
TARGET_FPU           = ""
meta                 = "master:486ed69939f1b7572f121960c2dde246032686e7"
meta-clang           = "master:13dcab852c5bcd51fd75ae84ace9eddd99254653"
meta-filesystems
meta-networking
meta-oe
meta-python          = "master:5a02b76b82d1f48986212c33dddf7986385c79ef"

I couldn't reproduce the build failure. What am I missing?

> On Fri, Apr 5, 2024 at 9:25 AM Fathi Boudra <fathi.bou...@linaro.org> wrote:
> >
> > Tools to handle creating and mounting composefs images
> >
> > Flexible mechanism to support read-only mountable filesystem trees,
> > stacking on top of Linux filesystem.
> >
> > It will allow to enable filesystem integrity by leveraging the stack:
> > ostree -> composefs -> fs-verity
> >
> > For reference:
> > https://github.com/containers/composefs?tab=readme-ov-file#filesystem-integrity
> > https://ostreedev.github.io/ostree/composefs/#using-composefs-with-ostree
> >
> > Signed-off-by: Fathi Boudra <fathi.bou...@linaro.org>
> > ---
> >  .../composefs/composefs_1.0.3.bb              | 20 +++++++++++++++++++
> >  1 file changed, 20 insertions(+)
> >  create mode 100644 meta-oe/recipes-extended/composefs/composefs_1.0.3.bb
> >
> > diff --git a/meta-oe/recipes-extended/composefs/composefs_1.0.3.bb 
> > b/meta-oe/recipes-extended/composefs/composefs_1.0.3.bb
> > new file mode 100644
> > index 0000000000..ddc67d9b57
> > --- /dev/null
> > +++ b/meta-oe/recipes-extended/composefs/composefs_1.0.3.bb
> > @@ -0,0 +1,20 @@
> > +SUMMARY = "Tools to handle creating and mounting composefs images"
> > +HOMEPAGE = "https://github.com/containers/composefs";
> > +LICENSE = "GPL-3.0-or-later & LGPL-2.0-or-later & Apache-2.0"
> > +LIC_FILES_CHKSUM = "\
> > +    file://BSD-2-Clause.txt;md5=121c8a0a8fa5961a26b7863034ebcce8 \
> > +    file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
> > +    file://COPYING.LESSERv3;md5=6a6a8e020838b23406c81b19c1d46df6 \
> > +    file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \
> > +    file://COPYINGv3;md5=d32239bcb673463ab874e80d47fae504 \
> > +    file://LICENSE.Apache-2.0;md5=3b83ef96387f14655fc854ddc3c6bd57 \
> > +"
> > +DEPENDS = "fuse3 openssl"
> > +SRCREV = "2d5cdcb9176cfe4ccf1761ef6d78e1c48de35649"
> > +PV = "1.0.3"
> > +
> > +SRC_URI = 
> > "git://github.com/containers/composefs.git;protocol=https;branch=main"
> > +
> > +S = "${WORKDIR}/git"
> > +
> > +inherit autotools pkgconfig
> > --
> > 2.43.0
> >
> >
> > 
> >

Cheers,
-- 
Fathi Boudra
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#109864): 
https://lists.openembedded.org/g/openembedded-devel/message/109864
Mute This Topic: https://lists.openembedded.org/mt/105351850/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to