|
1 月之前 | |
---|---|---|
.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 | 6 月之前 | |
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>