summaryrefslogtreecommitdiffstats
path: root/docs/extra-build-config.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/extra-build-config.md')
-rw-r--r--docs/extra-build-config.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/extra-build-config.md b/docs/extra-build-config.md
index ec3bd6a..2d34ab1 100644
--- a/docs/extra-build-config.md
+++ b/docs/extra-build-config.md
@@ -159,7 +159,7 @@ command (eg. bootz) to be used.
159 159
160To build an initramfs image: 160To build an initramfs image:
161 161
162* Set this 3 kernel variables (in kernel's do_configure_prepend in linux-raspberrypi.inc after the line kernel_configure_variable LOCALVERSION "\"\"" 162* Set this 3 kernel variables (in kernel's do_configure:prepend in linux-raspberrypi.inc after the line kernel_configure_variable LOCALVERSION "\"\""
163) 163)
164 - kernel_configure_variable BLK_DEV_INITRD y 164 - kernel_configure_variable BLK_DEV_INITRD y
165 - kernel_configure_variable INITRAMFS_SOURCE "" 165 - kernel_configure_variable INITRAMFS_SOURCE ""
@@ -195,7 +195,7 @@ by tasks that image building task must depend upon, to ensure that the
195files are available when they are needed, so these component deploy 195files are available when they are needed, so these component deploy
196tasks must be added to: RPI_SDIMG_EXTRA_DEPENDS. 196tasks must be added to: RPI_SDIMG_EXTRA_DEPENDS.
197 197
198 RPI_SDIMG_EXTRA_DEPENDS_append = " example:do_deploy" 198 RPI_SDIMG_EXTRA_DEPENDS:append = " example:do_deploy"
199 199
200## Enable SPI bus 200## Enable SPI bus
201 201