[OE-core] Issue with RDEPENDS in module.bbclass for initramfs

2011-10-24 Thread Anders Darander
We have recently started investigating to make an even smaller build of our local distro & machine. This smaller build should be run exclusively from an initramfs, thus we have a need to reduće the size of the rootfs as much as possible. (Especially as we'd still like some "bigger" tools/pieces in

[OE-core] Issue with RDEPENDS in module.bbclass for initramfs

2011-10-24 Thread Anders Darander
We have recently started investigating to make an even smaller build of our local distro & machine. This smaller build should be run exclusively from an initramfs, thus we have a need to reduće the size of the rootfs as much as possible. (Especially as we'd still like some "bigger" tools/pieces in

[OE-core] [PATCH 0/1] distro_tracking_fields: update packages tracking fields

2011-10-24 Thread wenzong.fan
From: Wenzong Fan Update distro tracking fields for ccache, chkconfig. The following changes since commit 53ee27a1c5b589cba874f674c428e1a36557cc3b: Joshua Lock (1): doc: update manual for checksum changes are available in the git repository at: git://git.pokylinux.org/poky-contrib

[OE-core] [PATCH 1/1] distro_tracking_fields: update packages tracking fields

2011-10-24 Thread wenzong.fan
From: Wenzong Fan Update packages tracking fields including ccache, chkconfig. Signed-off-by: Wenzong Fan --- .../conf/distro/include/distro_tracking_fields.inc | 12 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/meta/conf/distro/include/distro_tracking_fields.

[OE-core] [PATCH] Introduce biarch DISTRO_FEATURE

2011-10-24 Thread Julian Pidancet
This patch introduces a distro feature which enables gcc to produce both 32bit and 64bit code, and enables binutils to operate on both 32bit and 64bit binaries. It differs from multilib toolchains in that it does not require to compile a version of the libc for each architecture variant. However, t

[OE-core] [PATCH] Give coreutils a chance to build the df utility

2011-10-24 Thread Julian Pidancet
The coreutils configure script is unable determine how to get free space from the Operating System when cross-compiling. This patch gives it some extra help by setting the fu_cv_sys_stat_statfs2_bsize variable to yes before invoking the configure script. Signed-off-by: Julian Pidancet --- meta/r

Re: [OE-core] Dependency problem in mysql ?

2011-10-24 Thread Eric Bénard
Le 24/10/2011 22:25, Henning Heinold a écrit : On Mon, Oct 24, 2011 at 10:18:11PM +0200, Eric Bénard wrote: Hi, while testing a build from scratch of a configuration which was working, I increased BB_NUMBER_THREADS to "8" and PARALLEL_MAKE to "-j6" and started to get problems with mysql (log a

Re: [OE-core] Dependency problem in mysql ?

2011-10-24 Thread Henning Heinold
On Mon, Oct 24, 2011 at 10:18:11PM +0200, Eric Bénard wrote: > Hi, > > while testing a build from scratch of a configuration which was > working, I increased BB_NUMBER_THREADS to "8" and PARALLEL_MAKE to > "-j6" and started to get problems with mysql (log at the end of this > mail). > > Reducing

[OE-core] Dependency problem in mysql ?

2011-10-24 Thread Eric Bénard
Hi, while testing a build from scratch of a configuration which was working, I increased BB_NUMBER_THREADS to "8" and PARALLEL_MAKE to "-j6" and started to get problems with mysql (log at the end of this mail). Reducing BB_NUMBER_THREADS to 4 "solved" the problem. Any idea what dependency c

Re: [OE-core] serial-console: IMAGE_FEATURE, MACHINE_FEATURE or DISTRO_FEATURE?

2011-10-24 Thread Chris Larson
On Mon, Oct 24, 2011 at 1:27 AM, Frans Meulenbroeks wrote: > 2011/10/24 Koen Kooi >> >> Hi, >> >> Otavio is cleaning up systemd in meta-oe to work with his initramfs setup >> and we stumbled onto a challenge that we'd like some more feedback on. >> >> The old sysvinit recipes always hardcode a se

Re: [OE-core] [PATCH 1/1] gst-plugins-good: correctly handle gconf schema

2011-10-24 Thread Richard Purdie
On Thu, 2011-10-20 at 11:40 -0700, Joshua Lock wrote: > Add the shipped gconf schema to the gconfelements package and inherit the > gconf > class so that schema processing is handled via post* scripts. > > Signed-off-by: Joshua Lock > --- > .../gstreamer/gst-plugins-good_0.10.30.bb |

Re: [OE-core] [CONSOLIDATED PULL 20/27] libtool: Upgrade from 2.4 -> 2.4.2

2011-10-24 Thread Richard Purdie
On Mon, 2011-10-24 at 16:18 +0200, Koen Kooi wrote: > Op 24 okt. 2011, om 16:10 heeft Richard Purdie het volgende geschreven: > > > On Mon, 2011-10-24 at 15:37 +0200, Koen Kooi wrote: > >> Op 24 okt. 2011, om 15:34 heeft Richard Purdie het volgende geschreven: > >> > >>> On Sun, 2011-10-23 at 11:

Re: [OE-core] [CONSOLIDATED PULL 11/27] pulseaudio-0.9.23: inherit perlnative to work around build on host without XML/Parser.pm

2011-10-24 Thread Martin Jansa
On Mon, Oct 24, 2011 at 03:15:07PM +0100, Richard Purdie wrote: > On Mon, 2011-10-24 at 15:19 +0200, Koen Kooi wrote: > > Op 24 okt. 2011, om 15:15 heeft Richard Purdie het volgende geschreven: > > > > > On Sun, 2011-10-23 at 11:26 -0700, Saul Wold wrote: > > >> From: Martin Jansa > > >> > > >>

Re: [OE-core] [CONSOLIDATED PULL 11/27] pulseaudio-0.9.23: inherit perlnative to work around build on host without XML/Parser.pm

2011-10-24 Thread Richard Purdie
On Mon, 2011-10-24 at 15:24 +0200, Martin Jansa wrote: > On Mon, Oct 24, 2011 at 02:15:57PM +0100, Richard Purdie wrote: > > On Sun, 2011-10-23 at 11:26 -0700, Saul Wold wrote: > > > From: Martin Jansa > > > > > > Signed-off-by: Martin Jansa > > > --- > > > .../pulseaudio/pulseaudio_0.9.23.bb

Re: [OE-core] [CONSOLIDATED PULL 20/27] libtool: Upgrade from 2.4 -> 2.4.2

2011-10-24 Thread Koen Kooi
Op 24 okt. 2011, om 16:10 heeft Richard Purdie het volgende geschreven: > On Mon, 2011-10-24 at 15:37 +0200, Koen Kooi wrote: >> Op 24 okt. 2011, om 15:34 heeft Richard Purdie het volgende geschreven: >> >>> On Sun, 2011-10-23 at 11:26 -0700, Saul Wold wrote: From: Khem Raj Adju

Re: [OE-core] [PATCH 2/2] pulseaudio: inherit perlnative

2011-10-24 Thread Richard Purdie
On Sun, 2011-10-23 at 07:31 -0700, Khem Raj wrote: > manpage generatition uses xmltoman utility > which inturn uses xml-parser. So we add > libxml-parser-perl-native to DEPENDS and also > inherit perlnative so it does not use the one > from build host > > Signed-off-by: Khem Raj > --- > .../puls

Re: [OE-core] [CONSOLIDATED PULL 11/27] pulseaudio-0.9.23: inherit perlnative to work around build on host without XML/Parser.pm

2011-10-24 Thread Richard Purdie
On Mon, 2011-10-24 at 15:19 +0200, Koen Kooi wrote: > Op 24 okt. 2011, om 15:15 heeft Richard Purdie het volgende geschreven: > > > On Sun, 2011-10-23 at 11:26 -0700, Saul Wold wrote: > >> From: Martin Jansa > >> > >> Signed-off-by: Martin Jansa > >> --- > >> .../pulseaudio/pulseaudio_0.9.23.bb

Re: [OE-core] [CONSOLIDATED PULL 20/27] libtool: Upgrade from 2.4 -> 2.4.2

2011-10-24 Thread Richard Purdie
On Mon, 2011-10-24 at 15:37 +0200, Koen Kooi wrote: > Op 24 okt. 2011, om 15:34 heeft Richard Purdie het volgende geschreven: > > > On Sun, 2011-10-23 at 11:26 -0700, Saul Wold wrote: > >> From: Khem Raj > >> > >> Adjust prefix.patch and delete resolve-sysroot.patch > >> since its already applie

Re: [OE-core] [CONSOLIDATED PULL 00/27] Various Updates and fixes

2011-10-24 Thread Richard Purdie
On Sun, 2011-10-23 at 11:26 -0700, Saul Wold wrote: > This pull requests adds some new recipes for supporting building > oe-core with oe-core, also various patches and updates. I've taken a chunk of this but there were some issues. > I also included the MACHINE_KERNEL_PR change from Dmitry per m

Re: [OE-core] [CONSOLIDATED PULL 20/27] libtool: Upgrade from 2.4 -> 2.4.2

2011-10-24 Thread Koen Kooi
Op 24 okt. 2011, om 15:34 heeft Richard Purdie het volgende geschreven: > On Sun, 2011-10-23 at 11:26 -0700, Saul Wold wrote: >> From: Khem Raj >> >> Adjust prefix.patch and delete resolve-sysroot.patch >> since its already applied upstream >> >> Signed-off-by: Khem Raj >> --- >> .../libtool/

Re: [OE-core] [CONSOLIDATED PULL 20/27] libtool: Upgrade from 2.4 -> 2.4.2

2011-10-24 Thread Richard Purdie
On Sun, 2011-10-23 at 11:26 -0700, Saul Wold wrote: > From: Khem Raj > > Adjust prefix.patch and delete resolve-sysroot.patch > since its already applied upstream > > Signed-off-by: Khem Raj > --- > .../libtool/{libtool.inc => libtool-2.4.2.inc} | 26 +--- > meta/recipes-devtools

Re: [OE-core] [CONSOLIDATED PULL 26/27] abiword: convert to svn

2011-10-24 Thread Saul Wold
On 10/24/2011 03:18 PM, Koen Kooi wrote: Op 24 okt. 2011, om 15:14 heeft Richard Purdie het volgende geschreven: On Sun, 2011-10-23 at 11:27 -0700, Saul Wold wrote: Signed-off-by: Saul Wold --- meta-demoapps/recipes-gnome/abiword/abiword.inc|4 ++-- meta-demoapps/recipes-gnome/abiword/

Re: [OE-core] [CONSOLIDATED PULL 23/27] wget: Add recipe from OE

2011-10-24 Thread Richard Purdie
> diff --git a/meta/recipes-extended/wget/wget.inc > b/meta/recipes-extended/wget/wget.inc > new file mode 100644 > index 000..c0d9ba9 > --- /dev/null > +++ b/meta/recipes-extended/wget/wget.inc > @@ -0,0 +1,40 @@ > +DESCRIPTION = "A console URL download utility featuring HTTP, FTP, and more."

Re: [OE-core] [CONSOLIDATED PULL 11/27] pulseaudio-0.9.23: inherit perlnative to work around build on host without XML/Parser.pm

2011-10-24 Thread Martin Jansa
On Mon, Oct 24, 2011 at 02:15:57PM +0100, Richard Purdie wrote: > On Sun, 2011-10-23 at 11:26 -0700, Saul Wold wrote: > > From: Martin Jansa > > > > Signed-off-by: Martin Jansa > > --- > > .../pulseaudio/pulseaudio_0.9.23.bb|2 +- > > 1 files changed, 1 insertions(+), 1 dele

Re: [OE-core] [CONSOLIDATED PULL 11/27] pulseaudio-0.9.23: inherit perlnative to work around build on host without XML/Parser.pm

2011-10-24 Thread Koen Kooi
Op 24 okt. 2011, om 15:15 heeft Richard Purdie het volgende geschreven: > On Sun, 2011-10-23 at 11:26 -0700, Saul Wold wrote: >> From: Martin Jansa >> >> Signed-off-by: Martin Jansa >> --- >> .../pulseaudio/pulseaudio_0.9.23.bb|2 +- >> 1 files changed, 1 insertions(+), 1 de

Re: [OE-core] [CONSOLIDATED PULL 26/27] abiword: convert to svn

2011-10-24 Thread Koen Kooi
Op 24 okt. 2011, om 15:14 heeft Richard Purdie het volgende geschreven: > On Sun, 2011-10-23 at 11:27 -0700, Saul Wold wrote: >> Signed-off-by: Saul Wold >> --- >> meta-demoapps/recipes-gnome/abiword/abiword.inc|4 ++-- >> meta-demoapps/recipes-gnome/abiword/abiword_cvs.bb | 10

Re: [OE-core] [CONSOLIDATED PULL 11/27] pulseaudio-0.9.23: inherit perlnative to work around build on host without XML/Parser.pm

2011-10-24 Thread Richard Purdie
On Sun, 2011-10-23 at 11:26 -0700, Saul Wold wrote: > From: Martin Jansa > > Signed-off-by: Martin Jansa > --- > .../pulseaudio/pulseaudio_0.9.23.bb|2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio_0.9.2

Re: [OE-core] [CONSOLIDATED PULL 26/27] abiword: convert to svn

2011-10-24 Thread Richard Purdie
On Sun, 2011-10-23 at 11:27 -0700, Saul Wold wrote: > Signed-off-by: Saul Wold > --- > meta-demoapps/recipes-gnome/abiword/abiword.inc|4 ++-- > meta-demoapps/recipes-gnome/abiword/abiword_cvs.bb | 10 -- > meta-demoapps/recipes-gnome/abiword/abiword_svn.bb | 10 ++ >

Re: [OE-core] serial-console: IMAGE_FEATURE, MACHINE_FEATURE or DISTRO_FEATURE?

2011-10-24 Thread Frans Meulenbroeks
2011/10/24 Koen Kooi > Hi, > > Otavio is cleaning up systemd in meta-oe to work with his initramfs setup > and we stumbled onto a challenge that we'd like some more feedback on. > > The old sysvinit recipes always hardcode a serial getty into inittab, > systemd installs a getty@.service file inst

[OE-core] serial-console: IMAGE_FEATURE, MACHINE_FEATURE or DISTRO_FEATURE?

2011-10-24 Thread Koen Kooi
Hi, Otavio is cleaning up systemd in meta-oe to work with his initramfs setup and we stumbled onto a challenge that we'd like some more feedback on. The old sysvinit recipes always hardcode a serial getty into inittab, systemd installs a getty@.service file instead. Otavio doesn't need (or want