[OE-core] [PATCH 0/1] Make toolchain output name using SDK_VERSION [yocto #2342]

2013-04-30 Thread Jessica Zhang
/2342 Jessica Zhang (1): Make toolchain output name using SDK_VERSION instead of DISTRO_VERSION to be consistent [yocto #2342] meta/classes/populate_sdk_base.bbclass |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 1.7.9.5

[OE-core] [PATCH 1/1] Make toolchain output name using SDK_VERSION instead of DISTRO_VERSION to be consistent [yocto #2342]

2013-04-30 Thread Jessica Zhang
Signed-off-by: Jessica Zhang jessica.zh...@intel.com --- meta/classes/populate_sdk_base.bbclass |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/populate_sdk_base.bbclass b/meta/classes/populate_sdk_base.bbclass index 49e4469..e5bc0b4 100644 --- a/meta/classes

[OE-core] [PATCH 1/1] Add kernel arch variable in SDK environment variable list for supporting build external kernel module using SDK

2013-02-25 Thread Jessica Zhang
Signed-off-by: Jessica Zhang jessica.zh...@intel.com --- meta/classes/toolchain-scripts.bbclass |5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/meta/classes/toolchain-scripts.bbclass b/meta/classes/toolchain-scripts.bbclass index d336397..050e799 100644 --- a/meta

[OE-core] [PATCH 0/1] Add kernel arch variable in SDK environment variable list

2013-02-25 Thread Jessica Zhang
://git.yoctoproject.org/cgit.cgi//log/?h=master Jessica Zhang (1): Add kernel arch variable in SDK environment variable list for supporting build external kernel module using SDK meta/classes/toolchain-scripts.bbclass |5 - 1 file changed, 4 insertions(+), 1 deletion(-) -- 1.7.9.5

[OE-core] [PATCH 1/1] Fix the first line typo of adt-installer [YOCTO#3384]

2012-11-12 Thread Jessica Zhang
Signed-off-by: Jessica Zhang jessica.zh...@intel.com --- .../installer/adt-installer/adt_installer |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/installer/adt-installer/adt_installer b/meta/recipes-devtools/installer/adt-installer

[OE-core] [PATCH 0/1] Fix the first line of adt-installer script [YOCTO #3384]

2012-11-12 Thread Jessica Zhang
/?h=jzhang/YOCTO3384 Jessica Zhang (1): Fix the first line typo of adt-installer [YOCTO#3384] .../installer/adt-installer/adt_installer |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 1.7.9.5 ___ Openembedded-core mailing list

[OE-core] [PATCH 0/1] [Yocto #2761] Add native qemu support for meta-ide-support

2012-07-16 Thread Jessica Zhang
/cgit.cgi/poky-contrib/log/?h=jzhang/2761 Jessica Zhang (1): [Yocto #2761] Add native qemu support for meta-ide-support meta/classes/toolchain-scripts.bbclass |2 +- meta/recipes-core/meta/meta-ide-support.bb |4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) -- 1.7.7

[OE-core] [PATCH 1/1] [Yocto #2761] Add native qemu support for meta-ide-support

2012-07-16 Thread Jessica Zhang
Signed-off-by: Jessica Zhang jessica.zh...@intel.com --- meta/classes/toolchain-scripts.bbclass |2 +- meta/recipes-core/meta/meta-ide-support.bb |4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/classes/toolchain-scripts.bbclass b/meta/classes/toolchain

[OE-core] [PATCH 1/1] meta-ide-support: Add native qemu support for meta-ide-support

2012-07-16 Thread Jessica Zhang
-support and also add the path info in the environment-setup script. Signed-off-by: Jessica Zhang jessica.zh...@intel.com --- meta/classes/toolchain-scripts.bbclass |2 +- meta/recipes-core/meta/meta-ide-support.bb |4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git

[OE-core] [PATCH V2 0/1] meta-ide-support: Add native qemu support for meta-ide-support

2012-07-16 Thread Jessica Zhang
/cgit.cgi/poky-contrib/log/?h=master Jessica Zhang (1): meta-ide-support: Add native qemu support for meta-ide-support meta/classes/toolchain-scripts.bbclass |2 +- meta/recipes-core/meta/meta-ide-support.bb |4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) -- 1.7.7

[OE-core] [PATCH 0/1] Fix for multilib rpm build failure

2012-03-26 Thread Jessica Zhang
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=jzhang/multilib-rpm-fix Jessica Zhang (1): Fix empty file case that caused build error at do_rootfs meta/classes/package_rpm.bbclass |2 +- 1 files changed, 1 insertions(+), 1 deletions

[OE-core] [PATCH 1/1] Fix empty file case that caused build error at do_rootfs

2012-03-26 Thread Jessica Zhang
Signed-off-by: Jessica Zhang jessica.zh...@intel.com --- meta/classes/package_rpm.bbclass |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/classes/package_rpm.bbclass b/meta/classes/package_rpm.bbclass index e83fc55..8c8d967 100644 --- a/meta/classes

[OE-core] [PATCH 0/1] adt-installer tar ball regen issue with sstate

2012-01-30 Thread Jessica Zhang
The following changes since commit 08235ba0527a493fd652fdcbfded059c3a802333: Jessica Zhang (1): Merge branch 'master' of git://git.yoctoproject.org/poky are available in the git repository at: git://git.yoctoproject.org/poky-contrib jzhang/adt-installer http://git.yoctoproject.org

[OE-core] [PATCH 1/1] Fix the issue that adt-installer tar ball is not regenerated if sstate is on, and other minor bug fixes

2012-01-30 Thread Jessica Zhang
Signed-off-by: Jessica Zhang jessica.zh...@intel.com --- .../installer/adt-installer/adt_installer.conf |2 +- .../installer/adt-installer_1.0.bb | 13 ++--- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/meta/recipes-devtools/installer/adt

[OE-core] [PATCH 0/1] Add --sysroot settings into env file for build dir toolchain

2012-01-06 Thread Jessica Zhang
://git.yoctoproject.org/cgit.cgi//log/?h=jzhang/sysroot Jessica Zhang (1): add sysroot support for meta-ide-support which is the toolchain within build env case meta/classes/toolchain-scripts.bbclass |9 + 1 files changed, 5 insertions(+), 4 deletions

[OE-core] [PATCH 1/1] add sysroot support for meta-ide-support which is the toolchain within build env case

2012-01-06 Thread Jessica Zhang
Signed-off-by: Jessica Zhang jessica.zh...@intel.com --- meta/classes/toolchain-scripts.bbclass |9 + 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/meta/classes/toolchain-scripts.bbclass b/meta/classes/toolchain-scripts.bbclass index 5fb6cd3..5cba403 100644

[OE-core] [PATCH 1/1] Fixed a typo for setting up OECORE_ACLOCAL_OPTS for adt-installer case

2011-09-28 Thread Jessica Zhang
Signed-off-by: Jessica Zhang jessica.zh...@intel.com --- meta/classes/toolchain-scripts.bbclass |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/classes/toolchain-scripts.bbclass b/meta/classes/toolchain-scripts.bbclass index 4a28e5f..875efed 100644 --- a/meta

[OE-core] [PATCH 0/1] Fix a type for setting up OECORE_ACLOCAL_OPTS for adt-installer, need go in edison

2011-09-28 Thread Jessica Zhang
://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=jzhang/OECORE_ACLOCAL_OPTS Jessica Zhang (1): Fixed a typo for setting up OECORE_ACLOCAL_OPTS for adt-installer case meta/classes/toolchain-scripts.bbclass |2 +- 1 files changed, 1 insertions(+), 1 deletions

[OE-core] [PATCH 1/1] [bug 1195] site/mips-common: Cache cvs_cv_func_printf_ptr

2011-07-07 Thread Jessica Zhang
From: Khem Raj raj.k...@gmail.com Signed-off-by: Jessica Zhang jessica.zh...@intel.com --- meta/site/mips-common |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/meta/site/mips-common b/meta/site/mips-common index 6408baa..bbfc779 100644 --- a/meta/site/mips-common

[OE-core] [PATCH 0/1] Add env setting to support libtool2.4 m4 macro

2011-06-29 Thread Jessica Zhang
): package.bbclass,prserv.bbclass: Compare USE_PR_SERV with 1 or 0 are available in the git repository at: git://git.yoctoproject.org/poky-contrib jzhang/aclocal http://git.yoctoproject.org/cgit.cgi//log/?h=jzhang/aclocal Jessica Zhang (1): Add OECORE_ACLOCAL_OPTS to env setup scripts for autotool project

[OE-core] [PATCH 1/1] Add OECORE_ACLOCAL_OPTS to env setup scripts for autotool project using correct libtool 2.4

2011-06-29 Thread Jessica Zhang
Signed-off-by: Jessica Zhang jessica.zh...@intel.com --- meta/classes/toolchain-scripts.bbclass |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/meta/classes/toolchain-scripts.bbclass b/meta/classes/toolchain-scripts.bbclass index 09ecd7c..3301319 100644 --- a/meta

[OE-core] [PATCH 1/1] Couple minor fixes for the OECORE rename

2011-05-17 Thread Jessica Zhang
From: Jessica Zhang jessica.zh...@intel.com Signed-off-by: Jessica Zhang jessica.zh...@intel.com --- meta/classes/toolchain-scripts.bbclass |6 +++--- meta/conf/bitbake.conf |2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/classes/toolchain

[OE-core] [PATCH 0/1] Couple minor fixes that omitted in the recent OECORE rename

2011-05-17 Thread Jessica Zhang
From: Jessica Zhang jessica.zh...@intel.com Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: jzhang/oe-rename Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=jzhang/oe-rename Thanks, Jessica Zhang jessica.zh...@intel.com --- Jessica Zhang (1): Couple minor

[OE-core] [PATCH 0/2] adt-installer cleanup for latest oecore changes

2011-05-17 Thread Jessica Zhang
From: Jessica Zhang jessica.zh...@intel.com The change set includes extract bitbake config setting into data_define, use config setting variables replace hardcode values, and add adt repo checking Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: jzhang/oe-rename Browse: http

[OE-core] [PATCH 1/2] extract bitbake config setting into data_define, use more variables replacing hardcoded values

2011-05-17 Thread Jessica Zhang
From: Jessica Zhang jessica.zh...@intel.com Signed-off-by: Jessica Zhang jessica.zh...@intel.com --- .../installer/adt-installer/adt_installer |2 +- .../installer/adt-installer/adt_installer.conf |2 +- .../adt-installer/scripts/adt_installer_internal |4

[OE-core] [PATCH 2/2] Add adt repo checking

2011-05-17 Thread Jessica Zhang
From: Jessica Zhang jessica.zh...@intel.com Signed-off-by: Jessica Zhang jessica.zh...@intel.com --- .../installer/adt-installer/adt_installer | 13 - .../installer/adt-installer/adt_installer.conf |2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff