This metalayer can be used to integrate software-defined vehicle open source components into a Yocto based build.
It is based on the guidelines documented in the Yocto Project Documentation
- Eclipse Leda Quickstart Distribution:
meta-leda/meta-leda-distro
- BSP for QEMU and Raspberry Pi:
meta-leda/meta-leda-bsp
- SDV Component Recipes:
meta-leda/meta-leda-components
Note: meta-leda
is a container layer.
After cloning the repository, add the needed layers to your build configuration, for example:
bitbake-layers add-layer meta-leda/meta-leda-components
Enable the sdv
distro feature by adding the following line to your distro (or local) configuration:
DISTRO_FEATURES:append = " sdv"
The repository contains an example configuration (.config.yaml
) for kas . To build the image, simply run the kas build command:
kas build
This layer depends on
- poky
- URI: https://git.yoctoproject.org/git/poky
- Branch: kirkstone
- meta-rauc-community
- URI: https://github.com/rauc/meta-rauc-community.git
- Branch: kirkstone
- Layers:
- meta-rauc-qemux86
- meta-rauc:
- URI: https://github.com/rauc/meta-rauc.git
- Branch: kirkstone
- meta-kanto:
- URI: https://github.com/eclipse-kanto/meta-kanto.git
- Branch: kirkstone
- meta-virtualization:
- URI: https://git.yoctoproject.org/meta-virtualization
- Branch: kirkstone
- meta-openembedded:
- URI: https://git.openembedded.org/meta-openembedded
- Branch: kirkstone
- Layers:
- meta-oe
- meta-filesystems
- meta-python
- meta-networking
All content is the property of the respective authors or their employers. For more information regarding authorship of content, please consult the listed source code repository logs.
This program and the accompanying materials are made available under the terms of the Apache License 2.0 which is available at https://www.apache.org/licenses/LICENSE-2.0
The project maintains the following source code repositories:
Content may contain encryption software. The country in which you are currently may have restrictions on the import, possession, and use, and/or re-export to another country, of encryption software. BEFORE using any encryption software, please check the country's laws, regulations and policies concerning the import, possession, or use, and re-export of encryption software, to see if this is permitted.