[OE-core] [PATCH 0/1] Fix gsettings-data-convert seg fault

2011-12-27 Thread edwin . zhai
From: Zhai Edwin edwin.z...@intel.com All, This is the fix for [YOCTO #1779]. Seg fault comes from missing of gschemas.compiled made by glib-compile-schemas. Pls. help to pull. Thanks, Edwin The following changes since commit 0ef108a0152bb4893741ac95857525fc50b8d3a6: self-hosted-image: Add

[OE-core] [PATCH 1/1] gnome-keyring: fix gsettings_data_convert seg fault

2011-12-27 Thread edwin . zhai
From: Zhai Edwin edwin.z...@intel.com gsttings_data_convert cause seg fault as gnome-keyring's schema is not installed properly. As a fix, running glib-compile-schemas from glib-utils to made gschemas.compiled. [YOCTO #1779] got fixed. Signed-off-by: Zhai Edwin edwin.z...@intel.com ---

Re: [OE-core] [PATCH] patch.bbclass: abstract out logic that determines patches to apply

2011-12-27 Thread Chris Larson
On Wed, Dec 21, 2011 at 10:24 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Tue, 2011-12-20 at 10:38 -0700, Christopher Larson wrote: This is needed by the copyleft_compliance class, so it can emit series files for the patches, which greatly increases their usefulness to a

Re: [OE-core] [PATCH 0/7] Misc fixes and cleanups

2011-12-27 Thread Saul Wold
On 12/22/2011 05:01 PM, Mark Hatle wrote: Misc fixes and cleanups that affect various parts of the system... The following changes since commit c38693f78c968ab5f4bb557c20d1c8c55393ed6b: opkg: Fix installation order in feeds with mutiple providers of packages (2011-12-22 22:38:09 +)

Re: [OE-core] [PATCH 1/1] gnome-keyring: fix gsettings_data_convert seg fault

2011-12-27 Thread Saul Wold
On 12/27/2011 05:06 AM, edwin.z...@intel.com wrote: From: Zhai Edwinedwin.z...@intel.com gsttings_data_convert cause seg fault as gnome-keyring's schema is not installed properly. As a fix, running glib-compile-schemas from glib-utils to made gschemas.compiled. [YOCTO #1779] got fixed.

Re: [OE-core] [PATCH v2] conf: machine: includes: add armv6-novfp support

2011-12-27 Thread Saul Wold
On 12/21/2011 02:16 PM, Víctor Enríquez wrote: This work was made by Victor Enriquez and then modified by Denis Carikli who was helped by Mark Hatle comments (who is fray on #yocto channel on Freenode). The changes are for adding support to armv6-novfp, for building binaries for armv6

Re: [OE-core] can't install eclipse plugin

2011-12-27 Thread Zhang, Jessica
Hi Qingliang, How did you install the LinuxTools? For the latest Eclipse plug-in, it uses the built-in Lttng-viewer so the dependency is introduced. You just need to go under Help-install new software Select the Indigo update site: http://download.eclipse.org/releases.indigo, and select its

Re: [OE-core] [PATCH] patch.bbclass: abstract out logic that determines patches to apply

2011-12-27 Thread Saul Wold
On 12/20/2011 09:38 AM, Christopher Larson wrote: This is needed by the copyleft_compliance class, so it can emit series files for the patches, which greatly increases their usefulness to a user trying to reconstruct the sources outside of OE. Signed-off-by: Christopher Larson

[OE-core] [PATCH 1/2] u-boot: improved DESCRIPTION, fixed HOMEPAGE

2011-12-27 Thread Frans Meulenbroeks
HOMEPAGE pointed to an sf.net page that said that the page did not exist any more and after that it redirected to the denx.de page; updated HOMEPAGE to point to that page Also improved the description to use the official capitalisation Signed-off-by: Frans Meulenbroeks fransmeulenbro...@gmail.com

[OE-core] [PATCH 2/2] u-boot: added generating the env utils (fixes bug 1800)

2011-12-27 Thread Frans Meulenbroeks
This adds building the u-boot tools for target. (fw_printenv, fw_setenv). They are put into a separate package With these files it becomes possible to modify the u-boot environment when linux is booted The #ifdef's in fw_env.h were needed to avoid compilation issues The constants have been

Re: [OE-core] [PATCH] patch.bbclass: abstract out logic that determines patches to apply

2011-12-27 Thread Chris Larson
On Tue, Dec 27, 2011 at 1:33 PM, Saul Wold s...@linux.intel.com wrote: Do you need to pass d here? I am seeing errors (see http://autobuilder.yoctoproject.org:8010/builders/nightly-x86/builds/295/steps/shell_14/logs/stdio) Bah, indeed, apparently my testing didn't hit any recipes using

Re: [OE-core] [PATCH 1/2] u-boot: improved DESCRIPTION, fixed HOMEPAGE

2011-12-27 Thread Saul Wold
On 12/27/2011 12:35 PM, Frans Meulenbroeks wrote: HOMEPAGE pointed to an sf.net page that said that the page did not exist any more and after that it redirected to the denx.de page; updated HOMEPAGE to point to that page Also improved the description to use the official capitalisation

Re: [OE-core] [PATCH 2/2] u-boot: added generating the env utils (fixes bug 1800)

2011-12-27 Thread Saul Wold
On 12/27/2011 12:35 PM, Frans Meulenbroeks wrote: This adds building the u-boot tools for target. (fw_printenv, fw_setenv). They are put into a separate package With these files it becomes possible to modify the u-boot environment when linux is booted The #ifdef's in fw_env.h were needed to

Re: [OE-core] [PATCH 2/2] u-boot: added generating the env utils (fixes bug 1800)

2011-12-27 Thread Koen Kooi
Op 27 dec. 2011, om 23:00 heeft Saul Wold het volgende geschreven: On 12/27/2011 12:35 PM, Frans Meulenbroeks wrote: This adds building the u-boot tools for target. (fw_printenv, fw_setenv). They are put into a separate package With these files it becomes possible to modify the u-boot

Re: [OE-core] [PATCH oe-core] valgrind: add powerpc into the compatible host list

2011-12-27 Thread McClintock Matthew-B29882
On Thu, Dec 22, 2011 at 9:15 PM, Luo Zhenhua-B19537 b19...@freescale.com wrote: Can somebody confirm whether valgrind works for armv4/v5, please? We should probably ask this on a valgrind list... -M ___ Openembedded-core mailing list

Re: [OE-core] [PATCH] patch.bbclass: abstract out logic that determines patches to apply

2011-12-27 Thread Christopher Larson
Pushed an updated version of the patch-refactor commit that should fix this. -- Christopher Larson On Tuesday, December 27, 2011 at 1:38 PM, Chris Larson wrote: On Tue, Dec 27, 2011 at 1:33 PM, Saul Wold s...@linux.intel.com (mailto:s...@linux.intel.com) wrote: Do you need to pass d here?

[OE-core] [PATCH 1/1] rpm: Fix rpm database files capacity issue.

2011-12-27 Thread Mei Lei
Tune the __db* size in DB_CONFIG. This will reduce the __db* size from 62MB to 26MB in qemu. [YOCTO #1769] Signed-off-by: Mei Lei lei@intel.com --- meta/classes/rootfs_rpm.bbclass |3 +++ meta/recipes-devtools/rpm/rpm/rpm-db-reduce.patch | 19 +++

[OE-core] [PATCH 0/1] rpm:fix bug 1769

2011-12-27 Thread Mei Lei
Hi all, This patch will fix bug 1769. The discussion from community can be found here: http://rpm5.org/community/rpm-devel/5087.html Please review and merge it. Thanks, Lei The following changes since commit 8f348ccad083d6c02c200652ff6295e701e88f0d: Saul Wold

[OE-core] [PATCH oe-core] valgrind: add powerpc to the compatible host and add eglibc-dbg in rdepends

2011-12-27 Thread b19537
From: Zhenhua Luo b19...@freescale.com 1. add powerpc into the compatible host list 2. valgrind requires the non-stripped eglibc libraries, so add eglibc-dbg into RDEPENDS Signed-off-by: Zhenhua Luo b19...@freescale.com --- meta/recipes-devtools/valgrind/valgrind_3.6.1.bb |6