Coder Social home page Coder Social logo

meta-opendds's Introduction

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

Please see the corresponding sections below for details.

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

  URI: git://git.openembedded.org/meta-openembedded
  branch: scarthgap

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

Patches
=======

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

Maintainer: Keith Derrick <[email protected]>

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

  I. Adding the meta-openembedded/meta-oe and meta-opendds layers to your build
 II. Misc


I. Adding the meta-openembedded/meta-oe and meta-opendds layers to your build
=================================================

Run 'bitbake-layers add-layer meta-openembedded/meta-oe'
Run 'bitbake-layers add-layer meta-opendds'

II. Misc
========

The layer contains two recipes for OpenDDS: one versioned and one not.

If PREFERRED_VERSION is not specifed in your local.conf then the OpenDDS 3.28.0 recipe will be
selected for build by default

The versioned recipe will use the DOC Group ACE/TAO v2 by default.
To build the versioned recipe with DOC Group ACE/TAO v3 add the following to your local.conf
    
    PACKAGECONFIG:append:pn-opendds = " doc-group3"
    PACKAGECONFIG:append:pn-opendds-native = " doc-group3"
  
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.


    PREFERRED_VERSION_opendds="1.0+git%"
    PREFERRED_VERSION_opendds-native="1.0+git%"
    PREFERRED_VERSION_nativesdk-opendds="1.0+git%"
    

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.

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.