summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2018-11-13 14:43:08 -0800
committerAndrei Gherzan <andrei@gherzan.ro>2018-11-15 17:45:48 +0200
commit15838158478518da41709113b0465c70ad49cc32 (patch)
tree1c33180563e136c06e1a83a5caf1ec3616fb9a48
parentb589574d9e7d56989bd117e3b140e10fd5426ad6 (diff)
downloadmeta-raspberrypi-15838158478518da41709113b0465c70ad49cc32.tar.gz
docs: Add more info on generating initramfs images
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--docs/extra-build-config.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/extra-build-config.md b/docs/extra-build-config.md
index 85f3734..732c102 100644
--- a/docs/extra-build-config.md
+++ b/docs/extra-build-config.md
@@ -167,6 +167,9 @@ To build an initramfs image:
167* Set the yocto variables (e.g. in local.conf) 167* Set the yocto variables (e.g. in local.conf)
168 - `INITRAMFS_IMAGE = "<name for your initramfs image>"` 168 - `INITRAMFS_IMAGE = "<name for your initramfs image>"`
169 - `INITRAMFS_IMAGE_BUNDLE = "1"` 169 - `INITRAMFS_IMAGE_BUNDLE = "1"`
170 - `BOOT_SPACE = "1073741"`
171 - `INITRAMFS_MAXSIZE = "315400"`
172 - `IMAGE_FSTYPES_pn-${INITRAMFS_IMAGE} = "${INITRAMFS_FSTYPES}"`
170 173
171## Enable SPI bus 174## Enable SPI bus
172 175