From patchwork Sat Apr 14 18:58:53 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [bitbake-devel,0/2] Hob fixes Date: Sat, 14 Apr 2012 18:58:53 -0000 From: Shane Wang X-Patchwork-Id: 25843 Message-Id: To: bitbake-devel@lists.openembedded.org 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(-)