Skip to content

Latest commit

 

History

History
96 lines (77 loc) · 4.34 KB

components.md

File metadata and controls

96 lines (77 loc) · 4.34 KB
layout title permalink
page
Components
/components/

PELUX Yocto layers

The entry point to the PELUX Yocto/OE build system is the pelux-manifests repository. It contains the information on the layers that are used for different flavours of the project build.

OSS layers:

Layers maintained by the PELUX project:

  • meta-pelux - Contains the reference integration platform and the PELUX image recipes.
  • meta-bistro - Adds IVI specific components and additions to relevant OSS components.
  • meta-template - Contains template recipes and components that can be used as examples when starting your own R&D work.

Development Handbook

The Development Handbook contains most of the documentation around how to use PELUX and how to set up a new project.

SoftwareContainer

The SoftwareContainer is a framework to manage and contain applications created and vetted by third party developers in an automotive setting. A launcher (e.g. a UI) sends a signal to the SoftwareContainer to start a new Container. It can then configure the Container using a documented JSON format and can launch processes inside the Container. This can then be used to isolate applications from each other and make sure they are not interfering and to limit/manage resources available to the applications.

Qt Automotive Suite

As a reference UI, PELUX integrates components from Qt Automotive Suite which is part of the Qt Project. It is a collection of software components and tools to enable development of In-Vehicle Infotainment (IVI) systems. The vital components used in PELUX can be found below.

QtApplicationManager

The QtApplicationManager provides the infrastructure for modern multi-process IVI architectures using Wayland composition and input event handling, while at the same time having the option to scale down to single-process setups for mid-range product variants, or for convenient native development on host platforms without Wayland. The Qt Application Manager supports you with app lifecycle management and isolating and securing apps.

QtIVI

QtIVI provides additional APIs commonly needed in automotive IVI or cluster systems. The APIs serve as a common interface between the QML frontend and middleware services. Since those APIs, however, differ slightly from project to project, a particular emphasis is put on easy extensibility/adaptability. QtIVI supports development by providing infrastructure for having multiple backends (e.g. simulation and the real hardware). In addition, while using standard Qt logging methods, a GENIVI® DLT adapter is used in case the DLT logging backend is present on the system.

Neptune 3 Reference Implementation

Neptune 3 UI is the Qt Automotive Suite reference UI implementation designed for an IVI system.