Re: [OE-core] [oe] OE-Classic recipe migration status

2012-11-12 Thread Paul Eggleton
On Sunday 11 November 2012 21:24:55 Otavio Salvador wrote: On Sun, Nov 11, 2012 at 6:49 PM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Sunday 11 November 2012 21:16:13 Martin Jansa wrote: I've noticed e.g this: libfsobasics [distro] libfsoresource[distro]

Re: [OE-core] [PATCH 1/1] eglibc: always compile with optimization.

2012-11-12 Thread Phil Blundell
On Mon, 2012-11-12 at 11:31 +0800, jackie.hu...@windriver.com wrote: +# eglibc can't be built without optimization, if someone tries to compile an +# entire image as -O0, we override it with -O2 here and give a note about it. +def get_optimization(d): +if

[OE-core] [PATCH 0/1] initscripts: improve the way it handles volatile storage

2012-11-12 Thread Qi.Chen
From: Chen Qi qi.c...@windriver.com The following changes since commit e421e95de0ce430cc2c6db9b0712a66ab96288a1: gnome-desktop: Now we depend on gnome-common-native, use the correct sysroot (2012-11-02 16:18:32 +) are available in the git repository at:

[OE-core] [PATCH 1/1] initscripts: improve the way initscripts handle volatile storage

2012-11-12 Thread Qi.Chen
From: Chen Qi qi.c...@windriver.com Change the way how populate_volatile.sh handles link-type config items. Previously, if a link-type config item is encountered, the script does not handle it correctly. If the target exists as a link, the config item is skipped no matter where the target

Re: [OE-core] [PATCH 1/2] libxslt: upgrade to 1.1.27

2012-11-12 Thread Richard Purdie
On Fri, 2012-11-09 at 10:15 +, Burton, Ross wrote: On 9 November 2012 10:00, Constantin Musca constantinx.mu...@intel.com wrote: --- a/meta/recipes-support/libxslt/libxslt/pkgconfig_fix.patch +++ b/meta/recipes-support/libxslt/libxslt/pkgconfig_fix.patch @@ -1,24 +1,24 @@

[OE-core] [PATCH] mesa-demos: fix --with-glut check

2012-11-12 Thread Ross Burton
The GLUT check was automatic and couldn't be disabled, so mesa-demos would gain a GLUT dependency if it was present when built. So, fix configure.ac so that --without-glut works as expected. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/mesa/mesa-demos/glut.patch |

Re: [OE-core] [PATCH] initrdscripts: fix udevd path

2012-11-12 Thread Burton, Ross
On 7 November 2012 00:01, Otavio Salvador ota...@ossystems.com.br wrote: Please split the patch in two: one fixing udevd and another with new features; please tag it properly as v3 so it is easy to spoit it. Alex - ping? Ross ___ Openembedded-core

[OE-core] [PATCH V3] initrdscripts: fix udevd in the live boot init scripts

2012-11-12 Thread Ross Burton
udevd moved location and isn't in $PATH anymore, so use an absolute path to start it. The control socket path moved too, so mkdir the directory it's in. Mounts the new devtmpfs on /dev device tree. Signed-off-by: Ross Burton ross.bur...@intel.com Signed-off-by: Alexandru Damian

Re: [OE-core] [PATCH] initrdscripts: fix udevd path

2012-11-12 Thread Burton, Ross
On 12 November 2012 16:13, Burton, Ross ross.bur...@intel.com wrote: On 7 November 2012 00:01, Otavio Salvador ota...@ossystems.com.br wrote: Please split the patch in two: one fixing udevd and another with new features; please tag it properly as v3 so it is easy to spoit it. I JFDI'd because

Re: [OE-core] [PATCH] initrdscripts: fix udevd path

2012-11-12 Thread Damian, Alexandru
I'm working on it now. Expect the patches shortly. Alex On Mon, Nov 12, 2012 at 6:13 PM, Burton, Ross ross.bur...@intel.com wrote: On 7 November 2012 00:01, Otavio Salvador ota...@ossystems.com.br wrote: Please split the patch in two: one fixing udevd and another with new features; please

[OE-core] OE Changelog since 2012-11-04 until 2012-11-11

2012-11-12 Thread cliff . brake
Changelog since 2012-11-04 until 2012-11-11. Projects included in this report: bitbake: git://git.openembedded.org/bitbake openembedded-core: git://git.openembedded.org/openembedded-core meta-openembedded: git://git.openembedded.org/meta-openembedded meta-smartphone:

[OE-core] device node creation

2012-11-12 Thread anton
Hello, I'm trying to create a device node in the generated rootfs image: /dev/net/tun. It is required for openvpn to work. Adding it in the living system is as trivial as mkdir /dev/net; mknod /dev/net/tun c 10 200, but I want it to be there with no manual intrusion required. I tried several

[OE-core] [PATCH] libunique: fix compilation with GLib 2.34

2012-11-12 Thread Ross Burton
The new GLib has deprecated some functions, and libunique was building with -Werror. Take a patch from upstream to update the build system and rationalise the warning flags. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-gnome/libunique/libunique/build.patch | 421

Re: [OE-core] OE-Classic recipe migration status

2012-11-12 Thread Stefan Schmidt
Hello. On Sun, 2012-11-11 at 19:11, Paul Eggleton wrote: 1484 other 218 BSP 211 BugLabs I now longer work for BugLabs but during my last months there I split up our bunch of recipes according to what we think was sane at that time. Think end of last year here. The BSP layer can

[OE-core] [PATCH] initrd: add recovery feature

2012-11-12 Thread Radu Moisan
Allows you to use as root a partition instead of the rootfs.img for recovering an old install, and fails safe when no rootfs is found, dropping the user to a shell if something goes wrong. Signed-off-by: Radu Moisan radu.moi...@intel.com Signed-off-by: Alexandru Damian alexandru.dam...@intel.com

Re: [OE-core] device node creation

2012-11-12 Thread Gary Thomas
On 2012-11-12 10:42, an...@angri.ru wrote: Hello, I'm trying to create a device node in the generated rootfs image: /dev/net/tun. It is required for openvpn to work. Adding it in the living system is as trivial as mkdir /dev/net; mknod /dev/net/tun c 10 200, but I want it to be there with no

Re: [OE-core] OE-Classic recipe migration status

2012-11-12 Thread Phil Blundell
On Sun, 2012-11-11 at 19:11 +, Paul Eggleton wrote: 136 PERL I encountered the horror that is the perl modules a few weeks ago while I was working on mythtv. At the time it seemed as though there were more like 13600 recipes but I imagine your figure is probably the accurate one. It

[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

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

2012-11-12 Thread Jessica Zhang
The following changes since commit e5822cf6c8373746faca0271d6394a5380edd738: poky.conf: Enable warning on textrel QA check (2012-11-12 13:36:42 +) are available in the git repository at: git://git.yoctoproject.org/poky-contrib jzhang/YOCTO3384

Re: [OE-core] [PATCH] mesa-demos: fix --with-glut check

2012-11-12 Thread Daniel Stone
Hi, On 13 November 2012 02:03, Ross Burton ross.bur...@intel.com wrote: The GLUT check was automatic and couldn't be disabled, so mesa-demos would gain a GLUT dependency if it was present when built. So, fix configure.ac so that --without-glut works as expected. Has this been sent

Re: [OE-core] [PATCH 1/1] eglibc: always compile with optimization.

2012-11-12 Thread jhuang0
On 11/12/2012 5:48 PM, Phil Blundell wrote: On Mon, 2012-11-12 at 11:31 +0800, jackie.hu...@windriver.com wrote: +# eglibc can't be built without optimization, if someone tries to compile an +# entire image as -O0, we override it with -O2 here and give a note about it. +def

Re: [OE-core] [PATCH] mesa-demos: fix --with-glut check

2012-11-12 Thread Martin Jansa
On Tue, Nov 13, 2012 at 11:25:21AM +1100, Daniel Stone wrote: Hi, On 13 November 2012 02:03, Ross Burton ross.bur...@intel.com wrote: The GLUT check was automatic and couldn't be disabled, so mesa-demos would gain a GLUT dependency if it was present when built. So, fix configure.ac