Go to file
Nicolas 772fbf263f ajout telecommande dans recipe 2021-01-27 00:41:25 +01:00
conf new bitbake recipe for robot 2021-01-24 16:36:08 +01:00
licenses new bitbake recipe for robot 2021-01-24 16:36:08 +01:00
recipes-connectivity/robot ajout telecommande dans recipe 2021-01-27 00:41:25 +01:00
COPYING.MIT new bitbake recipe for robot 2021-01-24 16:36:08 +01:00
LICENSE new bitbake recipe for robot 2021-01-24 16:36:08 +01:00
README ajout telecommande dans recipe 2021-01-27 00:41:25 +01:00
lalicence new bitbake recipe for robot 2021-01-24 16:36:08 +01:00

README

This README file contains information on the contents of the meta-opendds layer.

Please see the corresponding sections below for details.

Dependencies
============

  URI:  https://git.yoctoproject.org/git/poky/meta
  branch: rocko


Patches
=======

Please submit any patches against the meta-robot layer via the pull-request
mechanism on github.

Maintainer: Nicolas DAOUT <nicolas2020@nicda.fr>

Table of Contents
=================

  I. Adding the meta-robot layer to your build
 II. Misc


I. Adding the meta-robot layer to your build
=================================================

Run 'bitbake-layers add-layer meta-robot'

II. Misc
========

The layer contains two recipes for robot: one versioned, one not.

The unversioned recipe  is provided to allow clients, via a bbappend, to
build - for example - the HEAD of the master branch or some other version.

To use this unversioned recipe, add the following to your local.conf or
distro configuration file.

	IMAGE_INSTALL_append = " robot"

Note that simply providing a different branch and SRCREV may be insufficient.
If your desired commit is significantly newer than that used for the versioned
recipe, then the generic build instructions may be insufficient or incorrect.