| Submitter | An, LimingX L |
|---|---|
| Date | May 21, 2012, 2:41 p.m. |
| Message ID | <cover.1337610738.git.limingx.l.an@intel.com> |
| Download | mbox |
| Permalink | /patch/28207/ |
| State | New |
| Headers | show |
Pull-request
git://git.pokylinux.org/poky-contrib limx/hob-bug-fixes-continueComments
On Mon, 2012-05-21 at 22:41 +0800, Liming An wrote: > The following changes since commit 2219caa312822cf756b88b07dd70a014404e9cb0: > > tune-mips64.inc: Add new tune file for mips64 big-endian (2012-05-21 09:59:04 +0100) > > are available in the git repository at: > git://git.pokylinux.org/poky-contrib limx/hob-bug-fixes-continue > http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=limx/hob-bug-fixes-continue > > Liming An (5): > Hob: add '--select a machine--' and '--select a base image--' to GUI > Hob: change the build failure scenario as ui design > Hob: fixed the issue about bug 'running image' workflow and related > view > Hob: fixed the line width of base image description view > Hob: fixed the issue about the 'run image' page should have the > primary bug Merged to master, thanks. I'm assuming the question from Shane will be addressed in a follow up patch. Cheers, Richard
The following changes since commit 2219caa312822cf756b88b07dd70a014404e9cb0: tune-mips64.inc: Add new tune file for mips64 big-endian (2012-05-21 09:59:04 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib limx/hob-bug-fixes-continue http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=limx/hob-bug-fixes-continue Liming An (5): Hob: add '--select a machine--' and '--select a base image--' to GUI Hob: change the build failure scenario as ui design Hob: fixed the issue about bug 'running image' workflow and related view Hob: fixed the line width of base image description view Hob: fixed the issue about the 'run image' page should have the primary bug bitbake/lib/bb/ui/crumbs/builddetailspage.py | 99 +++++++++++++++++++- bitbake/lib/bb/ui/crumbs/builder.py | 14 ++- bitbake/lib/bb/ui/crumbs/hoblistmodel.py | 6 +- bitbake/lib/bb/ui/crumbs/hobwidget.py | 7 ++ bitbake/lib/bb/ui/crumbs/imageconfigurationpage.py | 45 +++++++--- bitbake/lib/bb/ui/crumbs/imagedetailspage.py | 87 ++++++++++++------ bitbake/lib/bb/ui/crumbs/recipeselectionpage.py | 2 +- 7 files changed, 213 insertions(+), 47 deletions(-)