From: Alexandre Belloni <alexandre.belloni@bootlin.com>
To: Richard Purdie <richard.purdie@linuxfoundation.org>
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [OE-core] [PATCH] pseudo: drop syncfs probe patch
Date: Sun, 10 Dec 2023 16:59:21 +0100 [thread overview]
Message-ID: <20231210155921f095cd29@mail.local> (raw)
In-Reply-To: <3d6053b7d1ab449db8882ee92496f32f52706d8b.camel@linuxfoundation.org>
On 10/12/2023 13:19:48+0000, Richard Purdie wrote:
> On Sun, 2023-12-10 at 00:27 +0100, Alexandre Belloni via
> lists.openembedded.org wrote:
> > From: Alexandre Belloni <alexandre.belloni@bootlin.com>
> >
> > The patch is now upstream and SRCREV has already been bumped
> >
> > Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
> > ---
> > .../pseudo/files/syncfs-probe.patch | 44 -------------------
> > meta/recipes-devtools/pseudo/pseudo_git.bb | 1 -
> > 2 files changed, 45 deletions(-)
> > delete mode 100644 meta/recipes-devtools/pseudo/files/syncfs-probe.patch
> >
> > diff --git a/meta/recipes-devtools/pseudo/files/syncfs-probe.patch b/meta/recipes-devtools/pseudo/files/syncfs-probe.patch
> > deleted file mode 100644
> > index 23f01673e3c2..000000000000
> > --- a/meta/recipes-devtools/pseudo/files/syncfs-probe.patch
> > +++ /dev/null
> > @@ -1,44 +0,0 @@
> > -From e38b1fec2eb4a5dcefafdab7f1a240966f3632f1 Mon Sep 17 00:00:00 2001
> > -From: =?UTF-8?q?Eil=C3=ADs=20=27pidge=27=20N=C3=AD=20Fhlannag=C3=A1in?=
> > - <pidge@baylibre.com>
> > -Date: Wed, 6 Dec 2023 13:00:29 +0000
> > -Subject: [PATCH] subports: Add _GNU_SOURCE
> > -MIME-Version: 1.0
> > -Content-Type: text/plain; charset=UTF-8
> > -Content-Transfer-Encoding: 8bit
> > -
> > -[YOCTO #15074]
> > -
> > -The syncfs probe in ports/unix/subports was failing if the compiler does not
> > -support implicit function declarations. syncfs is protected and requires
> > -_GNU_SOURCE, so the answer here is to pull it in.
> > -
> > -Signed-off-by: Eil�s 'pidge' N� Fhlannag�in <pidge@baylibre.com>
> > -
> > ----
> > -Upstream-Status: Pending
> > -
> > - ports/unix/subports | 2 ++
> > - 1 file changed, 2 insertions(+)
> > -
> > -diff --git a/ports/unix/subports b/ports/unix/subports
> > -index e41b036..bd5a2f6 100755
> > ---- a/ports/unix/subports
> > -+++ b/ports/unix/subports
> > -@@ -1,11 +1,13 @@
> > - #!/bin/sh
> > - cat > dummy.c <<EOF
> > -+#define _GNU_SOURCE
> > - #include <unistd.h>
> > - int main(void) {
> > - syncfs(0);
> > - return 0;
> > - }
> > - EOF
> > -+
> > - if ${CC} -o dummy dummy.c > /dev/null 2>&1; then
> > - echo "unix/syncfs"
> > - fi
> > ---
> > -2.34.1
> > -
> > diff --git a/meta/recipes-devtools/pseudo/pseudo_git.bb b/meta/recipes-devtools/pseudo/pseudo_git.bb
> > index 31b2d5fad20d..699cab11c668 100644
> > --- a/meta/recipes-devtools/pseudo/pseudo_git.bb
> > +++ b/meta/recipes-devtools/pseudo/pseudo_git.bb
> > @@ -2,7 +2,6 @@ require pseudo.inc
> >
> > SRC_URI = "git://git.yoctoproject.org/pseudo;branch=master;protocol=https \
> > file://0001-configure-Prune-PIE-flags.patch \
> > - file://syncfs-probe.patch \
> > file://glibc238.patch \
> > file://fallback-passwd \
> > file://fallback-group \
>
> I think this issue is only in your branch?
>
Yes, because I was still carrying the other patch, I realized after
sending
> Cheers,
>
> Richard
>
--
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
prev parent reply other threads:[~2023-12-10 15:59 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-09 23:27 [PATCH] pseudo: drop syncfs probe patch alexandre.belloni
2023-12-10 13:19 ` [OE-core] " Richard Purdie
2023-12-10 15:59 ` Alexandre Belloni [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=20231210155921f095cd29@mail.local \
--to=alexandre.belloni@bootlin.com \
--cc=openembedded-core@lists.openembedded.org \
--cc=richard.purdie@linuxfoundation.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