From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga11.intel.com ([192.55.52.93]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1SWfgM-0007Pz-Nf for bitbake-devel@lists.openembedded.org; Tue, 22 May 2012 05:22:46 +0200 Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP; 21 May 2012 20:12:37 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.71,315,1320652800"; d="scan'208";a="169483151" Received: from dongxiao-osel.sh.intel.com (HELO localhost) ([10.239.36.11]) by fmsmga002.fm.intel.com with ESMTP; 21 May 2012 20:12:36 -0700 From: Dongxiao Xu To: bitbake-devel@lists.openembedded.org Date: Tue, 22 May 2012 11:08:33 +0800 Message-Id: X-Mailer: git-send-email 1.7.4.1 Subject: [PATCH 0/2 v2][PULL] Hob: Add white/black pattern to filter images X-BeenThere: bitbake-devel@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 May 2012 03:22:46 -0000 Hi Richard, This pull request adds white/black pattern to filter images listed in image combobox. Besides, it fixes a small issue on update_image_desc() function. Please help to review and pull. Changes from v1: - Rename IMAGE_WHITE_PATTERN and IMAGE_BLACK_PATTERN to BBUI_IMAGE_WHITE_PATTERN and BBUI_IMAGE_BLACK_PATTERN. Thanks, Dongxiao The following changes since commit 39adb5741d9eee0879d3181be505400dffc60804: bb/fetch2/__init__.py: Don't try to compute checksums for directories (2012-05-21 09:24:17 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib dxu4/hob-bugfix http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dxu4/hob-bugfix Dongxiao Xu (2): Hob: Add filter for images listed in image combo Hob: Get image name internally when updating the image description lib/bb/ui/crumbs/builder.py | 6 +++- lib/bb/ui/crumbs/hobeventhandler.py | 2 + lib/bb/ui/crumbs/imageconfigurationpage.py | 42 ++++++++++++++++++++++++---- 3 files changed, 43 insertions(+), 7 deletions(-) -- 1.7.4.1