[yocto] [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

2011-01-07 Thread Liping Ke
Signed-off-by: Jessica Zhang jessica.zh...@intel.com --- .../installer/adt-installer/adt_installer | 363 .../installer/adt-installer/adt_installer.conf | 29 ++ .../adt-installer/opkg/conf/opkg-sdk-i586.conf |7 +

[yocto] [PATCH 0/1] Resend:[Image-Creator]Make bitbake server type configurable (xmlrpc, none)

2011-04-27 Thread Liping Ke
From: Liping Ke liping...@intel.com Add -t options in bitbake for configuring server type. Signed-off-by: Liping Ke liping...@intel.com Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: lke/server_type Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=lke/server_type

[yocto] (no subject)

2011-04-27 Thread Liping Ke
From: Liping Ke liping...@intel.com Subject: [PATCH 1/1] Resend:[Image-Creator]Make bitbake server type configurable (xmlrpc, none) Add -t options in bitbake for configuring server type. Signed-off-by: Liping Ke liping...@intel.com --- bitbake/bin/bitbake | 22 +- 1

[yocto] [PATCH 0/1] Resend:[Image-Creator]Make bitbake server type configurable (xmlrpc, none)

2011-04-28 Thread Liping Ke
From: Liping Ke liping...@intel.com Add -t options in bitbake for configuring server type. Signed-off-by: Liping Ke liping...@intel.com Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: lke/server_type Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=lke/server_type

[yocto] [PATCH 1/1] Resend:[Image-Creator]Make bitbake server type configurable(xmlrpc, none)

2011-04-28 Thread Liping Ke
From: Liping Ke liping...@intel.com Add -t options in bitbake for configuring server type. Signed-off-by: Liping Ke liping...@intel.com --- bitbake/bin/bitbake | 22 +- 1 files changed, 17 insertions(+), 5 deletions(-) diff --git a/bitbake/bin/bitbake b/bitbake/bin

[yocto] [PATCH 2/4][Image Creator]Put extra requested fields into different cache files

2011-05-12 Thread Liping Ke
From: Liping Ke liping...@intel.com Data Retrive methods will be reused by Extra Cache Data fields. It is independent Class methods for data retrieving. Signed-off-by: Liping Ke liping...@intel.com --- bitbake/lib/bb/cache.py |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff