|
3 年之前 | |
---|---|---|
.github | 8 年之前 | |
classes | 4 年之前 | |
conf | 4 年之前 | |
docs | 4 年之前 | |
dynamic-layers | 4 年之前 | |
files | 5 年之前 | |
img | 4 年之前 | |
lib | 4 年之前 | |
recipes-bsp | 4 年之前 | |
recipes-connectivity | 5 年之前 | |
recipes-core | 4 年之前 | |
recipes-devtools | 3 年之前 | |
recipes-graphics | 4 年之前 | |
recipes-kernel | 4 年之前 | |
recipes-multimedia | 5 年之前 | |
wic | 7 年之前 | |
.gitignore | 8 年之前 | |
COPYING.MIT | 13 年之前 | |
README.md | 4 年之前 | |
kas-poky-rpi.yml | 5 年之前 |
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>