| Submitter | Shane Wang |
|---|---|
| Date | April 14, 2012, 6:58 p.m. |
| Message ID | <cover.1334429179.git.shane.wang@intel.com> |
| Download | mbox |
| Permalink | /patch/25843/ |
| State | New |
| Headers | show |
Pull-request
git://git.pokylinux.org/poky-contrib shane/hob_0413Comments
On Sun, 2012-04-15 at 02:58 +0800, Shane Wang wrote: > The fixes include: > - remember settings and layers between Hob sessions. > - continue to fix another case to forget user selection when settings are changed. > > The following changes since commit 276b86509ba29046828d283f15ae44ae0850d1d0: > > Hob: Use BB_DEFAULT_TASK as build task instead of hardcoded "build" (2012-04-14 14:43:24 +0100) > > are available in the git repository at: > git://git.pokylinux.org/poky-contrib shane/hob_0413 > http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=shane/hob_0413 > > Shane Wang (2): > Hob: remember layers and settings between Hob sessions > Hob: reset user recipe selection and package selection after settings > are changed > > bitbake/lib/bb/ui/crumbs/builddetailspage.py | 16 +- > bitbake/lib/bb/ui/crumbs/builder.py | 170 ++++++++++++------- > bitbake/lib/bb/ui/crumbs/hobeventhandler.py | 1 - > bitbake/lib/bb/ui/crumbs/imageconfigurationpage.py | 4 +- > bitbake/lib/bb/ui/crumbs/template.py | 24 +++- > 5 files changed, 136 insertions(+), 79 deletions(-) Merged to master, thanks. Richard
The fixes include: - remember settings and layers between Hob sessions. - continue to fix another case to forget user selection when settings are changed. The following changes since commit 276b86509ba29046828d283f15ae44ae0850d1d0: Hob: Use BB_DEFAULT_TASK as build task instead of hardcoded "build" (2012-04-14 14:43:24 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib shane/hob_0413 http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=shane/hob_0413 Shane Wang (2): Hob: remember layers and settings between Hob sessions Hob: reset user recipe selection and package selection after settings are changed bitbake/lib/bb/ui/crumbs/builddetailspage.py | 16 +- bitbake/lib/bb/ui/crumbs/builder.py | 170 ++++++++++++------- bitbake/lib/bb/ui/crumbs/hobeventhandler.py | 1 - bitbake/lib/bb/ui/crumbs/imageconfigurationpage.py | 4 +- bitbake/lib/bb/ui/crumbs/template.py | 24 +++- 5 files changed, 136 insertions(+), 79 deletions(-)