mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-04-20 11:28:19 +00:00
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 <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Andrei Gherzan
parent
8dc3a31088
commit
9ea7aa2cd2
@@ -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.
|
||||
#
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user