|
hace 2 años | |
---|---|---|
.github | hace 2 años | |
classes | hace 2 años | |
conf | hace 2 años | |
docs | hace 2 años | |
dynamic-layers | hace 2 años | |
files | hace 5 años | |
img | hace 2 años | |
lib | hace 3 años | |
recipes-bsp | hace 2 años | |
recipes-connectivity | hace 2 años | |
recipes-core | hace 3 años | |
recipes-devtools | hace 2 años | |
recipes-graphics | hace 2 años | |
recipes-kernel | hace 2 años | |
recipes-multimedia | hace 2 años | |
recipes-sato | hace 3 años | |
wic | hace 7 años | |
.gitignore | hace 4 años | |
.readthedocs.yaml | hace 3 años | |
COPYING.MIT | hace 13 años | |
README.md | hace 2 años | |
kas-poky-rpi.yml | hace 3 años |
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:
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=pi3-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>