|
před 3 týdny | |
---|---|---|
.github | před 2 týdny | |
classes | před 1 rokem | |
conf | před 1 týdnem | |
docs | před 1 měsícem | |
dynamic-layers | před 3 měsíci | |
files | před 5 roky | |
img | před 2 roky | |
lib | před 3 roky | |
recipes-bsp | před 1 týdnem | |
recipes-connectivity | před 1 rokem | |
recipes-core | před 3 měsíci | |
recipes-devtools | před 1 dnem | |
recipes-graphics | před 1 týdnem | |
recipes-kernel | před 1 týdnem | |
recipes-multimedia | před 5 měsíci | |
recipes-sato | před 3 roky | |
wic | před 1 rokem | |
.gitignore | před 4 roky | |
.readthedocs.yaml | před 3 měsíci | |
COPYING.MIT | před 13 roky | |
README.md | před 2 týdny | |
SECURITY.md | před 5 měsíci | |
kas-poky-rpi.yml | před 4 měsíci |
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>