All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5] Fix for 8004
@ 2015-10-01 13:56 Ed Bartosh
  2015-10-01 13:56 ` [PATCH 1/5] toaster: implement API to get full list of deps Ed Bartosh
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: Ed Bartosh @ 2015-10-01 13:56 UTC (permalink / raw)
  To: toaster

Hi,

This patchset fixes bug 8004: importing a layer from the recipes page
auto adds the 1st level dependencies but not the 2nd level.
Now dependent layers are discovered recursively and Toaster shows all of them
in Compatible layers view when user clicks 'Add layer' button.

The patchset includes fixes for orm test suite and new test case for
Layer_Version.get_alldeps API used in this bug fix.

Changes in v2: UI shows number of first level deps in compatible layers page.
               (Reverted two patches from v1)

The following changes since commit 7b10ae122d46891c734e786358ea5f36760e8d5e:

  toaster: Fix broken test case (2015-10-01 10:42:16 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib ed/toaster/8004
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ed/toaster/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

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

--
Regards,
Ed



^ permalink raw reply	[flat|nested] 13+ messages in thread
* [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
  0 siblings, 1 reply; 13+ 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] 13+ messages in thread

end of thread, other threads:[~2015-10-09 17:34 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-01 13:56 [PATCH v2 0/5] Fix for 8004 Ed Bartosh
2015-10-01 13:56 ` [PATCH 1/5] toaster: implement API to get full list of deps Ed Bartosh
2015-10-07 16:17   ` Michael Wood
2015-10-09 17:34     ` Michael Wood
2015-10-01 13:56 ` [PATCH 2/5] toaster: use get_alldeps in layerdetails renderer Ed Bartosh
2015-10-01 13:56 ` [PATCH 3/5] toaster: fix NameError Ed Bartosh
2015-10-01 13:56 ` [PATCH 4/5] toaster: fix orm tests Ed Bartosh
2015-10-01 13:56 ` [PATCH 5/5] toaster: test get_alldeps API Ed Bartosh
2015-10-01 15:51 ` [PATCH v2 0/5] Fix for 8004 Barros Pena, Belen
2015-10-01 17:56   ` Brian Avery
2015-10-02  9:29     ` Barros Pena, Belen
2015-10-02 18:05       ` Brian Avery
  -- strict thread matches above, loose matches on Subject: below --
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

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.