summaryrefslogtreecommitdiffstats
path: root/lib/bb/ui/hob.py
AgeCommit message (Collapse)Author
2011-06-08bitbake/hob: fix cancel buttonJoshua Lock
An accidental logic inversion (aka thinko) had the cancel button only cancel a build when the user didn't confirm the cancellation (i.e. clicked no)... (From Poky rev: ff3e326269d27662c830b04e05b571d257b89346) Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-06-07cache: Introduce new param caches_array into Cache impl.Liping Ke
When using hob ui interface, we need extra cache fields. We will save ui required extra cache fields into a separate cache file. This patch introduce this caches_array parameter. It will be used in the extra cache implementation (following patch). Caches_array at least contains CoreRecipeInfo. If users need extra cache fields support, such as 'hob', caches_array will contain more relevant elements such as HobRecipeInfo. Signed-off-by: Liping Ke <liping.ke@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-03-03Add new UI hob, a prototype Gtk+ GUI for creating imagesJoshua Lock
Hob is a first stab at implementing an interactive GUI for BitBake. (From Poky rev: 6dbceb0be9a1b8d7d5124b4fbd74f18609bc6146) Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>