diff options
author | Andrei Gherzan <andrei@gherzan.com> | 2021-08-03 14:43:18 +0100 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.com> | 2021-08-03 14:44:07 +0100 |
commit | 844827a3d265fbde0467c5687747662ceb49a938 (patch) | |
tree | 545d37c830534b43da2533efd402d9068cc15148 /docs/extra-build-config.md | |
parent | 8dc3a310883ea87cd9900442f46f20bb08e57583 (diff) | |
download | meta-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/extra-build-config.md')
-rw-r--r-- | docs/extra-build-config.md | 4 |
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 | ||
160 | To build an initramfs image: | 160 | To 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 | |||
195 | files are available when they are needed, so these component deploy | 195 | files are available when they are needed, so these component deploy |
196 | tasks must be added to: RPI_SDIMG_EXTRA_DEPENDS. | 196 | tasks 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 | ||