|
преди 3 години | |
---|---|---|
.github | преди 8 години | |
classes | преди 3 години | |
conf | преди 3 години | |
docs | преди 3 години | |
dynamic-layers | преди 3 години | |
files | преди 5 години | |
img | преди 4 години | |
lib | преди 4 години | |
recipes-bsp | преди 3 години | |
recipes-connectivity | преди 3 години | |
recipes-core | преди 3 години | |
recipes-devtools | преди 3 години | |
recipes-graphics | преди 3 години | |
recipes-kernel | преди 3 години | |
recipes-multimedia | преди 3 години | |
recipes-sato | преди 3 години | |
wic | преди 7 години | |
.gitignore | преди 4 години | |
.readthedocs.yaml | преди 3 години | |
COPYING.MIT | преди 13 години | |
README.md | преди 3 години | |
kas-poky-rpi.yml | преди 3 години |
Yocto BSP layer for the Raspberry Pi boards - http://www.raspberrypi.org/.
Build server sponsored by | balena.io |
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.com>