also fails stdio: ERROR: Nothing PROVIDES 'fuse3' (but /home/pokybuild/yocto-worker/meta-oe/build/meta-openembedded/meta-oe/recipes-extended/composefs/composefs_1.0.3.bb DEPENDS on or otherwise requires it)
this is because fuse3 is in meta-filesystem and meta-oe does not depend on it. On Fri, Apr 5, 2024 at 6:03 PM Khem Raj <[email protected]> wrote: > > fails with latest musl > > https://errors.yoctoproject.org/Errors/Details/761688/ > > On Fri, Apr 5, 2024 at 9:25 AM Fathi Boudra <[email protected]> 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 <[email protected]> > > --- > > .../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 > > > > > > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#109834): https://lists.openembedded.org/g/openembedded-devel/message/109834 Mute This Topic: https://lists.openembedded.org/mt/105351850/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
