From 9ea7aa2cd2cdc775425797b689e782718896ea50 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Thu, 29 Jul 2021 19:58:04 +0200 Subject: Convert to new override syntax This is the result of automated script conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa --- docs/conf.py | 4 ++-- docs/extra-build-config.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'docs') 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 = [ # Documents to append as an appendix to all manuals. # -# latex_appendices = [] +# latex:appendices = [] # It false, will not define \strong, \code, itleref, \crossref ... but only # \sphinxstrong, ..., \sphinxtitleref, ... To help avoid clash with user added @@ -324,7 +324,7 @@ texinfo_documents = [ # Documents to append as an appendix to all manuals. # -# texinfo_appendices = [] +# texinfo:appendices = [] # If false, no module index is generated. # 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. To build an initramfs image: -* Set this 3 kernel variables (in kernel's do_configure_prepend in linux-raspberrypi.inc after the line kernel_configure_variable LOCALVERSION "\"\"" +* Set this 3 kernel variables (in kernel's do_configure:prepend in linux-raspberrypi.inc after the line kernel_configure_variable LOCALVERSION "\"\"" ) - kernel_configure_variable BLK_DEV_INITRD y - kernel_configure_variable INITRAMFS_SOURCE "" @@ -195,7 +195,7 @@ by tasks that image building task must depend upon, to ensure that the files are available when they are needed, so these component deploy tasks must be added to: RPI_SDIMG_EXTRA_DEPENDS. - RPI_SDIMG_EXTRA_DEPENDS_append = " example:do_deploy" + RPI_SDIMG_EXTRA_DEPENDS:append = " example:do_deploy" ## Enable SPI bus @@ -211,7 +211,7 @@ When using device tree kernels, set this variable to enable I2C: Furthermore, to auto-load I2C kernel modules set: - KERNEL_MODULE_AUTOLOAD_rpi += "i2c-dev i2c-bcm2708" + KERNEL_MODULE_AUTOLOAD:rpi += "i2c-dev i2c-bcm2708" ## Enable PiTFT support -- cgit v1.2.3-54-g00ecf