Re: [OE-core] [review/test 3/5] python, python-native: upgrade from 2.6.6 to 2.7.2

2011-10-23 Thread Martin Jansa
On Sun, Oct 23, 2011 at 05:07:30PM -0700, Kamble, Nitin A wrote: > Hi Martin, > I tested python inside qemux86-64 and it was working fine. I could test > small python scripts working as expected. > Thanks, > Nitin For me it builds only after I've upgraded host's glibc version to 2.14 while usin

Re: [OE-core] [PATCH 3/3 v2] distro_tracking_fields: update packages tracking fields

2011-10-23 Thread wenzong fan
On 10/20/2011 03:43 PM, Saul Wold wrote: On 10/19/2011 10:59 PM, wenzong@windriver.com wrote: 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 cha

[OE-core] [PATCH 1/1] qmmp: update to 0.5.2

2011-10-23 Thread Xiaofeng Yan
From: Xiaofeng Yan Use do_split_package for each grouping and name them correctly besides updating package. The format to name plugins of qmmp: qmmp-plugin-- with the Description: Qmmp plugin for %s" Signed-off-by: Xiaofeng Yan --- meta/recipes-qt/qt-apps/qmmp_0.5.2.bb | 60 ++

[OE-core] [PATCH 0/1] qmmp: update to 0.5.2

2011-10-23 Thread Xiaofeng Yan
From: Xiaofeng Yan Hi saul, Use do_split_package for each grouping and name them correctly besides updating package. The format to name plugins of qmmp: qmmp-plugin-- with the Description: Qmmp plugin for %s" Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: xiaofeng/qmmp_update

Re: [OE-core] where is the binary file

2011-10-23 Thread Ni Qingliang
I have found out it! the PN is tinbox, and I have installed the binary to '/usr/lib/tin/' the bitbake will process '/lib/${PN}/' and '/usr/lib/${PN}', skipped my own directory. after change to /usr/lib/${PN}, it works! On Mon, 2011-10-24 at 09:50 +0800, Ni Qingliang wrote: > Hello All: > > I ha

[OE-core] where is the binary file

2011-10-23 Thread Ni Qingliang
Hello All: I have installed some binary file into the /lib/xxx directory (used for FPGA), and can find them in the 'package' dir of the package. but can't find any in the 'packages-split' dir of it (and also not in the final image). Does anyone can tell me what happened? -- Yi Qingliang niqi

Re: [OE-core] [review/test 3/5] python, python-native: upgrade from 2.6.6 to 2.7.2

2011-10-23 Thread Kamble, Nitin A
Hi Martin, I tested python inside qemux86-64 and it was working fine. I could test small python scripts working as expected. Thanks, Nitin > -Original Message- > From: Martin Jansa [mailto:martin.ja...@gmail.com] > Sent: Saturday, October 22, 2011 11:28 PM > To: Kamble, Nitin A > Cc: P

Re: [OE-core] --root option in upstream shadow

2011-10-23 Thread Julian Pidancet
On Sat, Oct 22, 2011 at 12:54 PM, Nicolas François wrote: > Hello, > > I'm the upstream maintainer of the shadow utilities. > > I was informed of the OpenEmbedded's add_root_cmd_options patch and would > like to integrate it upstream. > > First of all, thanks a lot for implementing this feature. I

Re: [OE-core] [CONSOLIDATED PULL 24/27] texi2html: Added recipe from OE

2011-10-23 Thread Khem Raj
On Sunday, October 23, 2011, Saul Wold wrote: > On 10/23/2011 01:06 PM, Khem Raj wrote: >> >> >> On Sunday, October 23, 2011, Saul Wold > > wrote: >> > Needed to build oe-core with oe-core >> > Nope, this is needed on the target image to build OE-core with an OE-Core

Re: [OE-core] [CONSOLIDATED PULL 24/27] texi2html: Added recipe from OE

2011-10-23 Thread Saul Wold
On 10/23/2011 01:06 PM, Khem Raj wrote: On Sunday, October 23, 2011, Saul Wold mailto:s...@linux.intel.com>> wrote: > Needed to build oe-core with oe-core Nope, this is needed on the target image to build OE-core with an OE-Core image. Sau! Oe-Core with oe-core did u mean meta-oe in one p

Re: [OE-core] [CONSOLIDATED PULL 24/27] texi2html: Added recipe from OE

2011-10-23 Thread Khem Raj
On Sunday, October 23, 2011, Saul Wold wrote: > Needed to build oe-core with oe-core Oe-Core with oe-core did u mean meta-oe in one place ? > > Signed-off-by: Saul Wold > --- > meta/recipes-extended/texi2html/texi2html_1.82.bb | 14 ++ > 1 files changed, 14 insertions(+), 0 deleti

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

2011-10-23 Thread Saul Wold
On 10/23/2011 07:31 AM, 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 --- .../pulseaudio/pulseaudio_0.9.23.bb

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

2011-10-23 Thread Saul Wold
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/libtool/libtool-2.4.inc | 13 -- ...libtool-cross_2.4.bb =

[OE-core] [CONSOLIDATED PULL 22/27] kernel.bbclass: respect MACHINE_KERNEL_PR

2011-10-23 Thread Saul Wold
From: Dmitry Eremin-Solenikov MACHINE_KERNEL_PR was introduced long ago in org.oe.dev. It's present in meta-oe kernel.bbclass. Several machines depend on this functionality. Signed-off-by: Dmitry Eremin-Solenikov --- meta/classes/kernel.bbclass |5 + 1 files changed, 5 insertions(+), 0

[OE-core] [CONSOLIDATED PULL 27/27] perl: remove debug set -x; pwd

2011-10-23 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-devtools/perl/perl_5.14.2.bb |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/perl/perl_5.14.2.bb b/meta/recipes-devtools/perl/perl_5.14.2.bb index 6bd51ad..7889626 100644 --- a/meta/recipes-devtools/perl/pe

[OE-core] [CONSOLIDATED PULL 07/27] useradd.bbclass: check if a group already exists manually

2011-10-23 Thread Saul Wold
From: Otavio Salvador The use of groupadd -f makes much more difficult to figure when a group is not add. This was the case of the class not working for our usage and this being caused by the lack of '/etc/group' file but unnoticed as groupadd wasn't failing according. Signed-off-by: Otavio Salv

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

2011-10-23 Thread Saul Wold
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 ++ 3 files changed, 12 insertions(+), 12 deletions(-) delete mode

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

2011-10-23 Thread Saul Wold
Needed to support building oe-core with oe-core Signed-off-by: Saul Wold --- .../wget/wget-1.12/fix_makefile.patch | 59 + .../wget/wget-1.12/gnutls.bzr.patch| 266 meta/recipes-extended/wget/wget.inc| 40 +++ meta/recipe

[OE-core] [CONSOLIDATED PULL 25/27] oprofile: Update to 0.9.7 and convert cvs->git

2011-10-23 Thread Saul Wold
Signed-off-by: Saul Wold --- .../oprofile/{oprofile_0.9.6.bb => oprofile.inc} | 13 +++-- meta/recipes-kernel/oprofile/oprofile_0.9.7.bb | 11 meta/recipes-kernel/oprofile/oprofile_cvs.bb | 28 meta/recipes-kernel/oprofile/oprofile_git.bb

[OE-core] [CONSOLIDATED PULL 24/27] texi2html: Added recipe from OE

2011-10-23 Thread Saul Wold
Needed to build oe-core with oe-core Signed-off-by: Saul Wold --- meta/recipes-extended/texi2html/texi2html_1.82.bb | 14 ++ 1 files changed, 14 insertions(+), 0 deletions(-) create mode 100644 meta/recipes-extended/texi2html/texi2html_1.82.bb diff --git a/meta/recipes-extended/t

[OE-core] [CONSOLIDATED PULL 14/27] apr-util: add native support

2011-10-23 Thread Saul Wold
From: Martin Jansa * needed for native subversion * do_configure_append_virtclass-native is needed, because apr_builddir points to /OE/shr-core/tmp/sysroots/x86_64-linux/usr/share/build-1 and we're not installing libtool from apr there Signed-off-by: Martin Jansa --- meta/recipes-support/a

[OE-core] [CONSOLIDATED PULL 19/27] coreutils: Upgrade recipe 8.12 -> 8.14

2011-10-23 Thread Saul Wold
From: Khem Raj Change in site files is needed since in cross build envrionment the test to check for gl_cv_func_fstatat_zero_flag is a runtime test Signed-off-by: Khem Raj --- .../remove-usr-local-lib-from-m4.patch | 18 +- .../{coreutils_8.12.bb => coreutils_8.14

[OE-core] [CONSOLIDATED PULL 17/27] xserver-xorg: Add mesa-dri to depends instead of virtual/libgl

2011-10-23 Thread Saul Wold
From: Khem Raj Fixes the compile problems e.g. | checking for GL... yes | checking for DRIPROTO... yes | checking for DRI... no | configure: error: Package requirements (glproto >= 1.4.14 dri >= 7.8.0) were not met: | | No package 'dri' found | | Consider adjusting the PKG_CONFIG_PATH environmen

[OE-core] [CONSOLIDATED PULL 21/27] default-providers: switch virtual/libgl from mesa-xlib to mesa-dri

2011-10-23 Thread Saul Wold
From: Martin Jansa * to match default virtual/xserver Signed-off-by: Martin Jansa --- meta/conf/distro/include/default-providers.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/conf/distro/include/default-providers.inc b/meta/conf/distro/include/default-prov

[OE-core] [CONSOLIDATED PULL 13/27] neon: add native support

2011-10-23 Thread Saul Wold
From: Martin Jansa * needed for native subversion Signed-off-by: Martin Jansa --- meta/recipes-support/neon/neon_0.29.5.bb |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/meta/recipes-support/neon/neon_0.29.5.bb b/meta/recipes-support/neon/neon_0.29.5.bb index 8201f

[OE-core] [CONSOLIDATED PULL 16/27] subversion-1.6.15: add native support too

2011-10-23 Thread Saul Wold
From: Martin Jansa Signed-off-by: Martin Jansa --- .../subversion/subversion_1.6.15.bb|2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/meta/recipes-devtools/subversion/subversion_1.6.15.bb b/meta/recipes-devtools/subversion/subversion_1.6.15.bb index 9a

[OE-core] [CONSOLIDATED PULL 18/27] gcc-4.6: Backport fix for PR32219

2011-10-23 Thread Saul Wold
From: Khem Raj This fix is needed for gold to work. Otherwise connman fails to build since it used hidden weak symbols. See http://gcc.gnu.org/bugzilla/PR32219 http://www.cygwin.com/ml/binutils/2008-02/msg00239.html The fix proposed to gcc had reviews which were not addressed hence the patch i

[OE-core] [CONSOLIDATED PULL 10/27] squashfs-tools: add recipe

2011-10-23 Thread Saul Wold
From: Cliff Brake added xz compression option, general cleanup --- .../squashfs-tools/squashfs-tools_4.2.bb | 40 1 files changed, 40 insertions(+), 0 deletions(-) create mode 100644 meta/recipes-devtools/squashfs-tools/squashfs-tools_4.2.bb diff --git a/meta/r

[OE-core] [CONSOLIDATED PULL 15/27] subversion: add 1.7.0 with native support and negative D_P for now

2011-10-23 Thread Saul Wold
From: Martin Jansa * be aware that checkouts from 1.7.0 are not compatible with older subversion clients (ie when builder populating distro PREMIRROR is using 1.7.0 all builders need to have also 1.7.0) * and also 1.7.0 client needs to call svn upgrade in checkout first in order to use it (

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

2011-10-23 Thread Saul Wold
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.23.bb b/meta/recipes-multimedia/pulseaudio/pulseaudio_0.9.23.bb inde

[OE-core] [CONSOLIDATED PULL 12/27] apr: add native support

2011-10-23 Thread Saul Wold
From: Martin Jansa * needed for native subversion Signed-off-by: Martin Jansa --- meta/recipes-support/apr/apr_1.4.5.bb |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/meta/recipes-support/apr/apr_1.4.5.bb b/meta/recipes-support/apr/apr_1.4.5.bb index 173402a..be465b

[OE-core] [CONSOLIDATED PULL 09/27] dbus: use useradd class to allow use in read-only filesystems

2011-10-23 Thread Saul Wold
From: Otavio Salvador Move creation of required user/groups to useradd class thus allowing use with read-only filesystems and booting the initial boot. Signed-off-by: Otavio Salvador --- meta/recipes-core/dbus/dbus.inc | 48 +-- 1 files changed, 21 inserti

[OE-core] [CONSOLIDATED PULL 06/27] bootimg.bbclass: add support to disable HDD image building

2011-10-23 Thread Saul Wold
From: Otavio Salvador If an image sets NOHDD = "1" the HDD image won't be build. Signed-off-by: Otavio Salvador --- meta/classes/bootimg.bbclass | 44 + 1 files changed, 23 insertions(+), 21 deletions(-) diff --git a/meta/classes/bootimg.bbclass b/met

[OE-core] [CONSOLIDATED PULL 04/27] gcc-configure-sdk: Point sysroot to correct location

2011-10-23 Thread Saul Wold
From: Khem Raj Signed-off-by: Khem Raj --- meta/recipes-devtools/gcc/gcc-configure-sdk.inc |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/gcc/gcc-configure-sdk.inc b/meta/recipes-devtools/gcc/gcc-configure-sdk.inc index de80870..f130b47 100644

[OE-core] [CONSOLIDATED PULL 08/27] base-passwd: move initial criation of group and passwd to preinst

2011-10-23 Thread Saul Wold
From: Otavio Salvador To allow use and manipulation of users and groups at rootfs building time, the '/etc/passwd' and '/etc/group' needs to be available as soon as possible. Signed-off-by: Otavio Salvador --- .../recipes-core/base-passwd/base-passwd_3.5.22.bb | 19 ++- 1 fil

[OE-core] [CONSOLIDATED PULL 03/27] binutils-cross-canadian: Point sysroot to correct location

2011-10-23 Thread Saul Wold
From: Khem Raj Signed-off-by: Khem Raj --- .../binutils/binutils-cross-canadian.inc |2 +- .../binutils/binutils-cross-canadian_2.21.1a.bb|2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/binutils/binutils-cross-canadian.inc b/met

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

2011-10-23 Thread Saul Wold
Richard, This pull requests adds some new recipes for supporting building oe-core with oe-core, also various patches and updates. I also included the MACHINE_KERNEL_PR change from Dmitry per my reading of the TSC Notes. Please review and commit Thanks Sau! The following changes sinc

[OE-core] [CONSOLIDATED PULL 01/27] tcl: upgrade from 8.5.9 to 8.5.10

2011-10-23 Thread Saul Wold
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- .../tcltk/tcl/fix_non_native_build_issue.patch | 16 +++- .../tcltk/tcl/tcl-add-soname.patch | 26 ++-- .../tcltk/{tcl_8.5.9.bb => tcl_8.5.10.bb} |6 ++-- 3 files changed, 20 inse

[OE-core] [CONSOLIDATED PULL 02/27] tcmode-default.inc: Add TRANSLATED_TARGET_ARCH suffix to binutils-cross-canadian

2011-10-23 Thread Saul Wold
From: Khem Raj PN for binutils-cross-canadian is binutils-cross-canadian-${TRANSLATED_TARGET_ARCH} so thats what we should use for PREFERRED_VERSION Signed-off-by: Khem Raj --- meta/conf/distro/include/tcmode-default.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a

[OE-core] [PATCH 1/3] dbus: remove unused initscript

2011-10-23 Thread Paul Eggleton
We already install an appropriate init script to /etc/init.d, we do not need an additional one in /etc/init.d/rc.d as well. Signed-off-by: Paul Eggleton --- meta/recipes-core/dbus/dbus.inc |3 +++ meta/recipes-core/dbus/dbus_1.4.12.bb |3 +++ 2 files changed, 6 insertions(+), 0 del

[OE-core] [PATCH 3/3] e2fsprogs: move mke2fs.conf to e2fsprogs-mke2fs package

2011-10-23 Thread Paul Eggleton
mke2fs.conf, which contains defaults for filesystem formatting options, ought to be shipped along with mke2fs itself. Signed-off-by: Paul Eggleton --- .../e2fsprogs/e2fsprogs_1.41.14.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devto

[OE-core] [PATCH 2/3] util-linux: split out mkfs into its own package

2011-10-23 Thread Paul Eggleton
For those external tools such as Webmin that call mkfs to do formatting operations, it is useful to have it in its own package to avoid dragging in the rest of util-linux. Signed-off-by: Paul Eggleton --- meta/recipes-core/util-linux/util-linux.inc |6 -- meta/recipes-core/util-lin

[OE-core] [PATCH 0/3] Misc metadata fixes

2011-10-23 Thread Paul Eggleton
The following changes since commit 99da9a4e65f9dffb04efc3ad60125194c476d6b3: distro-tracking-fields: update fields for tzdata and gst-plugins-good (2011-10-20 13:07:16 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib paule/fixes7 http://c

Re: [OE-core] bitbake eating more than 6GB ram while parsing recipes

2011-10-23 Thread Khem Raj
On Sun, Oct 23, 2011 at 12:57 AM, Martin Jansa wrote: > Hi, > > I know this was reported a while ago and I had this issue for few days > with 4 GB RAM on my workstation it was hard to do anything when bitbake > was parsing and today I've "resolved" it by removing cache. yes I have exact same prob

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

2011-10-23 Thread Khem Raj
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 --- .../pulseaudio/pulseaudio_0.9.23.bb|6 +++--- 1 files cha

[OE-core] [PATCH 1/2] matchbox-stroke: Fix linking error with gold

2011-10-23 Thread Khem Raj
Gold defaults to no-add-needed thetefore it does not link with librtaries that are not on cmdline it needs libXrender but is not on the linker cmdline so add it. Signed-off-by: Khem Raj --- .../matchbox-stroke/files/ldadd_libXrender.patch | 25 .../matchbox-stroke/matchb

[OE-core] bitbake eating more than 6GB ram while parsing recipes

2011-10-23 Thread Martin Jansa
Hi, I know this was reported a while ago and I had this issue for few days with 4 GB RAM on my workstation it was hard to do anything when bitbake was parsing and today I've "resolved" it by removing cache. first I've tried to remove #PARALLEL_MAKE="-j3" #BB_NUMBER_THREADS = "2" from my local.con