|
пре 3 недеља | |
---|---|---|
.github | пре 2 недеља | |
classes | пре 1 година | |
conf | пре 1 недеља | |
docs | пре 1 месец | |
dynamic-layers | пре 3 месеци | |
files | пре 5 година | |
img | пре 2 година | |
lib | пре 3 година | |
recipes-bsp | пре 1 недеља | |
recipes-connectivity | пре 1 година | |
recipes-core | пре 3 месеци | |
recipes-devtools | пре 1 дан | |
recipes-graphics | пре 1 недеља | |
recipes-kernel | пре 1 недеља | |
recipes-multimedia | пре 5 месеци | |
recipes-sato | пре 3 година | |
wic | пре 1 година | |
.gitignore | пре 4 година | |
.readthedocs.yaml | пре 3 месеци | |
COPYING.MIT | пре 13 година | |
README.md | пре 2 недеља | |
SECURITY.md | пре 5 месеци | |
kas-poky-rpi.yml | пре 4 месеци |
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>