Openembedded Bitbake Development
 help / color / mirror / Atom feed
From: Chong Lu <Chong.Lu@windriver.com>
To: <bitbake-devel@lists.openembedded.org>
Subject: [PATCH 0/2] bitbake-layers: add a ability to query layer dependencies from layer index
Date: Wed, 21 Jan 2015 16:02:48 +0800	[thread overview]
Message-ID: <cover.1421827025.git.Chong.Lu@windriver.com> (raw)

$ bitbake-layers show-layer-deps errorlayer,meta-openstack
Parsing recipes..done.
Layer                 Dependencies          Git repository                                           Subdirectory
===================================================================================================================
meta-openstack        meta-ruby             git://git.openembedded.org/meta-openembedded             meta-ruby
meta-openstack        meta-networking       git://git.openembedded.org/meta-openembedded             meta-networking
meta-openstack        meta-virtualization   git://git.yoctoproject.org/meta-virtualization           
meta-openstack        openembedded-core     git://git.openembedded.org/openembedded-core             meta
meta-openstack        meta-oe               git://git.openembedded.org/meta-openembedded             meta-oe
WARNING: errorlayer is not found in layer index.
Cloning into '/buildarea2/clu1/source/poky/meta-cloud-services'...
Add "meta-openstack" to conf/bblayers.conf
Cloning into '/buildarea2/clu1/source/poky/meta-openembedded'...
Add "meta-ruby" to conf/bblayers.conf
Add "meta-networking" to conf/bblayers.conf
Cloning into '/buildarea2/clu1/source/poky/meta-virtualization'...
Add "meta-virtualization" to conf/bblayers.conf
Add "meta-oe" to conf/bblayers.conf

$ cat conf/bblayers.conf 
# LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
# changes incompatibly
LCONF_VERSION = "6"

BBPATH = "${TOPDIR}"
BBFILES ?= ""

BBLAYERS ?= " \
  /buildarea2/clu1/source/poky/meta \
  /buildarea2/clu1/source/poky/meta-yocto \
  /buildarea2/clu1/source/poky/meta-yocto-bsp \
  /buildarea2/clu1/source/poky/meta-cloud-services/meta-openstack \
  /buildarea2/clu1/source/poky/meta-openembedded/meta-ruby \
  /buildarea2/clu1/source/poky/meta-openembedded/meta-networking \
  /buildarea2/clu1/source/poky/meta-virtualization \
  /buildarea2/clu1/source/poky/meta-openembedded/meta-oe \
  "

The following changes since commit 35c9fa0588ed8e88b541a6c80cc1517324616cea:

  maintainers: Update for non-maintained recipes (2015-01-20 21:39:41 +0000)

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib chonglu/layerindex
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=chonglu/layerindex

Chong Lu (2):
  bitbake.conf: Add two variables for layer index
  bitbake-layers: add a ability to query layer dependencies from layer
    index

 bitbake/bin/bitbake-layers | 174 +++++++++++++++++++++++++++++++++++++++++++++
 meta/conf/bitbake.conf     |   6 ++
 2 files changed, 180 insertions(+)

-- 
1.9.1



             reply	other threads:[~2015-01-21  8:07 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-21  8:02 Chong Lu [this message]
2015-01-21  8:02 ` [PATCH 1/2] bitbake.conf: Add two variables for layer index Chong Lu
2015-01-21  8:02 ` [PATCH 2/2] bitbake-layers: add a ability to query layer dependencies from " Chong Lu
2015-01-21 18:19 ` [PATCH 0/2] " Trevor Woerner
2015-01-22  1:46   ` Chong Lu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1421827025.git.Chong.Lu@windriver.com \
    --to=chong.lu@windriver.com \
    --cc=bitbake-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox