Giter Site home page Giter Site logo

meta-debian / meta-debian-extra Goto Github PK

View Code? Open in Web Editor NEW
5.0 12.0 7.0 266 KB

Meta-layer for Poky to build Debian packages whose versions are different from meta-debian.

License: MIT License

BitBake 96.41% Shell 0.92% PHP 1.52% Pascal 0.08% CMake 0.02% NASL 0.60% C++ 0.44%
meta-layer debian-packages bitbake jessie-backports stretch meta-debian debian-source debian

meta-debian-extra's Introduction

What is meta-debian-extra?

meta-debian-extra has additional recipes to meta-debian. These recipes have upper version than recipes in meta-debian.

For now, jethro branch in meta-debian has recipe for jessie(debian 8) package. On the other hand, jethro branch in meta-deiban-extra has recipes for jessie-backports/stretch pakcages.

The branch name is one-to-one correspondence between meta-debian and meta-debian-extra.

Quick Start

meta-debian-extra needs meta-debian, so that meta-debian-extra cannot bitbake without meta-debian. Please refer to README in meta-debian for how to bitbake with meta-debian.

https://github.com/meta-debian/meta-debian

There should be meta-debian-extra in poky directory same as meta-debian.

./poky/
├── LICENSE
├── README
├── README.hardware
├── bitbake
├── documentation
├── meta
├── meta-debian
├── meta-debian-extra <- here
├── meta-selftest
├── meta-skeleton
├── meta-yocto
├── meta-yocto-bsp
├── oe-init-build-env
├── oe-init-build-env-memres
├── patches
└── scripts

BBLAYERS

You need to set BBLAYERS in your project to include meta-debian-extra.

 BBLAYERS ?= " \
   ##OEROOT##/meta \
   ##OEROOT##/meta-debian-extra/meta-stretch \
   ##OEROOT##/meta-debian-extra/meta-jessie-backports \
   ##OEROOT##/meta-debian \
   ##OEROOT##/meta-your-project \
   "

Layer Priority

meta-debian-extra layer has lower priority than meta-debian. So all recipe in meta-debian-extra, which has same name as recipes in meta-debian, are overridden by default. That's why, if you would like to build jessie-backports/stretch packages, you have to define BBMASK to ignore recipes in meta-debian, like

BBMASK  = "/meta-debian/recipes-debian/RECIPE-A/"
BBMASK .= "|/meta-debian/recipes-debian/RECIPE-B/"
BBMASK .= "|/meta-debian/recipes-debian/RECIPE-C/"

in local.conf for meta-your-project,

NOTE: meta-jessie-backports and meta-stretch has same priority.

License

License of meta-debian is same as meta in poky i.e. All metadata is MIT licensed unless otherwise stated. Source code included in tree for individual recipes is under the LICENSE stated in the associated recipe (.bb file) unless otherwise stated.

See COPYING.MIT for more details about MIT license.

Community Resources

Project home

Mailing list

Mailing list subscription

meta-debian-extra's People

Contributors

dothanhtrung avatar huongnguyenthi avatar iwamatsu avatar myamada9999 avatar thond-tsdv avatar toshi-y avatar zuka0828 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  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.