All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] single patch for new adt-installer feature
@ 2011-01-04  7:42 Jessica Zhang
  2011-01-04  7:21 ` [PATCH 1/1] adt-intaller feature implementation, including the bitbake recipe file for creating the intaller tar file under /tmp/deploy/sdk, and the adt-installer script files and config files Liping Ke
  2011-01-05 22:04 ` [PATCH 0/1] single patch for new adt-installer feature Saul Wold
  0 siblings, 2 replies; 5+ messages in thread
From: Jessica Zhang @ 2011-01-04  7:42 UTC (permalink / raw)
  To: poky

This patch capture the adt-installer feature which includes a recipe file for generating adt-installer tar ball and all the script files and config files for adt-installer.  

Create this single patch to avoid the initial adt-install pull request messy situation for review.

Pull URL: git://git.pokylinux.org/poky-contrib.git
  Branch: jzhang/installer-feature
  Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=jzhang/installer-feature

Thanks,
    Jessica Zhang <jessica.zhang@intel.com>
---


Liping Ke (1):
  adt-intaller feature implementation, including the bitbake recipe
    file for creating the intaller tar file under /tmp/deploy/sdk, and
    the adt-installer script files and config files

 .../installer/adt-installer/adt_installer          |  363 ++++++++++++++++++++
 .../installer/adt-installer/adt_installer.conf     |   29 ++
 .../adt-installer/opkg/conf/opkg-sdk-i586.conf     |    7 +
 .../adt-installer/opkg/conf/opkg-sdk-x86_64.conf   |    7 +
 .../adt-installer/scripts/adt_installer_internal   |  207 +++++++++++
 .../installer/adt-installer/scripts/data_define    |   35 ++
 .../installer/adt-installer/scripts/extract_rootfs |   63 ++++
 .../installer/adt-installer/scripts/util           |   99 ++++++
 .../installer/adt-installer_1.0.bb                 |   61 ++++
 9 files changed, 871 insertions(+), 0 deletions(-)
 create mode 100755 meta/recipes-devtools/installer/adt-installer/adt_installer
 create mode 100644 meta/recipes-devtools/installer/adt-installer/adt_installer.conf
 create mode 100644 meta/recipes-devtools/installer/adt-installer/opkg/conf/opkg-sdk-i586.conf
 create mode 100644 meta/recipes-devtools/installer/adt-installer/opkg/conf/opkg-sdk-x86_64.conf
 create mode 100755 meta/recipes-devtools/installer/adt-installer/scripts/adt_installer_internal
 create mode 100644 meta/recipes-devtools/installer/adt-installer/scripts/data_define
 create mode 100755 meta/recipes-devtools/installer/adt-installer/scripts/extract_rootfs
 create mode 100644 meta/recipes-devtools/installer/adt-installer/scripts/util
 create mode 100644 meta/recipes-devtools/installer/adt-installer_1.0.bb



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

end of thread, other threads:[~2011-01-07  3:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-04  7:42 [PATCH 0/1] single patch for new adt-installer feature Jessica Zhang
2011-01-04  7:21 ` [PATCH 1/1] adt-intaller feature implementation, including the bitbake recipe file for creating the intaller tar file under /tmp/deploy/sdk, and the adt-installer script files and config files Liping Ke
2011-01-05 22:04 ` [PATCH 0/1] single patch for new adt-installer feature Saul Wold
2011-01-06  1:19   ` Ke, Liping
2011-01-07  3:06   ` Ke, Liping

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.