[OE-core] [PATCH 1/3] autoconf: update RDEDENDS

2012-12-26 Thread Kang Kai
The only file Glob.so provided by perl-module-file will be moved to package perl-module-file-glob. So remove perl-module-file from RDEDENDS. Signed-off-by: Kang Kai --- meta/recipes-devtools/autoconf/autoconf.inc |1 - meta/recipes-devtools/autoconf/autoconf_2.69.bb |2 +- 2 files ch

[OE-core] [PATCH 0/3] V2: Perl: update package split and inner dependencies

2012-12-26 Thread Kang Kai
Because there is a pending perl-tests patch on the maillist, I didn't bump up PR. V2: This version update pacakge split script that make the same name A.pm and A.so files into one package. And update autoconf rdependency. The following changes since commit 90c0eb29f0b41e4ac2d3d17ebad7295c2ebdc0

[OE-core] [PATCH 2/3] perl: update RPROVIDES and popuate_package script

2012-12-26 Thread Kang Kai
File warnings/register.pm has been moved to package perl, update RPROVIDES_perl to provides perl-module-warnings-register for backward compatibility. Update populate_package script for: 1 Way to deal directory 'Module/' is not right, it creates packages whose names end with '-pm'. Update to drop

[OE-core] [PATCH] cairo: add dependency on libxext

2012-12-26 Thread b28495
From: Ting Liu Signed-off-by: Ting Liu --- meta/recipes-graphics/cairo/cairo.inc |2 +- meta/recipes-graphics/cairo/cairo_1.12.8.bb |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-graphics/cairo/cairo.inc b/meta/recipes-graphics/cairo/cairo.inc

[OE-core] [PATCH 4/4] initscripts: support read-only rootfs

2012-12-26 Thread Qi.Chen
From: Chen Qi To support a read-only rootfs, we use symbolic links which point to volatile storage to create the illusion that some directories are writable. Improve populate-volatile.sh script to support read-only rootfs. Add two default config files specific to read-only-rootfs image. [YOCTO

[OE-core] [PATCH 3/4] core-image.bbclass: support read-only-rootfs image feature

2012-12-26 Thread Qi.Chen
From: Chen Qi Two hook functions are appended to ROOTFS_POSTPROCESS_COMMAND properly to support the 'read-only-rootfs' image feature. [YOCTO #3406] Signed-off-by: Chen Qi --- meta/classes/core-image.bbclass |7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/meta/cla

[OE-core] [PATCH 2/4] image.bbclass: add two hook funtions to support read-only rootfs

2012-12-26 Thread Qi.Chen
From: Chen Qi read_only_rootfs_hook: this funtion is invoked only if 'read-only-rootfs' is in IMAGE_FEATURES. It tweaks some basic files and makes populate- volatile.sh script run at rootfs time. choose_volatile_conf_file: this function properly chooses the right conf file for volatile storage h

[OE-core] [PATCH 1/4] sysvinit: add ROOTFS_READ_ONLY variable to rcS-default

2012-12-26 Thread Qi.Chen
From: Chen Qi This variable indicates whether the rootfs is intended to be read-only or not. Changing this value from 'no' to 'yes' on a currently running system with read-write rootfs and rebooting will give the user a working system with read-only rootfs. However, it is not suggested to change

[OE-core] [PATCH V3 0/4] read-only rootfs support

2012-12-26 Thread Qi.Chen
From: Chen Qi The series of patches add support to read-only rootfs. The main idea is to use symbolic links to create the illuion that some directories are writable in case of a read-only rootfs. This set of patches have been tested on minimal images with and without 'read-only-rootfs' image fe

[OE-core] [PATCH] iproute2: DEPENDS on iptables

2012-12-26 Thread Saul Wold
Make sure iproute rebuilds when iptables is updated Signed-off-by: Saul Wold --- meta/recipes-connectivity/iproute2/iproute2.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-connectivity/iproute2/iproute2.inc b/meta/recipes-connectivity/iproute2/iproute2.inc

Re: [OE-core] State of bitbake world

2012-12-26 Thread Martin Jansa
On Mon, Dec 24, 2012 at 10:12:42AM +0100, Martin Jansa wrote: > Few more are failing when it's built without DISTRO setting (and also without > gold) > http://jenkins.nas-admin.org/job/shr-core-branches_world_qemuarm/28/consoleFull > meta-openembedded/meta-systemd/recipes-core/systemd/systemd_gi

Re: [OE-core] [PATCH 08/15] libfm: upgrade to 1.1.0

2012-12-26 Thread Saul Wold
On 12/24/2012 12:34 AM, Constantin Musca wrote: fix-includedir-ln.patch: added - fix infinite link recursion by specifying the absolute path - fix make parallelism issues libfm_fix_for_automake-1.12.patch: removed - problem not reprodicible anymore Signed-off-by: Constantin Musca --- .../lib

[OE-core] Denzil 1.2.2 development nearly complete

2012-12-26 Thread Scott Garman
Hi everyone, I wanted to make sure the community is aware that I am wrapping things up for our next denzil stable release, 1.2.2. We've had some discussions about this at the Technical Team Meetings, but I thought I'd send this out to the mailing lists as well. The current status of my testi

Re: [OE-core] [PATCH 14/15] pcmanfm: upgrade to 1.1.0

2012-12-26 Thread Saul Wold
On 12/24/2012 12:34 AM, Constantin Musca wrote: pcmanfm_fix_for_automake_1.12.patch: removed - problem not reprodicible anymore owl-window-menu.patch: removed - not needed anymore Signed-off-by: Constantin Musca --- .../pcmanfm/files/owl-window-menu.patch| 81

[OE-core] [PATCH][for-danny] arch-armv4.inc: add --fix-v4bx to TARGET_LD_KERNEL_ARCH only for armv4 and strongarm1100

2012-12-26 Thread Martin Jansa
* without this patch it does apply --fix-v4bx not only to armv4, but also all higher (because they also have armv4 in TUNE_FEATURES) * it causes SIGILL on armv4t http://lists.linuxtogo.org/pipermail/openembedded-devel/2012-November/042298.html * someone please test on armv4 device (I tested on

Re: [OE-core] [CONSOLIDATED PULL 00/27] Christmas Fixes!

2012-12-26 Thread Richard Purdie
On Tue, 2012-12-25 at 14:53 -0800, Saul Wold wrote: > Richard, > > After much hair pulling, I have a change set that builds > cleanly other than webkit (which was broken before). > > More patch testing over the next few days! > > Happy Holidays to all Thanks Saul, I merged these. Happy holiday

Re: [OE-core] RFC: systemd integration

2012-12-26 Thread Martin Jansa
On Wed, Dec 19, 2012 at 07:20:45PM +0200, Radu Moisan wrote: > Hi guys, > I have prepared a branch on poky-contrib (rmoisan/systemd) where I > pulled systemd from meta-openembedded. The goal is to merge this into > oe-core, so please take a look and give me your feedback on stuff that > nee

[OE-core] [PATCH] cairo: Adds libxext in X11DEPENDS.

2012-12-26 Thread Noor, Ahsan
From: Noor Ahsan * cairo was giving redefinition error of struct _XLinearGradient, struct _XCircle and struct _XRadialGradient. * cario now depends on libxext. Adding that dependency resolved above errors. * Verified it on P2020RDB. * Bump PR. Signed-off-by: Noor Ahsan --- meta/recipes-graphic

[OE-core] [PATCH] sqlite: update to upstream version 3.7.15.1

2012-12-26 Thread Marko Lindqvist
Signed-off-by: Marko Lindqvist --- meta/recipes-support/sqlite/sqlite3_3.7.15.0.bb | 11 --- meta/recipes-support/sqlite/sqlite3_3.7.15.1.bb | 13 + 2 files changed, 13 insertions(+), 11 deletions(-) delete mode 100644 meta/recipes-support/sqlite/sqlite3_3.7.15.0.bb crea