From patchwork Wed Jun 6 09:52:22 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [bitbake-devel, 0/6] V2 hob2: some tweak and add a standalone deploy image tool Date: Wed, 06 Jun 2012 09:52:22 -0000 From: Kang Kai X-Patchwork-Id: 29271 Message-Id: To: Cc: bitbake-devel@lists.openembedded.org, zhenfeng.zhao@windriver.com Hi Darren, Thanks for your detailed reivew. V2 update: 1. break up the commit about hig.py 2. some text tweak 3. remove the gtk version check 4. rename the standalone tool V1: These 2 patches try to add a standalone deploy image tool using current codes. It should be launched by run the absolute path to bitbake/bin/bitbake-deployimage, I'll add a shell script to wrap it under script directory. Regards, Kai The following changes since commit de4cdfd6bc1280ac7ac0559b87734d26294ef773: documentation/kernel-manual/kernel-how-to.xml: Updated to kernel 3.4 (2012-05-31 21:16:55 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib kangkai/distro http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kangkai/distro Kang Kai (6): ui/crumbs/utils.py: import module bb ui/crumbs/hig.py: fix run time error ui/crumbs/hig.py: remove extra spaces ui/crumbs/hig.py: check deploy process return value hob2: update DeployImageDialog for seperated tool hob2: create a standalone deploy image tool bitbake/bin/image-writer | 120 +++++++++++++++++++++++++++++++++++++ bitbake/lib/bb/ui/crumbs/hig.py | 88 ++++++++++++++++++++++----- bitbake/lib/bb/ui/crumbs/utils.py | 1 + 3 files changed, 194 insertions(+), 15 deletions(-) create mode 100755 bitbake/bin/image-writer