All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH 1/2] fluentbit: set source directory to enable patch application
@ 2025-11-04  9:30 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:28 ` [oe] [meta-oe][PATCH 1/2] fluentbit: set source directory to enable patch application Gyorgy Sarvari
  0 siblings, 2 replies; 6+ messages in thread
From: Timotheus Giuliani @ 2025-11-04  9:30 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Timotheus Giuliani

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"
 
 PACKAGECONFIG ??= "\
     aws \


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2025-11-04 16:09 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [oe] [meta-oe][PATCH 1/2] fluentbit: set source directory to enable patch application Gyorgy Sarvari

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.