summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorUlrich Ölmann <u.oelmann@pengutronix.de>2023-07-14 11:35:54 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-08-03 15:11:10 +0100
commit9f51de2f9bb6b14b8e5eb440257e497edaf4b370 (patch)
tree849dd473b09f00139045e1cb78523d64ebf91695 /documentation/ref-manual
parent7d4c1b2dd99445be4af2a5d9d820643c57219c53 (diff)
downloadpoky-9f51de2f9bb6b14b8e5eb440257e497edaf4b370.tar.gz
ref-manual: classes: kernel-fitimage: refine role of INITRAMFS_IMAGE_BUNDLE
Although it might seem a little bit pedantic this patch describes what the class actually checks (see e.g. [1]) and kernel.bbclass per default sets the parameter INITRAMFS_IMAGE_BUNDLE to the empty string (see [2]) which already satisfies that check without the need of additionally explicitly setting it to '0'. [1] https://git.yoctoproject.org/poky/tree/meta/classes-recipe/kernel-fitimage.bbclass?h=4.3_M1&id=cc97d775cb402df0d4122bf54eab1a5198c98471#n667 [2] https://git.yoctoproject.org/poky/tree/meta/classes-recipe/kernel.bbclass?h=4.3_M1&id=cc97d775cb402df0d4122bf54eab1a5198c98471#n37 (From yocto-docs rev: dc486daa7cf8536435c3364a842f802b6fba1e1a) Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r--documentation/ref-manual/classes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst
index dc30419a1e..4577baba3e 100644
--- a/documentation/ref-manual/classes.rst
+++ b/documentation/ref-manual/classes.rst
@@ -1625,7 +1625,7 @@ The address where the RAM disk image is to be loaded by U-Boot
1625is specified by :term:`UBOOT_RD_LOADADDRESS` and the entrypoint by 1625is specified by :term:`UBOOT_RD_LOADADDRESS` and the entrypoint by
1626:term:`UBOOT_RD_ENTRYPOINT`. The ramdisk is added to the FIT image when 1626:term:`UBOOT_RD_ENTRYPOINT`. The ramdisk is added to the FIT image when
1627:term:`INITRAMFS_IMAGE` is specified and requires that :term:`INITRAMFS_IMAGE_BUNDLE` 1627:term:`INITRAMFS_IMAGE` is specified and requires that :term:`INITRAMFS_IMAGE_BUNDLE`
1628is set to 0. 1628is not set to 1.
1629 1629
1630Only a single :term:`Initramfs` bundle can be added to the FIT image created by 1630Only a single :term:`Initramfs` bundle can be added to the FIT image created by
1631:ref:`ref-classes-kernel-fitimage` and the :term:`Initramfs` bundle in FIT is optional. 1631:ref:`ref-classes-kernel-fitimage` and the :term:`Initramfs` bundle in FIT is optional.