]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
toaster: buildinfohelper toaster-custom-images layer
authorMichael Wood <michael.g.wood@intel.com>
Thu, 24 Nov 2016 11:20:00 +0000 (11:20 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 30 Nov 2016 15:47:46 +0000 (15:47 +0000)
commitba5332d4960d7f4f79aef63136796e2fa67284e3
tree72b641dadf021625a4b62febed06d889e8ac63fa
parentf3e99d820f3798869a2a1d1604709c1c324dbbab
toaster: buildinfohelper toaster-custom-images layer

This fixes the unidentified layers issue by making the
toaster-custom-images layer a local layer. By doing this we also fix the
git assumptions made for the local layers which stop recipes and other
meta data being associated with them. This also removed some of the
special casing previously needed when we didn't have the concept of a
local (non git) layer.

Also rename created flag var to a have a different var for each returned
value so that the same value isn't used multiple times.

[YOCTO #10220]

Signed-off-by: Michael Wood <michael.g.wood@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
lib/bb/ui/buildinfohelper.py
lib/toaster/bldcontrol/localhostbecontroller.py
lib/toaster/orm/models.py
lib/toaster/toastergui/api.py