summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.com>2021-08-03 14:43:18 +0100
committerAndrei Gherzan <andrei@gherzan.com>2021-08-03 14:44:07 +0100
commit844827a3d265fbde0467c5687747662ceb49a938 (patch)
tree545d37c830534b43da2533efd402d9068cc15148 /docs
parent8dc3a310883ea87cd9900442f46f20bb08e57583 (diff)
downloadmeta-raspberrypi-ag/override.tar.gz
Convert to new override syntaxag/override
converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Andrei Gherzan <andrei@gherzan.com>
Diffstat (limited to 'docs')
-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