| Message ID | 20251224-remove-poky-references-v1-10-658a5f4dbde2@bootlin.com |
|---|---|
| State | Superseded |
| Headers | show |
| Series | Remove obsolete poky repo references | expand |
Hi Antonin, On 12/24/25 5:31 PM, Antonin Godard via lists.yoctoproject.org wrote: > Remove the single poky repository reference in this document, after the > poky repository was obsoleted. > > Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> > --- > documentation/dev-manual/external-toolchain.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/documentation/dev-manual/external-toolchain.rst b/documentation/dev-manual/external-toolchain.rst > index 238f8cf467..29459ea120 100644 > --- a/documentation/dev-manual/external-toolchain.rst > +++ b/documentation/dev-manual/external-toolchain.rst > @@ -21,7 +21,7 @@ follows: > The toolchain configuration is very flexible and customizable. It > is primarily controlled with the :term:`TCMODE` variable. This variable > controls which ``tcmode-*.inc`` file to include from the > -``meta/conf/distro/include`` directory within the :term:`Source Directory`. > +``meta/conf/distro/include`` directory within :term:`OpenEmbedded-Core (OE-Core)`. Only one tcmode-*.inc in that path. Odd. Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de> Thanks! Quentin
diff --git a/documentation/dev-manual/external-toolchain.rst b/documentation/dev-manual/external-toolchain.rst index 238f8cf467..29459ea120 100644 --- a/documentation/dev-manual/external-toolchain.rst +++ b/documentation/dev-manual/external-toolchain.rst @@ -21,7 +21,7 @@ follows: The toolchain configuration is very flexible and customizable. It is primarily controlled with the :term:`TCMODE` variable. This variable controls which ``tcmode-*.inc`` file to include from the -``meta/conf/distro/include`` directory within the :term:`Source Directory`. +``meta/conf/distro/include`` directory within :term:`OpenEmbedded-Core (OE-Core)`. The default value of :term:`TCMODE` is "default", which tells the OpenEmbedded build system to use its internally built toolchain (i.e.
Remove the single poky repository reference in this document, after the poky repository was obsoleted. Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> --- documentation/dev-manual/external-toolchain.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)