Coder Social home page Coder Social logo

meta-printing's Introduction

meta-printing layer for openembedded

This README file contains information on the contents and use of the meta-printing layer for openembedded.

Please see the corresponding sections below for details.

Dependencies

This layer depends on either:

URI: git://git.openembedded.org/bitbake
branch: master or krogoth

URI: git://git.openembedded.org/openembedded-core
layers: meta, meta-python
branch: master or krogoth

plus a BSP layer of your choice, eg, meta-ti:

URI: git://git.yoctoproject.org/meta-ti
layer: meta-ti
branch: master

or:

URI: git://git.yoctoproject.org/poky
layers: meta, meta-yocto-bsp
branch: master or krogoth

URI: https://github.com/openembedded/meta-openembedded
layers: meta, meta-python
branch: master or krogoth

Patches

Please submit any patches against the meta-printing layer by using the github pull-request feature. Fork the repo, make a branch, do the work, pull from upstream, create the pull request, yada-yada.

Maintainers:

Steve Arnold <[email protected]> Fan Xin <[email protected]>

How to Use this Layer

I. Adding the meta-printing layer to your build

In order to use this layer, you need to make the build system aware of it. Follow the normal setup instructions for your BSP layer or Yocto reference build, either by manually cloning the required layers or by using a manifest tool such as vct-beagleboard-bsp-platform or the FSL community BSP manifest.

Assuming the meta-printing layer exists at the top-level of your yocto build tree, you can add it to the build system by adding the location of the meta-printing layer to bblayers.conf, along with any other layers needed, e.g.:

BBLAYERS ?= " \
  /path/to/yocto/meta \
  /path/to/yocto/meta-poky \
  /path/to/yocto/meta-yocto-bsp \
  /path/to/yocto/meta-openembedded/meta-oe \
  /path/to/yocto/meta-openembedded/meta-python \
  /path/to/yocto/meta-printing \
  "

If you need networking support, also add meta-openembedded/meta-networking to the above.

II. Misc

Newer kernel recipes:

For a few recent beaglebone, socfpga, imx6, or mips octeon kernels add the meta-small-arm mini-bsp layer and leave the above defaults as-is.

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.