From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: From: Roland Hieber Date: Fri, 4 Sep 2020 17:54:07 +0200 Message-Id: <20200904155407.8599-3-rhi@pengutronix.de> In-Reply-To: <20200904155407.8599-1-rhi@pengutronix.de> References: <20200904125234.rdht7b7uj7h2cdwv@pengutronix.de> <20200904155407.8599-1-rhi@pengutronix.de> MIME-Version: 1.0 Subject: [DistroKit] [PATCH 3/3] doc: hardware: add toctrees for mips and x86_64 List-Id: DistroKit Mailinglist List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: distrokit-bounces@pengutronix.de Sender: "DistroKit" To: distrokit@pengutronix.de Cc: Roland Hieber sphinx complained about them: checking consistency... .../distrokit/platform-x86_64/state/docs/hardware_mips_qemu.rst: WARNING: document isn't included in any toctree .../distrokit/platform-x86_64/state/docs/hardware_x86_64_qemu.rst: WARNING: document isn't included in any toctree done Signed-off-by: Roland Hieber --- doc/hardware.rst | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/doc/hardware.rst b/doc/hardware.rst index 52756f9391ad..f09f3af5a14c 100644 --- a/doc/hardware.rst +++ b/doc/hardware.rst @@ -136,3 +136,33 @@ the Broadcom BCM2835 SoC (ARMv6): :maxdepth: 1 hardware_rpi_raspi1 + + +mips Platform +------------- + ++-------------------------+------------------------------------------+ +| platformconfig: | ``configs/platform-mips/platformconfig`` | ++-------------------------+------------------------------------------+ +| Toolchain architecture: | ``mips-softfloat-linux-gnu`` | ++-------------------------+------------------------------------------+ + +.. toctree:: + :maxdepth: 1 + + hardware_x86_64_qemu + + +x86_64 Platform +--------------- + ++-------------------------+--------------------------------------------+ +| platformconfig: | ``configs/platform-x86_64/platformconfig`` | ++-------------------------+--------------------------------------------+ +| Toolchain architecture: | ``x86_64-unknown-linux-gnu`` | ++-------------------------+--------------------------------------------+ + +.. toctree:: + :maxdepth: 1 + + hardware_mips_qemu -- 2.28.0 _______________________________________________ DistroKit mailing list DistroKit@pengutronix.de