From: Gyorgy Sarvari <skandigraun@gmail.com>
To: timotheus.giuliani@philips.com,
openembedded-devel@lists.openembedded.org
Subject: Re: [oe] [meta-oe][PATCH 1/2] fluentbit: set source directory to enable patch application
Date: Tue, 4 Nov 2025 12:28:05 +0100 [thread overview]
Message-ID: <cc6859b0-e99e-4d68-afbe-7104f55101cd@gmail.com> (raw)
In-Reply-To: <20251104093017.474084-1-timotheus.giuliani@philips.com>
On 11/4/25 10:30, Timotheus Giuliani via lists.openembedded.org wrote:
> The recipe was missing the explicit setting of the source directory
> variable S, which prevented patches from being applied correctly during
> the build process. This commit adds the missing S variable assignment
> to point to the git checkout location at ${WORKDIR}/git, ensuring that
> the do_patch task can locate the source files and apply the configured
> patches successfully.
> Without this setting, the build system would fail to find the source
> tree in the expected location.
>
> Signed-off-by: Timotheus Giuliani <timotheus.giuliani@philips.com>
> ---
> meta-oe/recipes-extended/fluentbit/fluentbit_4.0.1.bb | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/meta-oe/recipes-extended/fluentbit/fluentbit_4.0.1.bb b/meta-oe/recipes-extended/fluentbit/fluentbit_4.0.1.bb
> index 05e4fd937f..4d82abc783 100644
> --- a/meta-oe/recipes-extended/fluentbit/fluentbit_4.0.1.bb
> +++ b/meta-oe/recipes-extended/fluentbit/fluentbit_4.0.1.bb
> @@ -32,6 +32,7 @@ SRC_URI:append:libc-musl = "\
> # prefix tag with "v" to avoid upgrade to random tags like "20220215"
> UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>(\d+(\.\d+)+))"
>
> +S = "${WORKDIR}/git"
In the latest master branch this is not needed - actually it causes a
fatal error. It is set automatically for recipes fetching from git.
>
> PACKAGECONFIG ??= "\
> aws \
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#121293): https://lists.openembedded.org/g/openembedded-devel/message/121293
> Mute This Topic: https://lists.openembedded.org/mt/116115059/6084445
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [skandigraun@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
prev parent reply other threads:[~2025-11-04 11:28 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-04 9:30 [meta-oe][PATCH 1/2] fluentbit: set source directory to enable patch application Timotheus Giuliani
2025-11-04 9:30 ` [meta-oe][PATCH 2/2] fluentbit: add support for in-ebpf plugin Timotheus Giuliani
2025-11-04 11:31 ` [oe] " Gyorgy Sarvari
2025-11-04 16:00 ` Khem Raj
2025-11-04 16:08 ` Khem Raj
2025-11-04 11:28 ` Gyorgy Sarvari [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=cc6859b0-e99e-4d68-afbe-7104f55101cd@gmail.com \
--to=skandigraun@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
--cc=timotheus.giuliani@philips.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.