[Toaster] [PATCH 0/5] localhostbecontroller fixes
Michael Wood
michael.g.wood at intel.com
Fri Mar 4 09:58:55 PST 2016
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
More information about the toaster
mailing list