diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/extra-build-config.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/extra-build-config.md b/docs/extra-build-config.md index 79cf3c7..85f3734 100644 --- a/docs/extra-build-config.md +++ b/docs/extra-build-config.md | |||
@@ -158,13 +158,14 @@ command (eg. bootz) to be used. | |||
158 | 158 | ||
159 | To build an initramfs image: | 159 | To build an initramfs image: |
160 | 160 | ||
161 | * Set this 3 kernel variables (in linux-raspberrypi.inc for example) | 161 | * Set this 3 kernel variables (in kernel's do_configure_prepend in linux-raspberrypi.inc after the line kernel_configure_variable LOCALVERSION "\"\"" |
162 | ) | ||
162 | - kernel_configure_variable BLK_DEV_INITRD y | 163 | - kernel_configure_variable BLK_DEV_INITRD y |
163 | - kernel_configure_variable INITRAMFS_SOURCE "" | 164 | - kernel_configure_variable INITRAMFS_SOURCE "" |
164 | - kernel_configure_variable RD_GZIP y | 165 | - kernel_configure_variable RD_GZIP y |
165 | 166 | ||
166 | * Set the yocto variables (in linux-raspberrypi.inc for example) | 167 | * Set the yocto variables (e.g. in local.conf) |
167 | - `INITRAMFS_IMAGE = "<a name for your initramfs image>"` | 168 | - `INITRAMFS_IMAGE = "<name for your initramfs image>"` |
168 | - `INITRAMFS_IMAGE_BUNDLE = "1"` | 169 | - `INITRAMFS_IMAGE_BUNDLE = "1"` |
169 | 170 | ||
170 | ## Enable SPI bus | 171 | ## Enable SPI bus |