All of lore.kernel.org
 help / color / mirror / Atom feed
From: brian avery <avery.brian@gmail.com>
To: bitbake-devel@lists.openembedded.org
Subject: [PATCH 0/5] toaster:Add layer dependencies recursively #8004
Date: Fri,  2 Oct 2015 11:05:09 -0700	[thread overview]
Message-ID: <cover.1443809021.git.avery.brian@gmail.com> (raw)

This lets a layer that has 2nd level dependencies (depends on x that depends on y)        
have all the dependent layers added to your project, not just the 1st level deps.                                                                                                                                                  

-b                                                                                                                                                                                                                                 
The following changes since commit af1e3160922a30b8a538959335a5f8945f2f3549:

  toaster: Remove project name from latest project builds (2015-10-02 14:44:14 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib bavery/submit/ed/2015-10-02_layerdeps-8004
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=bavery/submit/ed/2015-10-02_layerdeps-8004

Ed Bartosh (5):
  toaster: implement API to get full list of deps
  toaster: use get_alldeps in layerdetails renderer
  toaster: fix NameError
  toaster: fix orm tests
  toaster: test get_alldeps API

 lib/toaster/orm/models.py       | 21 +++++++++++++++-
 lib/toaster/orm/tests.py        | 53 ++++++++++++++++++-----------------------
 lib/toaster/toastergui/views.py |  4 ++--
 3 files changed, 45 insertions(+), 33 deletions(-)

-- 
1.9.1



             reply	other threads:[~2015-10-02 18:03 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-02 18:05 brian avery [this message]
2015-10-02 18:05 ` [PATCH 1/5] toaster: implement API to get full list of deps brian avery
2015-10-02 18:05 ` [PATCH 2/5] toaster: use get_alldeps in layerdetails renderer brian avery
2015-10-02 18:05 ` [PATCH 3/5] toaster: fix NameError brian avery
2015-10-02 18:05 ` [PATCH 4/5] toaster: fix orm tests brian avery
2015-10-02 18:05 ` [PATCH 5/5] toaster: test get_alldeps API brian avery

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.1443809021.git.avery.brian@gmail.com \
    --to=avery.brian@gmail.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.