Coder Social home page Coder Social logo

meta-kanto's Introduction

Kanto logo

Eclipse Kanto - Yocto Layer

This layer provides support for building the necessary Eclipse Kanto components.

The layer depends on the meta-virtualization one. If the edge containerization (i.e. Eclipse Kanto container management) is to be included in your target Yocto image, you need to enable the required by this layer virtualization. To do that, add in the configuration file the following line:

DISTRO_FEATURES:append = " virtualization"

For further fine-tuning and options see the meta-virtualization README.

Dependencies

Required for enabling the cloud connectivity and virtualization. Could be used as a single dependency if only suite connector is needed to be built.

URI: git://github.com/openembedded/meta-openembedded.git layers:

  • meta-networking

Required for enabling edge containerization

URI: git://git.yoctoproject.org/meta-virtualization

Table of Contents

  1. Adding the meta-kanto layer to your build
  2. Required image configurations
  3. Example image configuration

Adding the meta-kanto layer to your build

Run:

bitbake-layers add-layer meta-kanto

Required image configurations

The following configurations are required so that the included recipes from the meta-kanto layer are properly installed and enabled:

  1. Configure the system initialization manager to systemd https://www.yoctoproject.org/docs/3.1/dev-manual/dev-manual.html#using-systemd-exclusively

  2. Since kernel configurations are required, you need to set the MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS variable to include kernel modules. To do that, add in the configuration file the following line:

MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "kernel-modules"

Example image configuration

# Add the required DISTRO_FEATURES
DISTRO_FEATURES:append = " virtualization systemd"

# Configure the kernel modules required to be included
MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "kernel-modules"

# System initialization manager setup
VIRTUAL-RUNTIME_init_manager = "systemd"
DISTRO_FEATURES_BACKFILL_CONSIDERED = "sysvinit"
VIRTUAL-RUNTIME_initscripts = "systemd-compat-units"

# Add the Eclipse Kanto components
IMAGE_INSTALL:append = " suite-connector"

Community

meta-kanto's People

Contributors

k-gostev avatar konstantina-gramatova avatar e-grigorov avatar hristobojilov avatar anishvallolikalathilachuthadas avatar dimitar-dimitrow avatar ivanboychevmarinov avatar stoyan-zoubev avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.