GithubHelp home page GithubHelp logo

ansible-role-yocto's Introduction

Ansible role: Yocto

Molecule Test

Install all the necessary components for a build environment using the Yocto Project.

Variables

yocto root directory

The root of our yocto workspace. After setup you'll often want to source the oe-init-build-env script from "{{ yocto_root_directory }}/layers/poky/oe-init-build-env"

yocto_version

The default git ref we will be checking out after cloning poky and any other layers. Defaults to the dunfell tag as that is the latest official release.

yocto_layers_info

Nested dictionary containing info necessary to be able to clone other OpenEmbedded layers into our project. Each of these layers are required to provide a source_uri and version key, mapping to the target git repo, and the ref to clone respectively.

Comes populated with a handful of layers by default, but other layers may be provided as well.

yocto_layers

A list of OpenEmbedded layers to install using info found the the (above) yocto_layers_info variable. Any layer present in this list is expected to be available within yocto_layers_info with both a source_uri and a version.

Testing

Testing for this project is setup using Molecule & Docker. Unit tests can be run using the below command:

foo@bar:~$ molecule test --all

Dependencies

ansible-role-yocto's People

Contributors

crgwilson avatar

Watchers

 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.