[OE-core] Feedback on HOB (new image creator GUI)

2011-09-30 Thread Yu Ke
Hi, As you may already know, a new GUI has been added to bitbake recently, i.e. HOB (Human Oriented Builder). It is a graphical image creator that allows user to freely choose which packages to be built in the image. The wiki https://wiki.yoctoproject.org/wiki/BitBake/GUI/Hob has more

Re: [OE-core] Feedback on HOB (new image creator GUI)

2011-09-30 Thread Yu, Ke
-Original Message- From: Gary Thomas [mailto:g...@mlbassoc.com] Sent: Saturday, October 01, 2011 5:56 AM To: Patches and discussions about the oe-core layer Cc: Yu, Ke; bitbake-de...@lists.openembedded.org; Lock, Joshua Subject: Re: [OE-core] Feedback on HOB (new image creator GUI

Re: [OE-core] Feedback on HOB (new image creator GUI)

2011-09-30 Thread Yu, Ke
-Original Message- From: Koen Kooi [mailto:k...@dominion.thruhere.net] Sent: Saturday, October 01, 2011 12:33 AM To: Patches and discussions about the oe-core layer Cc: Yu, Ke; bitbake-de...@lists.openembedded.org; openembedded-core Subject: Re: [OE-core] Feedback on HOB (new image

[OE-core] [PATCH 1/2] qt4.inc: revise RRECOMMENDS

2011-08-15 Thread Yu Ke
using ${QT_BASE_NAME}-dbg as RRECOMMENDS is not correct in qt4-x11-free case, because ${QT_BASE_NAME}-dbg i.e. qt4-dbg does not exist this patch fix it by using ${PN} Signed-off-by: Yu Ke ke...@intel.com --- meta/recipes-qt/qt4/qt4.inc |4 ++-- 1 files changed, 2 insertions(+), 2 deletions

[OE-core] [PATCH 2/2] qt4.inc: expand the package name for multilib case, fix bug 1344

2011-08-15 Thread Yu Ke
, no FILE_qt4-tool, so FILE_lib64_qt4_tool will not be defined. to fix this issue, this patch expand the QT_BASE_LIB when assigning the package name. FIX [YOCTO #1344] Signed-off-by: Yu Ke ke...@intel.com --- meta/recipes-qt/qt4/qt4.inc |4 ++-- 1 files changed, 2 insertions(+), 2 deletions

[OE-core] [PATCH 0/2] two qt fix

2011-08-15 Thread Yu Ke
/bug-1344 Yu Ke (2): qt4.inc: revise RRECOMMENDS qt4.inc: expand the package name for multilib case meta/recipes-qt/qt4/qt4.inc |8 1 files changed, 4 insertions(+), 4 deletions(-) ___ Openembedded-core mailing list Openembedded-core

Re: [OE-core] [PATCH 1/1] gcc-cross-intermediate: revise the 64bithack.patch for multilib case

2011-08-15 Thread Yu Ke
On 2011/8/14 23:18, Khem Raj wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/14/2011 06:32 AM, Yu Ke wrote: current gcc-cross-intermediate has build failure in qemux86-64 lib64 multilib case. the reason is that it still use lib instead of lib64 while do_install use the libdir i.e

Re: [OE-core] [PATCH 1/1] gcc-cross-intermediate: revise the 64bithack.patch for multilib case

2011-08-15 Thread Yu Ke
On 2011/8/15 1:31, Koen Kooi wrote: Op 14 aug. 2011, om 15:32 heeft Yu Ke het volgende geschreven: current gcc-cross-intermediate has build failure in qemux86-64 lib64 multilib case. the reason is that it still use lib instead of lib64 while do_install use the libdir i.e. lib64 so this patch

Re: [OE-core] [PATCH 1/1] gcc-cross-intermediate: revise the 64bithack.patch for multilib case

2011-08-15 Thread Yu Ke
On 2011/8/15 21:16, Richard Purdie wrote: On Mon, 2011-08-15 at 20:48 +0800, Yu Ke wrote: On 2011/8/15 1:31, Koen Kooi wrote: Op 14 aug. 2011, om 15:32 heeft Yu Ke het volgende geschreven: current gcc-cross-intermediate has build failure in qemux86-64 lib64 multilib case. the reason

[OE-core] [PATCH 0/1] Bug fix for 1362

2011-08-14 Thread Yu Ke
Per discussion in mailing list, This patch make gcc honouring libdir, to fix the bug 1362. it has been tested for qemux86, qemux86-64, qemuarm, qemuppc Signed-off-by: Yu Ke ke...@intel.com The following changes since commit d126e22f6b3f27196144f87e22b36ebccd6dea65: Darren Hart (1): rt

Re: [OE-core] [PATCH] scripts/combo-layer: a simple way to script the como-layer conf

2011-08-09 Thread Yu, Ke
-core@lists.openembedded.org Cc: Yu, Ke; Leandro Dorileo Subject: [PATCH] scripts/combo-layer: a simple way to script the como-layer conf This small patch introduces a a very simple and basic way to script the combo- layer conf file. With that a combo can be shared with no need to change its

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

2011-08-01 Thread Yu Ke
/poky-contrib/log/?h=kyu3/ml-rpm Yu Ke (1): package_rpm.bbclass: fix one typo meta/classes/package_rpm.bbclass |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

[OE-core] [PATCH 1/1] package_rpm.bbclass: fix one typo

2011-08-01 Thread Yu Ke
fix the MLPREFIX referrence typo which cause multilib rpm do_rootfs failure CC: Mark Hatle mark.ha...@windriver.com Signed-off-by: Yu Ke ke...@intel.com --- meta/classes/package_rpm.bbclass |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/classes

Re: [OE-core] [PATCH 0/1] Fix rpm typo for multilib

2011-08-01 Thread Yu Ke
On 2011/8/1 20:05, Koen Kooi wrote: Op 1 aug. 2011, om 13:54 heeft Yu Ke het volgende geschreven: The following changes since commit f94b781695cd8fa387daff16ecbf3987a0883018: Bruce Ashfield (1): poky.conf: explicitly referenced preferred linux-yocto version are available in the git

[OE-core] [PATCH 0/1] replace PN with BPN in SRC_URI and S for multilib

2011-07-29 Thread Yu Ke
): poky.conf: explicitly referenced preferred linux-yocto version are available in the git repository at: git://git.pokylinux.org/poky-contrib kyu3/src-uri http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kyu3/src-uri Yu Ke (1): SRC_URI, S: use BPN instead of PN for multilib case

[OE-core] [PATCH 1/1] SRC_URI, S: use BPN instead of PN for multilib case

2011-07-29 Thread Yu Ke
in multilibcase, PN has multilib prefix, so it is not correct to use PN in SRC_URI and S. instead, we've dedicately pruned multilib prefix in BPN, so BPN is the right alternative for PN. Signed-off-by: Yu Ke k...@intel.com --- .../farsight/farsight2_0.0.9.bb|2

[OE-core] [PATCH 0/1] add upstream status field for some recipe

2011-07-26 Thread Yu Ke
at: git://git.pokylinux.org/poky-contrib kyu3/upstream-status http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kyu3/upstream-status Yu Ke (1): upstream status: add for libsdl and xserver patches .../libsdl/files/directfb_obsolete_calls.patch |2 ++ .../recipes-graphics/libsdl/files

[OE-core] [PATCH 0/1] add upstream status info

2011-07-13 Thread Yu Ke
/cgit.cgi/poky-contrib/log/?h=kyu3/xserver-kdrive Yu Ke (1): xserver-kdrive: add patch upstream status info .../enable-builtin-fonts.patch | 12 - .../xserver-kdrive-1.3.0.0/enable-epson.patch | 11 - .../xserver-kdrive-1.3.0.0/enable-tslib.patch | 12

[OE-core] [PATCH 0/2] extra fix for non /usr/lib libdir

2011-07-13 Thread Yu Ke
repository at: git://git.pokylinux.org/poky-contrib kyu3/libdir-fix-v3 http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kyu3/libdir-fix-v3 Yu Ke (2): sat-solver: fix for non /usr/lib libdir case libzypp: fix for non /usr/lib libdir case meta/classes/cmake.bbclass

[OE-core] [PATCH 2/2] libzypp: fix for non /usr/lib libdir case

2011-07-13 Thread Yu Ke
this patch has two fixes: 1. the src tool/CMakeLists.txt has hardcode lib, so add a patch to fix it 2. the recipe has hardcode -DLIB=lib, so replace it with libdir Signed-off-by: Yu Ke ke...@intel.com --- .../libzypp/libzypp/hardcode-lib-fix.patch | 22 meta

[OE-core] [PATCH 05/10] python-native: fix for non /usr/lib libdir case

2011-07-11 Thread Yu Ke
the get_python_lib() use hard code lib. when other recipe building use python-native, the STAGING_LIBDIR is non /usr/lib, so the hard code lib will break the build This patch replace the hardcoded lib with value from libdir to fix this issue. Signed-off-by: Yu Ke ke...@intel.com --- ...2

[OE-core] [PATCH 01/10] native.bbclass: generate libdir from libdir_native

2011-07-11 Thread Yu Ke
changes (e.g. to /usr/lib64), then build will break. This patch make libdir generated from libdir_native to fix this issue. Signed-off-by: Yu Ke ke...@intel.com --- meta/classes/native.bbclass |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/meta/classes/native.bbclass b/meta

[OE-core] [PATCH 00/10] [RFC] patch for non /usr/lib libdir - V2

2011-07-11 Thread Yu Ke
at: git://git.pokylinux.org/poky-contrib kyu3/libdir-fix-v2 http://git.pokylinux.org/cgit.cgi//log/?h=kyu3/libdir-fix-v2 Yu Ke (10): native.bbclass: generate libdir from libdir_native openssl: fix for non /usr/lib libdir case libc-package.bbclass: fix for non /usr/lib libdir case python

[OE-core] [PATCH 02/10] openssl: fix for non /usr/lib libdir case

2011-07-11 Thread Yu Ke
if libdir is not /usr/lib, e.g /usr/lib64, openssl build will fail because it still use /usr/lib as library dir. this patch appends the configure option --libdir to specify the correct library directory Signed-off-by: Yu Ke ke...@intel.com --- meta/recipes-connectivity/openssl/openssl.inc

[OE-core] [PATCH 03/10] libc-package.bbclass: fix for non /usr/lib libdir case

2011-07-11 Thread Yu Ke
)': No such file or directory ERROR: Function 'localedef returned an error' failed the reason is that libc-package.bbclass has hard code /usr/lib. This patch fix it by using libdir variable. Signed-off-by: Yu Ke ke...@intel.com --- meta/classes/libc-package.bbclass |4 ++-- 1 files changed, 2

[OE-core] [PATCH 09/10] sat-solver: fix for non /usr/lib libdir case

2011-07-11 Thread Yu Ke
(FIND_PACKAGE_HANDLE_STANDARD_ARGS) CMakeLists.txt:35 (FIND_PACKAGE) -- Configuring incomplete, errors occurred! The reason is that cmake did not search /usr/lib64 for libcheck, thus report error add ${libdir} to the CMAKE_SYSTEM_LIBRARY_PATH can fix this issue. Signed-off-by: Yu Ke ke...@intel.com --- meta/classes

[OE-core] [PATCH 04/10] python: fix for libdir=/usr/lib64 case

2011-07-11 Thread Yu Ke
python has several place hard code lib which breaks build when libdir=/usr/lib64. SUSE has a patch to fix this issue. So this patch add the SUSE patch to address this issue Signed-off-by: Yu Ke ke...@intel.com --- meta/recipes-devtools/python/python/multilib.patch | 250

[OE-core] [PATCH 07/10] libcap: fix for non /usr/lib libdir case

2011-07-11 Thread Yu Ke
the recipe has hardcoded lib=lib, which does not work in libdir=/usr/lib64 case where should be lib=lib64, So this patch fix it by replacing lib with libdir Signed-off-by: Yu Ke ke...@intel.com --- meta/recipes-support/libcap/libcap.inc |5 +++-- meta/recipes-support/libcap/libcap_2.20

Re: [OE-core] [PATCH 00/10] [RFC] patch for non /usr/lib libdir - V2

2011-07-11 Thread Yu Ke
on 2011-7-11 15:40, Koen Kooi wrote: Op 11 jul 2011, om 09:23 heeft Yu Ke het volgende geschreven: This is the V2 patches. the changes compared to V1 are: - revise python patch to make the sys.lib deriving from libdir, instead of hardcode to lib64 - add two more fixes: sat-solver and libzypp

[OE-core] [PATCH 3/8] libc-package.bbclass: fix for non /usr/lib libdir case

2011-07-07 Thread Yu Ke
)': No such file or directory ERROR: Function 'localedef returned an error' failed the reason is that libc-package.bbclass has hard code /usr/lib. This patch fix it by using libdir variable. Signed-off-by: Yu Ke ke...@intel.com --- meta/classes/libc-package.bbclass |4 ++-- 1 files changed, 2

[OE-core] [PATCH 2/8] openssl: fix for non /usr/lib libdir case

2011-07-07 Thread Yu Ke
if libdir is not /usr/lib, e.g /usr/lib64, openssl build will fail because it still use /usr/lib as library dir. this patch appends the configure option --libdir to specify the correct library directory Signed-off-by: Yu Ke ke...@intel.com --- meta/recipes-connectivity/openssl/openssl.inc

[OE-core] [PATCH 4/8] python: fix for libdir=/usr/lib64 case

2011-07-07 Thread Yu Ke
python has several place hard code lib which breaks build when libdir=/usr/lib64. SUSE has a patch to fix this issue. So this patch add the SUSE patch to address this issue Signed-off-by: Yu Ke ke...@intel.com --- meta/recipes-devtools/python/python/multilib.patch | 295

[OE-core] [PATCH 0/8] [RFC] patch for non /usr/lib libdir

2011-07-07 Thread Yu Ke
/usr/lib with libdir. Signed-off-by: Yu Ke ke...@intel.com The following changes since commit 2163461ec94528ecf046a04edc5db3d2dd3a6b8b: Tom Zanussi (1): systemtap: remove non-core COMPATIBLE_MACHINES are available in the git repository at: git://git.pokylinux.org/poky-contrib kyu3

[OE-core] [PATCH 6/8] perl: fix for non /usr/lib libdir case

2011-07-07 Thread Yu Ke
the config.sh is hardcoded to be /usr/lib, which does not work in non /usr/lib libdir case. This patch replace the hard code /usr/lib with ${libdir} to fix this issue Signed-off-by: Yu Ke ke...@intel.com --- meta/recipes-devtools/perl/perl_5.12.3.bb |3 ++- 1 files changed, 2 insertions

[OE-core] [PATCH 1/8] native.bbclass: generate libdir from libdir_native

2011-07-07 Thread Yu Ke
changes (e.g. to /usr/lib64), then build will break. This patch make libdir generated from libdir_native to fix this issue. Signed-off-by: Yu Ke ke...@intel.com --- meta/classes/native.bbclass |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/meta/classes/native.bbclass b/meta

[OE-core] [PATCH 5/8] python-native: fix for non /usr/lib libdir case

2011-07-07 Thread Yu Ke
the get_python_lib() use hard code lib. when other recipe building use python-native, the STAGING_LIBDIR is non /usr/lib, so the hard code lib will break the build This patch replace the hardcoded lib with value from libdir to fix this issue. Signed-off-by: Yu Ke ke...@intel.com --- ...2

[OE-core] [PATCH 8/8] rpm: fix for non /usr/lib libdir case

2011-07-07 Thread Yu Ke
rpm default will use /usr/lib if the --with-path-lib is not specified. this will not work in non /usr/lib libdir case. so this patch add the --with-path-lib to fix this issue. Signed-off-by: Yu Ke ke...@intel.com --- meta/recipes-devtools/rpm/rpm_5.4.0.bb |3 ++- 1 files changed, 2

[OE-core] [PATCH 7/8] libcap: fix for non /usr/lib libdir case

2011-07-07 Thread Yu Ke
the recipe has hardcoded lib=lib, which does not work in libdir=/usr/lib64 case where should be lib=lib64, So this patch fix it by replacing lib with libdir Signed-off-by: Yu Ke ke...@intel.com --- meta/recipes-support/libcap/libcap.inc |5 +++-- meta/recipes-support/libcap/libcap_2.20

[OE-core] [PATCH 1/1] sato-sdk: add clutter for sato-sdk image

2011-07-07 Thread Yu Ke
Yocto ADT has Eclips clutter template, so it is better to have clutter in SDK image to support ADT. this patch add clutter and clutter-box2d app to sato-sdk image for this purpose Fix [YOCTO #891] Signed-off-by: Yu Ke ke...@intel.com --- meta/recipes-core/tasks/task-core-tools.bb |4 +++- 1

[OE-core] [PATCH 0/1] sato-sdk: add clutter to fix bug 891

2011-07-07 Thread Yu Ke
/bug891 Yu Ke (1): sato-sdk: add clutter for sato-sdk image meta/recipes-core/tasks/task-core-tools.bb |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http

Re: [OE-core] [PATCH 4/8] python: fix for libdir=/usr/lib64 case

2011-07-07 Thread Yu Ke
on 2011-7-8 3:22, Richard Purdie wrote: On Thu, 2011-07-07 at 22:10 +0800, Yu Ke wrote: python has several place hard code lib which breaks build when libdir=/usr/lib64. SUSE has a patch to fix this issue. So this patch add the SUSE patch to address this issue Signed-off-by: Yu Keke

[OE-core] [PATCH 4/5] sqlite: upgrade from 3.7.6.2 to 3.7.7.1

2011-07-03 Thread Yu Ke
Signed-off-by: Yu Ke ke...@intel.com --- meta/recipes-support/sqlite/sqlite3_3.7.6.2.bb | 10 -- meta/recipes-support/sqlite/sqlite3_3.7.7.1.bb | 10 ++ 2 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 meta/recipes-support/sqlite/sqlite3_3.7.6.2.bb

[OE-core] [PATCH 3/5] xauth: upgrade from 1.05 to 1.06

2011-07-03 Thread Yu Ke
Signed-off-by: Yu Ke ke...@intel.com --- .../xorg-app/{xauth_1.0.5.bb = xauth_1.0.6.bb}|4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-app/{xauth_1.0.5.bb = xauth_1.0.6.bb} (68%) diff --git a/meta/recipes-graphics/xorg-app/xauth_1.0.5.bb b

[OE-core] [PATCH 0/5] upgrade recipes

2011-07-03 Thread Yu Ke
://git.pokylinux.org/poky-contrib kyu3/upgrade-0701 http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kyu3/upgrade-0701 Yu Ke (5): libidn: upgrade from 1.20 to 1.22 libdrm: upgrade to 2.4.26 xauth: upgrade from 1.05 to 1.06 sqlite: upgrade from 3.7.6.2 to 3.7.7.1

[OE-core] [PATCH 1/5] libidn: upgrade from 1.20 to 1.22

2011-07-03 Thread Yu Ke
- update the license checksum due to some text indent change Signed-off-by: Yu Ke ke...@intel.com --- .../libidn/{libidn_1.20.bb = libidn_1.22.bb} |5 + 1 files changed, 1 insertions(+), 4 deletions(-) rename meta/recipes-extended/libidn/{libidn_1.20.bb = libidn_1.22.bb} (79

[OE-core] [PATCH 5/5] distro_tracking_field: update the manually check field

2011-07-03 Thread Yu Ke
sqlite3 qemugl console-tools gconf-dbus Signed-off-by: Yu Ke ke...@intel.com --- .../conf/distro/include/distro_tracking_fields.inc |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include

[OE-core] [PATCH 2/5] libdrm: upgrade to 2.4.26

2011-07-03 Thread Yu Ke
Signed-off-by: Yu Ke ke...@intel.com --- meta/recipes-graphics/drm/libdrm.inc |3 +++ .../{libdrm-2.4.25 = libdrm}/installtests.patch |0 .../drm/{libdrm_2.4.25.bb = libdrm_2.4.26.bb} |4 ++-- 3 files changed, 5 insertions(+), 2 deletions(-) rename meta/recipes

[OE-core] [PATCH 0/1] RFC: combo layer tool v2

2011-06-22 Thread Yu Ke
/combo-layer-v3 http://git.pokylinux.org/cgit.cgi//log/?h=kyu3/combo-layer-v3 Yu Ke (1): combo-layer-tool: add tool to manipulate combo layer scripts/combo-layer | 360 +++ scripts/combo-layer-hook-default.sh | 13 ++ scripts/combo

[OE-core] [PATCH 1/1] combo-layer-tool: add tool to manipulate combo layer

2011-06-22 Thread Yu Ke
...@intel.com CC: Chris Larson clar...@kergoth.com Signed-off-by: Yu Ke ke...@intel.com --- scripts/combo-layer | 360 +++ scripts/combo-layer-hook-default.sh | 13 ++ scripts/combo-layer.conf.example| 37 3 files changed, 410 insertions(+), 0

Re: [OE-core] [PATCH] RFC - combo layer repo tool

2011-06-22 Thread Yu Ke
on 2011-6-19 6:47, Chris Larson wrote: On Fri, Jun 17, 2011 at 10:42 AM, Paul Eggletonpaul.eggle...@intel.com wrote: Hi Ke, Great work. Here's my review so far: On Monday 13 June 2011 14:15:04 Yu, Ke wrote: --- /dev/null +++ b/scripts/combo-layer-hook-default.sh @@ -0,0 +1,14 @@ +#!/bin/sh

[OE-core] [PATCH 1/1] distro_tracking_field: update recipe maintainer

2011-06-20 Thread Yu Ke
reassign Qing's recipe to other team member Signed-off-by: Yu Ke ke...@intel.com --- .../conf/distro/include/distro_tracking_fields.inc | 111 ++-- 1 files changed, 55 insertions(+), 56 deletions(-) diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf

[OE-core] [PATCH] RFC - combo layer repo tool

2011-06-13 Thread Yu, Ke
uses config file to define the component repo info. please check the combo-layer.conf.example for the detail explanation  of the config file field.    CC: Richard Purdie richard.pur...@linuxfoundation.org  CC: Paul , Eggleton paul.eggle...@intel.com   Signed-off-by: Yu Ke ke...@intel.com

[OE-core] [PATCH 0/1] add mesa-demos to sato-sdk to fix bug 1112

2011-06-09 Thread Yu Ke
//log/?h=kyu3/bug1112 Yu Ke (1): sato-sdk: add mesa-demos application meta/classes/core-image.bbclass |1 + meta/recipes-sato/images/core-image-sato-sdk.bb |2 +- meta/recipes-sato/tasks/task-core.bb|6 +- 3 files changed, 7 insertions(+), 2 deletions

Re: [OE-core] [PATCH 1/1] xserver: force to use libdl

2011-05-30 Thread Yu Ke
on 2011-5-28 16:07, Richard Purdie wrote: On Sat, 2011-05-28 at 12:45 +0800, Yu Ke wrote: The marco in question is in xorg-server-1.10.1/configure.ac AC_CHECK_FUNC([dlopen], [], AC_CHECK_LIB([dl], [dlopen], DLOPEN_LIBS=-ldl)) AC_SUBST(DLOPEN_LIBS) Ideally, the dlopen test should fail

[OE-core] [PATCH 0/1] Fix powerpc xserver dlopen issue

2011-05-30 Thread Yu Ke
://git.pokylinux.org/cgit.cgi//log/?h=kyu3/dl-issue Yu Ke (1): site/powerpc-common: remove the incorrect dlopen default setting meta/site/powerpc-common |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) ___ Openembedded-core mailing list

[OE-core] [PATCH 1/1] site/powerpc-common: remove the incorrect dlopen default setting

2011-05-30 Thread Yu Ke
CC: Philip Balister phi...@balister.org CC: Koen Kooi k...@dominion.thruhere.net Signed-off-by: Yu Ke ke...@intel.com --- meta/site/powerpc-common |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/meta/site/powerpc-common b/meta/site/powerpc-common index 8c0da23..4d0378b

Re: [OE-core] Qt4 mips-relocate.patch

2011-05-17 Thread Yu, Ke
performance. Regards Ke -Original Message- From: Paul Eggleton [mailto:paul.eggle...@linux.intel.com] Sent: Wednesday, May 18, 2011 12:13 AM To: Yu, Ke Cc: openembedded-core@lists.openembedded.org Subject: Qt4 mips-relocate.patch Hi there, I was going through patches for Qt4 and found that (among

[OE-core] [PATCH 2/5] sqlite: upgrade from 3.7.5 to 3.7.6.2

2011-05-11 Thread Yu Ke
From: Yu Ke ke...@intel.com - also remove the libtool.patch since it is already in the release version - update the LIC_FILES_CHKSUM, the license is not changed, just use sqlite3.h as more appropriate license file. the original sqlite3.c is actually not point to license content. Signed-off

[OE-core] [PATCH 3/5] xserver-xf86-dri-lite: upgrade from 1.9.3 to 1.10.1

2011-05-11 Thread Yu Ke
From: Yu Ke ke...@intel.com - update the license checksum due to SUN/Oracle name changing - remove the nodolt.patch because it is already in upstream and release http://cgit.freedesktop.org/xorg/xserver/commit/?id=a769f4c22a9cfb5ba248c924a66c31ec966bd8a0 - update the patch upstream status

[OE-core] [PATCH 1/5] xf86-video-intel: upgrade from 2.14.0 to 2.15.0

2011-05-11 Thread Yu Ke
From: Yu Ke ke...@intel.com Signed-off-by: Yu Ke ke...@intel.com --- .../distro/include/preferred-xorg-versions.inc |2 +- ...-intel_2.14.0.bb = xf86-video-intel_2.15.0.bb} |6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) rename meta/recipes-graphics/xorg-driver/{xf86

[OE-core] [PATCH 5/5] xserver-xf86-lite: upgrade to from 1.7 RC2 to 1.10.1

2011-05-11 Thread Yu Ke
From: Yu Ke ke...@intel.com - remove the following patches, since they are already in upstream xserver-xf86-lite/libdri-xinerama-symbol.patch, xserver-xf86-lite/drmfix.patch xserver-xf86-lite/nodolt.patch xserver-xf86-lite/revert_make_sys_c_use_unaligned_access_functions.patch - rebase

Re: [OE-core] [yocto] OpenEmbedded eV membership drive

2011-05-09 Thread Yu, Ke
Sorry, I meant to send to Philips only, not want to CC list to bother wider people. Regards Ke -Original Message- From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Yu Ke Sent: Monday, May 09, 2011 2:17 PM

[OE-core] [PATCH 0/1] poky-default-revisions: move SRCREV to every recipe

2011-05-04 Thread Yu Ke
From: Yu Ke ke...@intel.com move the SRCREV from poky-default-revisions.inc to its corresponding recipe, in this case, those non poky distro can also use its SRCREV. Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: kyu3/srcrev-recipe Browse: http://git.pokylinux.org/cgit.cgi/poky

Re: [OE-core] [PATCH 0/1] poky-default-revisions: move SRCREV to every recipe

2011-05-04 Thread Yu Ke
on 2011-5-4 22:24, Frans Meulenbroeks wrote: 2011/5/4 Richard Purdierichard.pur...@linuxfoundation.org On Wed, 2011-05-04 at 22:05 +0800, Yu Ke wrote: From: Yu Keke...@intel.com move the SRCREV from poky-default-revisions.inc to its corresponding recipe, in this case, those non poky distro

Re: [OE-core] [PATCH 0/1] poky-default-revisions: move SRCREV to every recipe

2011-05-04 Thread Yu Ke
://git.pokylinux.org/poky-contrib.git Branch: kyu3/srcrev-recipe Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kyu3/srcrev-recipe Thanks, Yu Keke...@intel.com --- Yu Ke (1): poky-default-revisions: move the SRCREV to recipe file meta-demoapps/recipes-gnome/abiword/abiword_cvs.bb

[OE-core] [PATCH 0/1] git fetcher fix for Yocto bug 972

2011-04-26 Thread Yu Ke
From: Yu Ke ke...@intel.com Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: kyu3/bug972 Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kyu3/bug972 Thanks, Yu Ke ke...@intel.com --- Yu Ke (1): git fetcher: make tag back to work, fix Yocto bug 972 bitbake

[OE-core] [PATCH 1/1] git fetcher: make tag back to work, fix Yocto bug 972

2011-04-26 Thread Yu Ke
From: Yu Ke ke...@intel.com In current git fetcher, tag does not work due to commit http://git.pokylinux.org/cgit/cgit.cgi/poky/commit/?id=5920e85c561624e657c126df58f5c378a8950bbc. Tag is not in sha256 form, so it will be treated invalid, and silently replaced by latest revision. To fix

[OE-core] [PATCH 1/3] mesa 7.10.2: add python-native dependency

2011-04-17 Thread Yu Ke
From: Yu Ke ke...@intel.com As Tom point out, mesa 7.10 has introduce some python script (e.g. src/mesa/main/es_generator.py), so should add python-native dependency Signed-off-by: Yu Ke ke...@intel.com CC: Tom Rini tom_r...@mentor.com --- meta/recipes-graphics/mesa/mesa-dri_7.10.2.bb |2

[OE-core] [PATCH 0/3] misc recipe upgrade

2011-04-17 Thread Yu Ke
From: Yu Ke ke...@intel.com these are some remaining patches on my hand: - remove old mesa recipe to cleanup mesa - add python dependcy for mesa - reassign Kevin's recipe Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: kyu3/upgrade-04-18 Browse: http://git.pokylinux.org

[OE-core] [PATCH 3/9] xf86-input-vmmouse: upgrade from 12.6.10 to 12.7.0

2011-04-14 Thread Yu Ke
From: Yu Ke ke...@intel.com Signed-off-by: Yu Ke ke...@intel.com --- ...use_12.6.10.bb = xf86-input-vmmouse_12.7.0.bb} |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-driver/{xf86-input-vmmouse_12.6.10.bb = xf86-input-vmmouse_12.7.0.bb} (64

[OE-core] [PATCH 1/9] libdrm: upgrade from 2.4.23 to 2.4.25

2011-04-14 Thread Yu Ke
From: Yu Ke ke...@intel.com Signed-off-by: Yu Ke ke...@intel.com --- .../distro/include/preferred-xorg-versions.inc |2 +- .../drm/libdrm-2.4.23/installtests.patch | 43 - .../drm/libdrm-2.4.25/installtests.patch | 49 .../drm

[OE-core] [PATCH 0/9] recipes upgrade V2

2011-04-14 Thread Yu Ke
From: Yu Ke ke...@intel.com This patch set upgrade the following recipes: libdrm xf86-input-synaptics xf86-input-vmmouse mesa evieext xf86-input-mouse pango xf86-input-keyboard xkbcomp changes since V1: add the upstream status tag. Pull URL: git://git.pokylinux.org/poky-contrib.git

[OE-core] [PATCH 8/9] xf86-input-keyboard: upgrade from 1.5.0 to 1.6.0

2011-04-14 Thread Yu Ke
From: Yu Ke ke...@intel.com Signed-off-by: Yu Ke ke...@intel.com --- .../distro/include/preferred-xorg-versions.inc |2 +- ...board_1.5.0.bb = xf86-input-keyboard_1.6.0.bb} |4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-graphics/xorg-driver/{xf86-input

Re: [OE-core] [poky] [PATCH 5/9] evieext: upgrade from 1.1.0 to 1.1.1

2011-04-12 Thread Yu Ke
on 2011-4-12 2:13, Saul Wold wrote: On 04/10/2011 06:28 PM, Yu Ke wrote: From: Yu Keke...@intel.com - also change license checksum, the license is still MIT-X, but corp name is changed from SUN to Oracle Signed-off-by: Yu Keke...@intel.com --- .../distro/include/preferred-xorg-versions.inc

[OE-core] [PATCH 3/9] xf86-input-vmmouse: upgrade from 12.6.10 to 12.7.0

2011-04-10 Thread Yu Ke
From: Yu Ke ke...@intel.com Signed-off-by: Yu Ke ke...@intel.com --- ...use_12.6.10.bb = xf86-input-vmmouse_12.7.0.bb} |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-driver/{xf86-input-vmmouse_12.6.10.bb = xf86-input-vmmouse_12.7.0.bb} (64

[OE-core] [PATCH 2/9] xf86-input-synaptics: upgrade from 1.3.0 to 1.4.0

2011-04-10 Thread Yu Ke
From: Yu Ke ke...@intel.com Signed-off-by: Yu Ke ke...@intel.com --- .../distro/include/preferred-xorg-versions.inc |2 +- ...tics_1.3.0.bb = xf86-input-synaptics_1.4.0.bb} |4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-graphics/xorg-driver/{xf86-input

[OE-core] [PATCH 6/9] xf86-input-mouse: upgrade from 1.6 to 1.7

2011-04-10 Thread Yu Ke
From: Yu Ke ke...@intel.com Signed-off-by: Yu Ke ke...@intel.com --- .../distro/include/preferred-xorg-versions.inc |2 +- ...ut-mouse_1.6.0.bb = xf86-input-mouse_1.7.0.bb} |4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-graphics/xorg-driver/{xf86-input

[OE-core] [PATCH 8/9] xf86-input-keyboard: upgrade from 1.5.0 to 1.6.0

2011-04-10 Thread Yu Ke
From: Yu Ke ke...@intel.com Signed-off-by: Yu Ke ke...@intel.com --- .../distro/include/preferred-xorg-versions.inc |2 +- ...board_1.5.0.bb = xf86-input-keyboard_1.6.0.bb} |4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-graphics/xorg-driver/{xf86-input

[OE-core] [PATCH 9/9] xkbcomp: upgrade from 1.2.0 to 1.2.1

2011-04-10 Thread Yu Ke
From: Yu Ke ke...@intel.com - Also remove the cross compiling patch, since it is already included in 1.2.1 release Signed-off-by: Yu Ke ke...@intel.com --- .../xorg-app/xkbcomp/cross-compile-fix.patch | 35 .../{xkbcomp_1.2.0.bb = xkbcomp_1.2.1.bb} |5

[OE-core] [PATCH 0/9] upgrade recipes

2011-04-10 Thread Yu Ke
From: Yu Ke ke...@intel.com upgrade the following recipes to latest version: libdrm xf86-input-synaptics xf86-input-vmmouse mesa evieext xf86-input-mouse pango xf86-input-keyboard xkbcomp Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: kyu3/upgrade-04-11 Browse: http