diff options
author | Antonin Godard <antonin.godard@bootlin.com> | 2025-07-29 11:56:49 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-08-08 23:41:10 +0100 |
commit | 1887b330c3a04723472a43497d58201b27b86f05 (patch) | |
tree | 6a12321dceaff7d9b9910b7de469c41daa4673c1 /documentation/bsp-guide | |
parent | 7dc3a0be6f70a3f6549e5bd279cd5521a8f3636b (diff) | |
download | poky-1887b330c3a04723472a43497d58201b27b86f05.tar.gz |
docs-wide: update wic source plugin names
WIC plugins were renamed after commit 2de444fc3ef4 ("wic: plugins source
bootimage/isoimage rename to allow be imported") in OE-Core. They no
longer contain dashes, but underscores.
(From yocto-docs rev: 7224d7733e9e0f423475e1b9c5b48aff0de1f744)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/bsp-guide')
-rw-r--r-- | documentation/bsp-guide/bsp.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/bsp-guide/bsp.rst b/documentation/bsp-guide/bsp.rst index 7eaa4d8700..a6444d9af1 100644 --- a/documentation/bsp-guide/bsp.rst +++ b/documentation/bsp-guide/bsp.rst | |||
@@ -1425,8 +1425,8 @@ Project Reference Manual. | |||
1425 | 1425 | ||
1426 | - :term:`IMAGE_BOOT_FILES`: | 1426 | - :term:`IMAGE_BOOT_FILES`: |
1427 | Files installed into the device's boot partition when preparing the | 1427 | Files installed into the device's boot partition when preparing the |
1428 | image using the Wic tool with the ``bootimg-partition`` or | 1428 | image using the Wic tool with the ``bootimg_partition`` or |
1429 | ``bootimg-efi`` source plugin. | 1429 | ``bootimg_efi`` source plugin. |
1430 | 1430 | ||
1431 | BSP Kernel Recipe Example | 1431 | BSP Kernel Recipe Example |
1432 | ------------------------- | 1432 | ------------------------- |