From dcf5738790e748439f59b3d8e887cde32e2cd55c Mon Sep 17 00:00:00 2001 From: Katrina Prosise Date: Wed, 27 Nov 2024 08:46:15 -0500 Subject: [PATCH] Fix broken ref to board machine names page Added space, link is now in the generated HTML as intended. QA: checked rendered output and link. Ran linkcheck. No reason to run linter. This commit addresses FS-2843, re: fix see:ref:ref-linux-supported Signed-off-by: Katrina Prosise --- source/user-guide/lmp-customization/linux-building.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/user-guide/lmp-customization/linux-building.rst b/source/user-guide/lmp-customization/linux-building.rst index 5929ce66..56843aba 100644 --- a/source/user-guide/lmp-customization/linux-building.rst +++ b/source/user-guide/lmp-customization/linux-building.rst @@ -81,7 +81,7 @@ Setup Work Environment Next, set up your work environment for building the source. The supported ``MACHINE`` target used by this guide is ``qemuarm64-secureboot``. -For information on other hardware platforms, see:ref:`ref-linux-supported`. +For information on other hardware platforms, see :ref:`ref-linux-supported`. The default distribution variable, ``DISTRO``, is automatically set to ``lmp``. This distro is provided by the `meta-lmp-base` layer (see :ref:`ref-linux-layers` for more details).