summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py4
-rw-r--r--docs/extra-build-config.md6
2 files changed, 5 insertions, 5 deletions
diff --git a/docs/conf.py b/docs/conf.py
index fcebbf1..e96f951 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -284,7 +284,7 @@ latex_documents = [
284 284
285# Documents to append as an appendix to all manuals. 285# Documents to append as an appendix to all manuals.
286# 286#
287# latex_appendices = [] 287# latex:appendices = []
288 288
289# It false, will not define \strong, \code, itleref, \crossref ... but only 289# It false, will not define \strong, \code, itleref, \crossref ... but only
290# \sphinxstrong, ..., \sphinxtitleref, ... To help avoid clash with user added 290# \sphinxstrong, ..., \sphinxtitleref, ... To help avoid clash with user added
@@ -324,7 +324,7 @@ texinfo_documents = [
324 324
325# Documents to append as an appendix to all manuals. 325# Documents to append as an appendix to all manuals.
326# 326#
327# texinfo_appendices = [] 327# texinfo:appendices = []
328 328
329# If false, no module index is generated. 329# If false, no module index is generated.
330# 330#
diff --git a/docs/extra-build-config.md b/docs/extra-build-config.md
index ec3bd6a..f52c51f 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
@@ -211,7 +211,7 @@ When using device tree kernels, set this variable to enable I2C:
211 211
212Furthermore, to auto-load I2C kernel modules set: 212Furthermore, to auto-load I2C kernel modules set:
213 213
214 KERNEL_MODULE_AUTOLOAD_rpi += "i2c-dev i2c-bcm2708" 214 KERNEL_MODULE_AUTOLOAD:rpi += "i2c-dev i2c-bcm2708"
215 215
216## Enable PiTFT support 216## Enable PiTFT support
217 217