1
0
mirror of https://git.yoctoproject.org/poky synced 2026-07-15 15:37:03 +00:00

bsp-guide: mention bootloader and device tree in BSP intro

In the intro to the BSP guide, mention that a BSP layer might also
contain content related to the bootloader and device tree files.

(From yocto-docs rev: ba48bdeee06522d7334ccb624053f4f363556a15)

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
(cherry picked from commit a6eca1e7c67225de8b32638b4ba10aa73efe5030)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Paul Barker <paul@pbarker.dev>
This commit is contained in:
Robert P. J. Day
2026-05-20 06:01:50 -04:00
committed by Paul Barker
parent e480ed7e2c
commit 9ff4f7dd3a
+4 -4
View File
@@ -7,10 +7,10 @@ Board Support Packages (BSP) --- Developer's Guide
A Board Support Package (BSP) is a collection of information that
defines how to support a particular hardware device, set of devices, or
hardware platform. The BSP includes information about the hardware
features present on the device and kernel configuration information
along with any additional hardware drivers required. The BSP also lists
any additional software components required in addition to a generic
Linux software stack for both essential and optional platform features.
features present on the device, any essential bootloader, kernel and
device tree configuration, along with any additional hardware drivers required.
The BSP also lists any additional software components required in addition to
a generic Linux software stack for both essential and optional platform features.
This guide presents information about BSP layers, defines a structure
for components so that BSPs follow a commonly understood layout,