eclipse-leda / meta-leda

Yocto / OpenEmbedded Meta-Layers for Eclipse SDV components

Home Page:https://eclipse-leda.github.io/leda/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub Workflow Status (main/dev) GitHub Workflow Status (kirkstone branch) GitHub Workflow Status (honister branch)

OpenEmbedded Meta-Layer for Software Defined Vehicles components

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

Structure

  • 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.

Usage

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"

Building using kas

The repository contains an example configuration (.config.yaml) for kas . To build the image, simply run the kas build command:

kas build

Dependencies

This layer depends on

License and Copyright

Copyright

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.

Declared Project Licenses

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

Source Code

The project maintains the following source code repositories:

Cryptography

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.

About

Yocto / OpenEmbedded Meta-Layers for Eclipse SDV components

https://eclipse-leda.github.io/leda/

License:Apache License 2.0


Languages

Language:BitBake 80.2%Language:C++ 7.8%Language:NASL 7.2%Language:Shell 3.7%Language:Dockerfile 0.8%Language:Pascal 0.3%Language:CMake 0.0%