openembedded-devel.lists.openembedded.org archive mirror
 help / color / mirror / Atom feed
From: Jose Quaresma <quaresma.jose@gmail.com>
To: openembedded-devel@lists.openembedded.org
Cc: Jose Quaresma <jose.quaresma@foundries.io>
Subject: [oe][master][scarthgap][PATCH 5/5] composefs: add native target support
Date: Thu,  9 May 2024 10:31:26 +0100	[thread overview]
Message-ID: <20240509093126.503764-5-jose.quaresma@foundries.io> (raw)
In-Reply-To: <20240509093126.503764-1-jose.quaresma@foundries.io>

The next version of ostree v2024.6 will be available soon
and optional will require composefs-native.

Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
---
 meta-oe/recipes-support/composefs/composefs_1.0.3.bb | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/meta-oe/recipes-support/composefs/composefs_1.0.3.bb b/meta-oe/recipes-support/composefs/composefs_1.0.3.bb
index 5d4fa9c31..38fc8d267 100644
--- a/meta-oe/recipes-support/composefs/composefs_1.0.3.bb
+++ b/meta-oe/recipes-support/composefs/composefs_1.0.3.bb
@@ -27,3 +27,7 @@ EXTRA_OECONF += " \
     --disable-man \
     --without-fuse \
 "
+
+LDFLAGS:append:class-native = " -pthread"
+
+BBCLASSEXTEND = "native"
-- 
2.45.0



      parent reply	other threads:[~2024-05-09  9:31 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-09  9:31 [oe][master][scarthgap][PATCH 1/5] composefs: remove fuse3 dependencie Jose Quaresma
2024-05-09  9:31 ` [oe][master][scarthgap][PATCH 2/5] composefs: move from meta-filesystems to meta-oe layer Jose Quaresma
2024-05-09  9:31 ` [oe][master][scarthgap][PATCH 3/5] composefs: refactor Jose Quaresma
2024-05-09  9:31 ` [oe][master][scarthgap][PATCH 4/5] composefs: bump ecef20c1 Jose Quaresma
2024-05-09  9:31 ` Jose Quaresma [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240509093126.503764-5-jose.quaresma@foundries.io \
    --to=quaresma.jose@gmail.com \
    --cc=jose.quaresma@foundries.io \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).