diff mbox series

[04/11] bsp-guide/bsp.rst: fix raspberry layer content example

Message ID 20260625-wic-migration-v1-4-fef8d481aecc@bootlin.com
State New
Headers show
Series Migrate WIC documentation | expand

Commit Message

Antonin Godard June 25, 2026, 9:33 a.m. UTC
The last two items were on a single line, but should be two lines.

Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
---
 documentation/bsp-guide/bsp.rst | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/documentation/bsp-guide/bsp.rst b/documentation/bsp-guide/bsp.rst
index 4ced9665d..9cf0642d7 100644
--- a/documentation/bsp-guide/bsp.rst
+++ b/documentation/bsp-guide/bsp.rst
@@ -440,7 +440,8 @@  the :yocto_git:`Source Repositories <>`:
    meta-raspberrypi/recipes-multimedia/omxplayer/omxplayer_git.bb
    meta-raspberrypi/recipes-multimedia/x264
    meta-raspberrypi/recipes-multimedia/x264/x264_git.bbappend
-   meta-raspberrypi/wic meta-raspberrypi/wic/sdimage-raspberrypi.wks
+   meta-raspberrypi/wic
+   meta-raspberrypi/wic/sdimage-raspberrypi.wks
 
 The following sections describe each part of the proposed BSP format.