Openembedded Bitbake Development
 help / color / mirror / Atom feed
* [PATCH 0/5] toaster:Add layer dependencies recursively #8004
@ 2015-10-02 18:05 brian avery
  2015-10-02 18:05 ` [PATCH 1/5] toaster: implement API to get full list of deps brian avery
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: brian avery @ 2015-10-02 18:05 UTC (permalink / raw)
  To: bitbake-devel

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



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-10-02 18:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-02 18:05 [PATCH 0/5] toaster:Add layer dependencies recursively #8004 brian avery
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox