All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jessica Zhang <jessica.zhang@intel.com>
To: yocto@yoctoproject.org
Subject: [PATCH 0/2] Resend pull request for ADT installer with fixed for MIT Lic and repo entry
Date: Fri, 7 Jan 2011 13:38:02 -0800	[thread overview]
Message-ID: <cover.1294436282.git.jessica.zhang@intel.com> (raw)

Fix the MIT License issues and leave ipkg repo entry empty before it's setup

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>
---


Jessica Zhang (1):
  Fix MIT Lic issues and leave references to adt repo entry empty
    before it's setup

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          |  367 ++++++++++++++++++++
 .../installer/adt-installer/adt_installer.conf     |   52 +++
 .../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   |  209 +++++++++++
 .../installer/adt-installer/scripts/data_define    |   40 +++
 .../installer/adt-installer/scripts/extract_rootfs |   67 ++++
 .../installer/adt-installer/scripts/util           |  104 ++++++
 .../installer/adt-installer_1.0.bb                 |   84 +++++
 9 files changed, 937 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



             reply	other threads:[~2011-01-07 21:19 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-07 21:38 Jessica Zhang [this message]
2011-01-04  7:21 ` [PATCH 1/2] 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-07 21:31 ` [PATCH 2/2] Fix MIT Lic issues and leave references to adt repo entry empty before it's setup Jessica Zhang

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1294436282.git.jessica.zhang@intel.com \
    --to=jessica.zhang@intel.com \
    --cc=yocto@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.