All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] localhostbecontroller fixes
@ 2016-03-04 17:58 Michael Wood
  2016-03-04 17:58 ` [PATCH 1/5] toaster: localhostbecontroller Don't clear out toaster custom layer dir Michael Wood
                   ` (6 more replies)
  0 siblings, 7 replies; 16+ messages in thread
From: Michael Wood @ 2016-03-04 17:58 UTC (permalink / raw)
  To: toaster


Fixes for localhostbecontroller to allow file:/// uri for git repositories. Allowing the file:/// uri had an unintended consequence that the layer we generate for the custom image layer/recipes have had a dummy value of file:///_meta-toaster as its giturl so it tried and fails to git clone the dummy url. This fixes this and another issue identified in testing when building a custom image based on a custom image https://bugzilla.yoctoproject.org/show_bug.cgi?id=9206

branch available on poky-contrib michaelw/toaster/localhostbctrl


Michael Wood (5):
  toaster: localhostbecontroller Don't clear out toaster custom layer
    dir
  toaster: orm Add a constant for the CustomImageRecipe's layer name
  toaster: localhostbecontroller Allow file:/// uri type for git repo
  toaster: localhostbecontroller put generated layer in the builddir
  toaster: orm generate CustomImageRecipe contents try secondary path

 bitbake/lib/bb/ui/buildinfohelper.py                    |  2 +-
 bitbake/lib/toaster/bldcontrol/localhostbecontroller.py | 10 +++++-----
 bitbake/lib/toaster/orm/models.py                       | 15 +++++++++++----
 bitbake/lib/toaster/toastergui/views.py                 |  2 +-
 4 files changed, 18 insertions(+), 11 deletions(-)

-- 
2.5.0



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

end of thread, other threads:[~2016-03-08 18:26 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-04 17:58 [PATCH 0/5] localhostbecontroller fixes Michael Wood
2016-03-04 17:58 ` [PATCH 1/5] toaster: localhostbecontroller Don't clear out toaster custom layer dir Michael Wood
2016-03-04 17:58 ` [PATCH 2/5] toaster: orm Add a constant for the CustomImageRecipe's layer name Michael Wood
2016-03-04 17:58 ` [PATCH 3/5] toaster: localhostbecontroller Allow file:/// uri type for git repo Michael Wood
2016-03-04 17:58 ` [PATCH 4/5] toaster: localhostbecontroller put generated layer in the builddir Michael Wood
2016-03-04 17:59 ` [PATCH 5/5] toaster: orm generate CustomImageRecipe contents try secondary path Michael Wood
2016-03-05  1:13 ` [PATCH 0/5] localhostbecontroller fixes Brian Avery
2016-03-07 11:42   ` Barros Pena, Belen
2016-03-07 16:10     ` Michael Wood
2016-03-07 16:03 ` [PATCH v2 1/5] toaster: localhostbecontroller Don't clear out toaster custom layer dir Michael Wood
2016-03-07 16:03   ` [PATCH v2 2/5] toaster: orm Add a constant for the CustomImageRecipe's layer name Michael Wood
2016-03-07 16:03   ` [PATCH v2 3/5] toaster: localhostbecontroller Allow file:/// uri type for git repo Michael Wood
2016-03-08 18:05     ` Barros Pena, Belen
2016-03-07 16:03   ` [PATCH v2 4/5] toaster: localhostbecontroller put generated layer in the builddir Michael Wood
2016-03-07 16:03   ` [PATCH v2 5/5] toaster: orm generate CustomImageRecipe contents try secondary path Michael Wood
2016-03-08 18:25     ` Barros Pena, Belen

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.