All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] hob2: add a standalone deploy image tool
@ 2012-06-05  3:37 Kang Kai
  2012-06-05  3:37 ` [PATCH 1/2] hob2: update DeployImageDialog for seperated tool Kang Kai
  2012-06-05  3:37 ` [PATCH 2/2] hob2: create a standalone deploy image tool Kang Kai
  0 siblings, 2 replies; 14+ messages in thread
From: Kang Kai @ 2012-06-05  3:37 UTC (permalink / raw)
  To: dvhart; +Cc: bitbake-devel, zhenfeng.zhao

Hi,

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 (2):
  hob2: update DeployImageDialog for seperated tool
  hob2: create a standalone deploy image tool

 bitbake/bin/bitbake-deployimage   |  135 +++++++++++++++++++++++++++++++++++++
 bitbake/lib/bb/ui/crumbs/hig.py   |   82 +++++++++++++++++++----
 bitbake/lib/bb/ui/crumbs/utils.py |    1 +
 3 files changed, 204 insertions(+), 14 deletions(-)
 create mode 100755 bitbake/bin/bitbake-deployimage

-- 
1.7.5.4




^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2012-06-06  5:13 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-05  3:37 [PATCH 0/2] hob2: add a standalone deploy image tool Kang Kai
2012-06-05  3:37 ` [PATCH 1/2] hob2: update DeployImageDialog for seperated tool Kang Kai
2012-06-05 17:38   ` Darren Hart
2012-06-06  2:33     ` Kang Kai
2012-06-06  3:01       ` Kang Kai
2012-06-05  3:37 ` [PATCH 2/2] hob2: create a standalone deploy image tool Kang Kai
2012-06-05  6:42   ` Wang, Shane
2012-06-05  7:04     ` Kang Kai
2012-06-05  7:40       ` Wang, Shane
2012-06-05  8:15         ` Kang Kai
2012-06-05 17:24           ` Darren Hart
2012-06-06  3:29             ` Kang Kai
2012-06-06  5:01               ` Wang, Shane
2012-06-05 17:55   ` Darren Hart

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.