* [PATCH] ref-manual/variables.rst: Correct the default value of FILESPATH
@ 2026-08-13 14:30 Peter Kjellerstedt
2026-08-24 13:44 ` Antonin Godard
0 siblings, 1 reply; 2+ messages in thread
From: Peter Kjellerstedt @ 2026-08-13 14:30 UTC (permalink / raw)
To: docs
It was recently changed to use oe.utils.base_set_filespath() instead of
base_set_filespath().
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
---
documentation/ref-manual/variables.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index fa0dfdfb8..a6d36be52 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -3285,7 +3285,7 @@ system and gives an overview of their function and contents.
:ref:`ref-classes-base` class found in ``meta/classes-global`` in
:term:`OpenEmbedded-Core (OE-Core)`::
- FILESPATH = "${@base_set_filespath(["${FILE_DIRNAME}/${BP}", \
+ FILESPATH = "${@oe.utils.base_set_filespath(["${FILE_DIRNAME}/${BP}", \
"${FILE_DIRNAME}/${BPN}", "${FILE_DIRNAME}/files"], d)}"
The
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ref-manual/variables.rst: Correct the default value of FILESPATH
2026-08-13 14:30 [PATCH] ref-manual/variables.rst: Correct the default value of FILESPATH Peter Kjellerstedt
@ 2026-08-24 13:44 ` Antonin Godard
0 siblings, 0 replies; 2+ messages in thread
From: Antonin Godard @ 2026-08-24 13:44 UTC (permalink / raw)
To: docs, Peter Kjellerstedt; +Cc: Antonin Godard
Applied, thanks!
[1/1] ref-manual/variables.rst: Correct the default value of FILESPATH
commit: 6cd7b745abaf1191f35e492f2aafdb56dfbf2921
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-08-24 13:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-13 14:30 [PATCH] ref-manual/variables.rst: Correct the default value of FILESPATH Peter Kjellerstedt
2026-08-24 13:44 ` Antonin Godard
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.