summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorBo Sun <bo@mboxify.com>2025-07-01 20:41:42 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-07-04 22:48:21 +0100
commitd028bde7502d96ec86a25d0926777af6112a5267 (patch)
tree6865e3ac8efcfa838fa8fc83ad31a7c79e549168 /documentation
parent540f09ad9124ef9702c77a7dba73586cda9468a5 (diff)
downloadpoky-d028bde7502d96ec86a25d0926777af6112a5267.tar.gz
bsp-guide: fix README link for meta-intel layer
Update the meta-intel BSP layer reference to point to README.md instead of README, reflecting the actual file name in the repository. (From yocto-docs rev: 32eb132ad69a0722e0075404f809bfe9df06adee) Signed-off-by: Bo Sun <bo@mboxify.com> Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/bsp-guide/bsp.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/bsp-guide/bsp.rst b/documentation/bsp-guide/bsp.rst
index 09246b4ae4..3882172e2e 100644
--- a/documentation/bsp-guide/bsp.rst
+++ b/documentation/bsp-guide/bsp.rst
@@ -172,7 +172,7 @@ section.
172#. *Optionally Clone the meta-intel BSP Layer:* If your hardware is 172#. *Optionally Clone the meta-intel BSP Layer:* If your hardware is
173 based on current Intel CPUs and devices, you can leverage this BSP 173 based on current Intel CPUs and devices, you can leverage this BSP
174 layer. For details on the ``meta-intel`` BSP layer, see the layer's 174 layer. For details on the ``meta-intel`` BSP layer, see the layer's
175 :yocto_git:`README </meta-intel/tree/README>` file. 175 :yocto_git:`README </meta-intel/tree/README.md>` file.
176 176
177 #. *Navigate to Your Source Directory:* Typically, you set up the 177 #. *Navigate to Your Source Directory:* Typically, you set up the
178 ``meta-intel`` Git repository inside the :term:`Source Directory` (e.g. 178 ``meta-intel`` Git repository inside the :term:`Source Directory` (e.g.