Message ID | 20250701124143.1756426-1-bo@mboxify.com |
---|---|
State | Accepted |
Headers | show |
Series | [1/2] bsp-guide: fix README link for meta-intel layer | expand |
On Tue, 01 Jul 2025 20:41:42 +0800, Bo Sun wrote: > Update the meta-intel BSP layer reference to point to README.md > instead of README, reflecting the actual file name in the repository. > > Applied, thanks! [1/2] bsp-guide: fix README link for meta-intel layer commit: 32eb132ad69a0722e0075404f809bfe9df06adee [2/2] bsp-guide: fix branch listing command commit: 46aa3bb398c50af0f29acd2c1a05ee232d0de5b9 Best regards,
diff --git a/documentation/bsp-guide/bsp.rst b/documentation/bsp-guide/bsp.rst index 09246b4ae..3882172e2 100644 --- a/documentation/bsp-guide/bsp.rst +++ b/documentation/bsp-guide/bsp.rst @@ -172,7 +172,7 @@ section. #. *Optionally Clone the meta-intel BSP Layer:* If your hardware is based on current Intel CPUs and devices, you can leverage this BSP layer. For details on the ``meta-intel`` BSP layer, see the layer's - :yocto_git:`README </meta-intel/tree/README>` file. + :yocto_git:`README </meta-intel/tree/README.md>` file. #. *Navigate to Your Source Directory:* Typically, you set up the ``meta-intel`` Git repository inside the :term:`Source Directory` (e.g.
Update the meta-intel BSP layer reference to point to README.md instead of README, reflecting the actual file name in the repository. Signed-off-by: Bo Sun <bo@mboxify.com> --- documentation/bsp-guide/bsp.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)