summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorPaul Eggleton <bluelightning@bluelightning.org>2024-04-14 13:43:13 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-04-16 07:55:42 +0100
commitbb4f3bc1fc6f9f057c5a0ab4d6664b92df0cefb0 (patch)
treed0d937d4e2c1d9ed6e21063b1d5b5ea61a75ea70 /documentation/ref-manual
parent7d41877ce9f17fe3f5f1827fad7589338d9f295b (diff)
downloadpoky-bb4f3bc1fc6f9f057c5a0ab4d6664b92df0cefb0.tar.gz
ref-manual: variables: add TARGET_DBGSRC_DIR
New variable in 5.0. (From yocto-docs rev: 047780931ec8156d77ec10f3f051bd98b83714f8) Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r--documentation/ref-manual/variables.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 1eab5c82eb..9cdcc1b61b 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -8813,6 +8813,10 @@ system and gives an overview of their function and contents.
8813 value so that executables built using the SDK also have the flags 8813 value so that executables built using the SDK also have the flags
8814 applied. 8814 applied.
8815 8815
8816 :term:`TARGET_DBGSRC_DIR`
8817 Specifies the target path to debug source files. The default is
8818 ``/usr/src/debug/${PN}/${PV}``.
8819
8816 :term:`TARGET_FPU` 8820 :term:`TARGET_FPU`
8817 Specifies the method for handling FPU code. For FPU-less targets, 8821 Specifies the method for handling FPU code. For FPU-less targets,
8818 which include most ARM CPUs, the variable must be set to "soft". If 8822 which include most ARM CPUs, the variable must be set to "soft". If