All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jessica Zhang <jessica.zhang@intel.com>
To: poky@yoctoproject.org
Subject: [PATCH 00/59] Consolidate adt-installer pull request
Date: Mon, 3 Jan 2011 16:03:49 -0800	[thread overview]
Message-ID: <cover.1294099429.git.jessica.zhang@intel.com> (raw)

This is the consolidated pull request that contains all the changes for adt_installer work, including the bitbake recipe file for creating the installer tar file under /tmp/deploy/sdk, after untar, run the adt-installer to install adt cross-toolchain and target sysroots.


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

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


Jessica Zhang (9):
  Correct messages, fix bug for parsing YOCTOADT_TARGET_ARCH variable
    correctly
  more messages cleanup, fix issues: 1) download all the specified
    rootfs fiels, 2) add check for yocto_installer_internal, 3) error
    out when sysroot image file or sysroot location are empty
  Clean messaging, prompt consolidation and bug fixes
  Correct messages, fix bug for parsing YOCTOADT_TARGET_ARCH variable
    correctly
  more messages cleanup, fix issues: 1) download all the specified
    rootfs fiels, 2) add check for yocto_installer_internal, 3) error
    out when sysroot image file or sysroot location are empty
  Clean messaging, prompt consolidation and bug fixes
  change file names, more clean up of messaging, add comments and
    simplify config file entries, change code support new config file
  missing files for change file names, more clean up of messaging, add
    comments and simplify config file entries, change code support new
    config file
  Move version info to the beginning of conf file and fix a minor typo
    in adt_installer.conf

Liping Ke (50):
  Add initial yocto adt installer script
  New version of installer script
  Redirect downloading information to both screen and log file
  Change sdk version in configuration file to 0.9+snapshot
  Change qemu kernel downloading output info to be noverbose
  Make bar viewing for showing download progress instead of dot view
  Update user configuration file for testing
  If qemu file already exists, user can choose download new or keep the
    old
  Modify folders per Josh's suggestion
  sudo is controlled in smaller granularity.
  Add opkg source tarball for testing.
  Add split include script file
  Remove the param passing for readability
  Remove redundant prompts
  Move installer scripts to the decided folders
  Add new folder under installer for conforming bb file path
    conventions
  Add installer scripts tarball generating bb file
  Add just installer scripts code according to bb file logic
  Make Silent installation as another option for avoiding bothering
    users.
  Removde Debug options from installer script
  Remove unneccessary folder creation in do_deploy
  Store pseudo database in target rootfs
  Link ld.so.cache file into the host filesystem
  Add initial yocto adt installer script
  New version of installer script
  Redirect downloading information to both screen and log file
  Change sdk version in configuration file to 0.9+snapshot
  Change qemu kernel downloading output info to be noverbose
  Make bar viewing for showing download progress instead of dot view
  Update user configuration file for testing
  If qemu file already exists, user can choose download new or keep the
    old
  Modify folders per Josh's suggestion
  sudo is controlled in smaller granularity.
  Add opkg source tarball for testing.
  Add split include script file
  Remove the param passing for readability
  Remove redundant prompts
  Move installer scripts to the decided folders
  Add new folder under installer for conforming bb file path
    conventions
  Add installer scripts tarball generating bb file
  Add just installer scripts code according to bb file logic
  Make Silent installation as another option for avoiding bothering
    users.
  Removde Debug options from installer script
  Remove unneccessary folder creation in do_deploy
  Store pseudo database in target rootfs
  Link ld.so.cache file into the host filesystem
  Remove old unused renamed files
  Remove unused rename file
  Fix several defects: sdk_version, relative path
  Adjust the code according to installation configuration file changes.



             reply	other threads:[~2011-01-03 23:47 UTC|newest]

Thread overview: 61+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-04  0:03 Jessica Zhang [this message]
2010-12-21 19:26 ` [PATCH 37/59] Modify folders per Josh's suggestion Liping Ke
2010-12-21 19:26 ` [PATCH 11/59] " Liping Ke
2010-12-22  0:49 ` [PATCH 38/59] sudo is controlled in smaller granularity Liping Ke
2010-12-22  0:49 ` [PATCH 12/59] " Liping Ke
2010-12-22  0:54 ` [PATCH 13/59] Add opkg source tarball for testing Liping Ke
2010-12-22  0:54 ` [PATCH 39/59] " Liping Ke
2010-12-22  1:16 ` [PATCH 14/59] Add split include script file Liping Ke
2010-12-22  1:16 ` [PATCH 40/59] " Liping Ke
2010-12-22  1:31 ` [PATCH 15/59] Remove the param passing for readability Liping Ke
2010-12-22  1:31 ` [PATCH 41/59] " Liping Ke
2010-12-22 23:37 ` [PATCH 42/59] Remove redundant prompts Liping Ke
2010-12-22 23:37 ` [PATCH 16/59] " Liping Ke
2010-12-22 23:50 ` [PATCH 43/59] Move installer scripts to the decided folders Liping Ke
2010-12-22 23:50 ` [PATCH 17/59] " Liping Ke
2010-12-23  0:57 ` [PATCH 18/59] Add new folder under installer for conforming bb file path conventions Liping Ke
2010-12-23  0:57 ` [PATCH 44/59] " Liping Ke
2010-12-23 21:47 ` [PATCH 19/59] Add installer scripts tarball generating bb file Liping Ke
2010-12-23 21:47 ` [PATCH 45/59] " Liping Ke
2010-12-23 22:39 ` [PATCH 46/59] Add just installer scripts code according to bb file logic Liping Ke
2010-12-23 22:39 ` [PATCH 20/59] " Liping Ke
2010-12-23 23:40 ` [PATCH 47/59] Make Silent installation as another option for avoiding bothering users Liping Ke
2010-12-23 23:40 ` [PATCH 21/59] " Liping Ke
2010-12-24 21:12 ` [PATCH 48/59] Removde Debug options from installer script Liping Ke
2010-12-24 21:12 ` [PATCH 22/59] " Liping Ke
2010-12-24 21:29 ` [PATCH 49/59] Remove unneccessary folder creation in do_deploy Liping Ke
2010-12-24 21:29 ` [PATCH 23/59] " Liping Ke
2010-12-27 23:21 ` [PATCH 24/59] Store pseudo database in target rootfs Liping Ke
2010-12-27 23:21 ` [PATCH 50/59] " Liping Ke
2010-12-28  1:10 ` [PATCH 25/59] Link ld.so.cache file into the host filesystem Liping Ke
2010-12-28  1:10 ` [PATCH 51/59] " Liping Ke
2010-12-28  1:33 ` [PATCH 52/59] Clean messaging, prompt consolidation and bug fixes Jessica Zhang
2010-12-28  1:33 ` [PATCH 26/59] " Jessica Zhang
2010-12-29  0:03 ` [PATCH 53/59] change file names, more clean up of messaging, add comments and simplify config file entries, change code support new config file Jessica Zhang
2010-12-29  0:17 ` [PATCH 54/59] missing files for " Jessica Zhang
2010-12-29 17:51 ` [PATCH 55/59] Remove old unused renamed files Liping Ke
2010-12-29 17:54 ` [PATCH 56/59] Remove unused rename file Liping Ke
2010-12-29 18:58 ` [PATCH 57/59] Fix several defects: sdk_version, relative path Liping Ke
2010-12-29 19:33 ` [PATCH 58/59] Adjust the code according to installation configuration file changes Liping Ke
2011-01-03 22:51 ` [PATCH 59/59] Move version info to the beginning of conf file and fix a minor typo in adt_installer.conf Jessica Zhang
2011-01-03 23:47 ` [PATCH 03/59] Correct messages, fix bug for parsing YOCTOADT_TARGET_ARCH variable correctly Jessica Zhang
2011-01-03 23:47 ` [PATCH 10/59] If qemu file already exists, user can choose download new or keep the old Liping Ke
2011-01-03 23:47 ` [PATCH 09/59] Update user configuration file for testing Liping Ke
2011-01-03 23:47 ` [PATCH 08/59] Make bar viewing for showing download progress instead of dot view Liping Ke
2011-01-03 23:47 ` [PATCH 05/59] Redirect downloading information to both screen and log file Liping Ke
2011-01-03 23:47 ` [PATCH 06/59] Change sdk version in configuration file to 0.9+snapshot Liping Ke
2011-01-03 23:47 ` [PATCH 04/59] more messages cleanup, fix issues: 1) download all the specified rootfs fiels, 2) add check for yocto_installer_internal, 3) error out when sysroot image file or sysroot location are empty Jessica Zhang
2011-01-03 23:47 ` [PATCH 01/59] Add initial yocto adt installer script Liping Ke
2011-01-03 23:47 ` [PATCH 07/59] Change qemu kernel downloading output info to be noverbose Liping Ke
2011-01-03 23:47 ` [PATCH 02/59] New version of installer script Liping Ke
2011-01-03 23:47 ` [PATCH 33/59] Change qemu kernel downloading output info to be noverbose Liping Ke
2011-01-03 23:47 ` [PATCH 34/59] Make bar viewing for showing download progress instead of dot view Liping Ke
2011-01-03 23:47 ` [PATCH 31/59] Redirect downloading information to both screen and log file Liping Ke
2011-01-03 23:47 ` [PATCH 32/59] Change sdk version in configuration file to 0.9+snapshot Liping Ke
2011-01-03 23:47 ` [PATCH 27/59] Add initial yocto adt installer script Liping Ke
2011-01-03 23:47 ` [PATCH 30/59] more messages cleanup, fix issues: 1) download all the specified rootfs fiels, 2) add check for yocto_installer_internal, 3) error out when sysroot image file or sysroot location are empty Jessica Zhang
2011-01-03 23:47 ` [PATCH 35/59] Update user configuration file for testing Liping Ke
2011-01-03 23:47 ` [PATCH 29/59] Correct messages, fix bug for parsing YOCTOADT_TARGET_ARCH variable correctly Jessica Zhang
2011-01-03 23:47 ` [PATCH 36/59] If qemu file already exists, user can choose download new or keep the old Liping Ke
2011-01-03 23:47 ` [PATCH 28/59] New version of installer script Liping Ke
2011-01-04  5:22 ` [PATCH 00/59] Consolidate adt-installer pull request Tian, Kevin

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.1294099429.git.jessica.zhang@intel.com \
    --to=jessica.zhang@intel.com \
    --cc=poky@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.