|
há 3 semanas atrás | |
---|---|---|
.github | há 3 semanas atrás | |
classes | há 1 ano atrás | |
conf | há 1 semana atrás | |
docs | há 1 mês atrás | |
dynamic-layers | há 3 meses atrás | |
files | há 5 anos atrás | |
img | há 2 anos atrás | |
lib | há 3 anos atrás | |
recipes-bsp | há 1 semana atrás | |
recipes-connectivity | há 1 ano atrás | |
recipes-core | há 3 meses atrás | |
recipes-devtools | há 2 dias atrás | |
recipes-graphics | há 1 semana atrás | |
recipes-kernel | há 1 semana atrás | |
recipes-multimedia | há 5 meses atrás | |
recipes-sato | há 3 anos atrás | |
wic | há 1 ano atrás | |
.gitignore | há 4 anos atrás | |
.readthedocs.yaml | há 3 meses atrás | |
COPYING.MIT | há 13 anos atrás | |
README.md | há 2 semanas atrás | |
SECURITY.md | há 5 meses atrás | |
kas-poky-rpi.yml | há 4 meses atrás |
Yocto BSP layer for the Raspberry Pi boards - http://www.raspberrypi.org/.
![]() |
Sponsored by:![]() |
This is the general hardware specific BSP overlay for the RaspberryPi device.
More information can be found at: http://www.raspberrypi.org/ (Official Site)
The core BSP part of meta-raspberrypi should work with different OpenEmbedded/Yocto distributions and layer stacks, such as:
This layer is officially approved as part of the Yocto Project Compatible
Layers Program
. You can find details of that on the official Yocto Project
website.
This layer depends on:
machine:
in kas-poky-rpi.yml to one of the supported boards (see conf/machine/*.conf)To adjust the build configuration with specific options (I2C, SPI, ...), simply add a section as follows:
local_conf_header:
rpi-specific: |
ENABLE_I2C = "1"
RPI_EXTRA_CONFIG = "dtoverlay=disable-bt"
To configure the machine, you have to update the machine
variable.
And the same for the distro
.
For further information, you can read more at https://kas.readthedocs.io/en/latest/index.html
You can send patches using the GitHub pull request process or/and through the Yocto mailing list. Refer to the documentation for more information.
<andrei at gherzan.com>