* [DistroKit] [PATCH 0/2] doc: Minor fixes
@ 2021-05-10 11:21 Alexander Dahl
2021-05-10 11:21 ` [DistroKit] [PATCH 1/2] doc: hardware: v7a: raspi3: Add missing closing bracket Alexander Dahl
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Alexander Dahl @ 2021-05-10 11:21 UTC (permalink / raw)
To: distrokit
Hei hei,
just two small things I found when writing docs for a BSP based on
DistroKit …
Greets
Alex
Alexander Dahl (2):
doc: hardware: v7a: raspi3: Add missing closing bracket
doc: hardware: Fix swapped references in toctrees
doc/hardware.rst | 4 ++--
doc/hardware_v7a_raspi3.rst | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
base-commit: 18eaac17bf76f5b1cba0ee5ca42137b23047f476
--
2.29.2
_______________________________________________
DistroKit mailing list
DistroKit@pengutronix.de
^ permalink raw reply [flat|nested] 4+ messages in thread
* [DistroKit] [PATCH 1/2] doc: hardware: v7a: raspi3: Add missing closing bracket
2021-05-10 11:21 [DistroKit] [PATCH 0/2] doc: Minor fixes Alexander Dahl
@ 2021-05-10 11:21 ` Alexander Dahl
2021-05-10 11:21 ` [DistroKit] [PATCH 2/2] doc: hardware: Fix swapped references in toctrees Alexander Dahl
2021-05-10 11:27 ` [DistroKit] [PATCH 0/2] doc: Minor fixes Robert Schwebel
2 siblings, 0 replies; 4+ messages in thread
From: Alexander Dahl @ 2021-05-10 11:21 UTC (permalink / raw)
To: distrokit
Fixes the following doc build error:
reading sources... [100%] welcome
/mnt/data/adahl/src/DistroKit/platform-v7a/state/docs/hardware_v7a_raspi3.rst:23: WARNING: Unknown target name: "usbboot <https://github.com/raspberrypi/usbboot".
looking for now-outdated files... none found
Fixes: e9c32bad6e9f ("v7a: Add support for Raspberry Pi CM3")
Signed-off-by: Alexander Dahl <ada@thorsis.com>
---
doc/hardware_v7a_raspi3.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/hardware_v7a_raspi3.rst b/doc/hardware_v7a_raspi3.rst
index a4069c2..4196a11 100644
--- a/doc/hardware_v7a_raspi3.rst
+++ b/doc/hardware_v7a_raspi3.rst
@@ -21,7 +21,7 @@ Boot Media
Use the image ``platform-v7a/images/rpicm3.hdimg`` and copy it onto your MicroSD-Card.
If you have a hardware with eMMC the uSD slot is not functional, in this case
-you have to use `usbboot <https://github.com/raspberrypi/usbboot`_ to switch
+you have to use `usbboot <https://github.com/raspberrypi/usbboot>`_ to switch
the hardware into USB mass storage mode. See their documentation and
`"Flashing the Compute Module eMMC" at raspberrypi.org
<https://www.raspberrypi.org/documentation/hardware/computemodule/cm-emmc-flashing.md>`
--
2.29.2
_______________________________________________
DistroKit mailing list
DistroKit@pengutronix.de
^ permalink raw reply [flat|nested] 4+ messages in thread
* [DistroKit] [PATCH 2/2] doc: hardware: Fix swapped references in toctrees
2021-05-10 11:21 [DistroKit] [PATCH 0/2] doc: Minor fixes Alexander Dahl
2021-05-10 11:21 ` [DistroKit] [PATCH 1/2] doc: hardware: v7a: raspi3: Add missing closing bracket Alexander Dahl
@ 2021-05-10 11:21 ` Alexander Dahl
2021-05-10 11:27 ` [DistroKit] [PATCH 0/2] doc: Minor fixes Robert Schwebel
2 siblings, 0 replies; 4+ messages in thread
From: Alexander Dahl @ 2021-05-10 11:21 UTC (permalink / raw)
To: distrokit
Fixes: 26a961f79aa8 ("doc: hardware: add toctrees for mips and x86_64")
Signed-off-by: Alexander Dahl <ada@thorsis.com>
---
doc/hardware.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/hardware.rst b/doc/hardware.rst
index 117fb17..a478f5f 100644
--- a/doc/hardware.rst
+++ b/doc/hardware.rst
@@ -151,7 +151,7 @@ mips Platform
.. toctree::
:maxdepth: 1
- hardware_x86_64_qemu
+ hardware_mips_qemu
x86_64 Platform
@@ -166,4 +166,4 @@ x86_64 Platform
.. toctree::
:maxdepth: 1
- hardware_mips_qemu
+ hardware_x86_64_qemu
--
2.29.2
_______________________________________________
DistroKit mailing list
DistroKit@pengutronix.de
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [DistroKit] [PATCH 0/2] doc: Minor fixes
2021-05-10 11:21 [DistroKit] [PATCH 0/2] doc: Minor fixes Alexander Dahl
2021-05-10 11:21 ` [DistroKit] [PATCH 1/2] doc: hardware: v7a: raspi3: Add missing closing bracket Alexander Dahl
2021-05-10 11:21 ` [DistroKit] [PATCH 2/2] doc: hardware: Fix swapped references in toctrees Alexander Dahl
@ 2021-05-10 11:27 ` Robert Schwebel
2 siblings, 0 replies; 4+ messages in thread
From: Robert Schwebel @ 2021-05-10 11:27 UTC (permalink / raw)
To: Alexander Dahl; +Cc: distrokit
On Mon, May 10, 2021 at 01:21:28PM +0200, Alexander Dahl wrote:
> just two small things I found when writing docs for a BSP based on
> DistroKit …
Applied to next
rsc
--
Pengutronix e.K. | Dipl.-Ing. Robert Schwebel |
Steuerwalder Str. 21 | https://www.pengutronix.de/ |
31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-9 |
_______________________________________________
DistroKit mailing list
DistroKit@pengutronix.de
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2021-05-10 11:27 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-10 11:21 [DistroKit] [PATCH 0/2] doc: Minor fixes Alexander Dahl
2021-05-10 11:21 ` [DistroKit] [PATCH 1/2] doc: hardware: v7a: raspi3: Add missing closing bracket Alexander Dahl
2021-05-10 11:21 ` [DistroKit] [PATCH 2/2] doc: hardware: Fix swapped references in toctrees Alexander Dahl
2021-05-10 11:27 ` [DistroKit] [PATCH 0/2] doc: Minor fixes Robert Schwebel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox