diff options
-rw-r--r-- | docs/extra-build-config.md | 3 |
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 | ||