|
il y a 4 ans | |
---|---|---|
.github | il y a 8 ans | |
classes | il y a 4 ans | |
conf | il y a 3 ans | |
docs | il y a 4 ans | |
dynamic-layers | il y a 4 ans | |
files | il y a 6 ans | |
img | il y a 4 ans | |
lib | il y a 5 ans | |
recipes-bsp | il y a 4 ans | |
recipes-connectivity | il y a 4 ans | |
recipes-core | il y a 4 ans | |
recipes-devtools | il y a 4 ans | |
recipes-graphics | il y a 4 ans | |
recipes-kernel | il y a 4 ans | |
recipes-multimedia | il y a 4 ans | |
wic | il y a 7 ans | |
.gitignore | il y a 4 ans | |
COPYING.MIT | il y a 13 ans | |
README.md | il y a 4 ans | |
kas-poky-rpi.yml | il y a 4 ans |
Yocto BSP layer for the Raspberry Pi boards - http://www.raspberrypi.org/.
Build server 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 depends on:
URI: git://git.yoctoproject.org/poky
URI: git://git.openembedded.org/meta-openembedded
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/1.0/index.html
<andrei at gherzan.ro>