Re: [OE-core] [PATCH] qemu-native: depend on unfs-server-native

2012-05-03 Thread Koen Kooi
Op 4 mei 2012, om 08:32 heeft Martin Jansa het volgende geschreven: > On Fri, May 04, 2012 at 08:13:06AM +0200, Koen Kooi wrote: >> >> Op 3 mei 2012, om 13:51 heeft Richard Purdie het volgende geschreven: >> >>> On Thu, 2012-05-03 at 13:39 +0200, Koen Kooi wrote: Op 3 mei 2012, om 13:24 he

Re: [OE-core] [PATCH] qemu-native: depend on unfs-server-native

2012-05-03 Thread Martin Jansa
On Fri, May 04, 2012 at 08:13:06AM +0200, Koen Kooi wrote: > > Op 3 mei 2012, om 13:51 heeft Richard Purdie het volgende geschreven: > > > On Thu, 2012-05-03 at 13:39 +0200, Koen Kooi wrote: > >> Op 3 mei 2012, om 13:24 heeft Richard Purdie het volgende geschreven: > >>> The whole point with the

Re: [OE-core] [PATCH] qemu-native: depend on unfs-server-native

2012-05-03 Thread Koen Kooi
Op 3 mei 2012, om 13:51 heeft Richard Purdie het volgende geschreven: > On Thu, 2012-05-03 at 13:39 +0200, Koen Kooi wrote: >> Op 3 mei 2012, om 13:24 heeft Richard Purdie het volgende geschreven: >>> The whole point with the qemu emulated machines is that you build them >>> and they work for new

Re: [OE-core] [PATCH 7/7] Enable PARALLEL_MAKE for testing

2012-05-03 Thread Khem Raj
On Thu, May 3, 2012 at 10:54 PM, Khem Raj wrote: > On Wed, May 2, 2012 at 9:53 PM, Yury Bushmelev wrote: >> Please remove following recipes from this list: >> meta/recipes-core/eggdbus/eggdbus_0.6.bb >> .../net-tools/net-tools_1.60-23.bb >> >> I've seen failures on them with -j64 iirc. >> > > ok

Re: [OE-core] [PATCH 1/3] kmod: Add recipes

2012-05-03 Thread Martin Jansa
On Fri, May 04, 2012 at 07:32:58AM +0200, Martin Jansa wrote: > On Thu, May 03, 2012 at 05:49:38PM -0700, Saul Wold wrote: > > On 05/02/2012 01:58 PM, Khem Raj wrote: > > > kmod is replacement for module-init-tools > > > > > > Signed-off-by: Khem Raj > > > --- > > > meta/recipes-kernel/kmod/kmod-

Re: [OE-core] [PATCH 1/3] kmod: Add recipes

2012-05-03 Thread Khem Raj
On Thu, May 3, 2012 at 10:36 PM, Khem Raj wrote: > On Thu, May 3, 2012 at 10:32 PM, Martin Jansa wrote: >> >> Not sure why khem haven't used this commit/patch. > > because my build machine has xsltproc installed. I will cherry pick this patch Saul I have update the tree with the patch from Mart

Re: [OE-core] [PATCH 7/7] Enable PARALLEL_MAKE for testing

2012-05-03 Thread Khem Raj
On Wed, May 2, 2012 at 9:53 PM, Yury Bushmelev wrote: > Please remove following recipes from this list: > meta/recipes-core/eggdbus/eggdbus_0.6.bb > .../net-tools/net-tools_1.60-23.bb > > I've seen failures on them with -j64 iirc. > ok removed > 2012/5/3 Khem Raj >> >> From: Yuri Bushmelev >>

Re: [OE-core] [PATCH 1/3] kmod: Add recipes

2012-05-03 Thread Khem Raj
On Thu, May 3, 2012 at 10:32 PM, Martin Jansa wrote: > > Not sure why khem haven't used this commit/patch. because my build machine has xsltproc installed. I will cherry pick this patch ___ Openembedded-core mailing list Openembedded-core@lists.openemb

Re: [OE-core] [PATCH 1/3] kmod: Add recipes

2012-05-03 Thread Martin Jansa
On Thu, May 03, 2012 at 05:49:38PM -0700, Saul Wold wrote: > On 05/02/2012 01:58 PM, Khem Raj wrote: > > kmod is replacement for module-init-tools > > > > Signed-off-by: Khem Raj > > --- > > meta/recipes-kernel/kmod/kmod-native_git.bb | 14 + > > meta/recipes-kernel/kmod/kmod.inc

Re: [OE-core] [PATCH 1/3] kmod: Add recipes

2012-05-03 Thread Saul Wold
On 05/02/2012 01:58 PM, Khem Raj wrote: kmod is replacement for module-init-tools Signed-off-by: Khem Raj --- meta/recipes-kernel/kmod/kmod-native_git.bb | 14 + meta/recipes-kernel/kmod/kmod.inc| 31 +++ meta/recipes-kernel/kmod/kmod/depmod-search.conf |

Re: [OE-core] [PATCH 07/20] kmod: Add recipes

2012-05-03 Thread Khem Raj
On Thu, May 3, 2012 at 2:05 PM, Darren Hart wrote: > > > On 02/05/2012 10:40 PM, Khem Raj wrote: >> kmod is replacement for module-init-tools >> >> Signed-off-by: Khem Raj >> --- >>  meta/recipes-kernel/kmod/kmod-native_git.bb      |   14 + >>  meta/recipes-kernel/kmod/kmod.inc              

Re: [OE-core] [PATCH 09/20] image.bbclass, kernel.bbclass: Use kmod-native instead of module-init-tools-cross

2012-05-03 Thread Khem Raj
On Thu, May 3, 2012 at 2:09 PM, Darren Hart wrote: > Some comments regarding implementation are needed here. For example, why > is HOST_PREFIX no longer necessary? Its no longer treated like a cross-tool like we did before. so depmod is really treated as a host tool since it does not do anything

Re: [OE-core] [PATCH 08/20] module-init-tools: Delete

2012-05-03 Thread Khem Raj
On Thu, May 3, 2012 at 2:07 PM, Darren Hart wrote: > On 02/05/2012 10:40 PM, Khem Raj wrote: >> Since its provided by kmod > > Perhaps we should wait on deleting this until we've run with kmod as the > default for a while? Fine with me. > > -- > Darren Hart > Intel Open Source Technology Center

Re: [OE-core] [PATCH 09/20] image.bbclass, kernel.bbclass: Use kmod-native instead of module-init-tools-cross

2012-05-03 Thread Darren Hart
Some comments regarding implementation are needed here. For example, why is HOST_PREFIX no longer necessary? On 02/05/2012 10:40 PM, Khem Raj wrote: > Signed-off-by: Khem Raj > --- > meta/classes/image.bbclass |2 +- > meta/classes/kernel.bbclass |9 - > 2 files changed, 5 inser

Re: [OE-core] [PATCH 08/20] module-init-tools: Delete

2012-05-03 Thread Darren Hart
On 02/05/2012 10:40 PM, Khem Raj wrote: > Since its provided by kmod Perhaps we should wait on deleting this until we've run with kmod as the default for a while? -- Darren Hart Intel Open Source Technology Center Yocto Project - Linux Kernel ___ Open

Re: [OE-core] [PATCH 07/20] kmod: Add recipes

2012-05-03 Thread Darren Hart
On 02/05/2012 10:40 PM, Khem Raj wrote: > kmod is replacement for module-init-tools > > Signed-off-by: Khem Raj > --- > meta/recipes-kernel/kmod/kmod-native_git.bb | 14 + > meta/recipes-kernel/kmod/kmod.inc| 31 +++ > meta/recipes-kernel/kmod/kmod/depmod-s

Re: [OE-core] [PATCH] nfs-utils: don't try to unload nfsd module

2012-05-03 Thread Saul Wold
On 04/30/2012 12:58 PM, Andreas Oberritter wrote: * When nfsserver get's stopped, "modprobe -r nfsd" may hang indefinitely. As there's no need to unload the module, just remove the call to modprobe. Signed-off-by: Andreas Oberritter --- .../nfs-utils/nfs-utils/nfsserver

Re: [OE-core] [oe-core][PATCH 5/5] gtk-engines: fix build with glib-2.32

2012-05-03 Thread Saul Wold
On 05/02/2012 10:42 PM, Martin Jansa wrote: Signed-off-by: Martin Jansa --- .../gtk-engines/gtk-engines-2.20.2/glib-2.32.patch | 23 .../gtk-engines/gtk-engines_2.20.2.bb |3 +- 2 files changed, 25 insertions(+), 1 deletions(-) create mode 100644 met

Re: [OE-core] [PATCH] kernel.bbclass: move kernel-vmlinux up in PACKAGES

2012-05-03 Thread Saul Wold
On 05/02/2012 06:28 PM, Christopher Larson wrote: If KERNEL_IMAGETYPE is vmlinux, the expectation is most likely that there will be no kernel image package, but we still want a vmlinux package for debugging, so move kernel-vmlinux in front of kernel-image in PACKAGES. Signed-off-by: Christopher

Re: [OE-core] [PATCH] runqemu: Fix TAP='TUNSETGROUP: Invalid argument' by falling back to tunctl -u

2012-05-03 Thread Saul Wold
On 05/02/2012 07:24 AM, Jason Wessel wrote: By default the runqemu script tries to set the group permissions on any tap device it creates. The TUNSETGROUP ioctl is not implemented on some popular host enterprise linux distributions. Internally the script will exit as follows: ++ /opt/qemux86/b

Re: [OE-core] [PATCH 0/6] Recipe upgrades

2012-05-03 Thread Saul Wold
On 05/01/2012 03:00 PM, nitin.a.kam...@intel.com wrote: From: Nitin A Kamble The following changes since commit d89f7b9cab1946a3267e3b0402f168f946d480b2: documentation/Makefile: Fixed figures publishing bug (2012-05-01 20:50:56 +0100) are available in the git repository at: git://git.po

Re: [OE-core] [PATCH 0/8] External CSL toolchain improvements

2012-05-03 Thread Saul Wold
On 05/01/2012 08:58 AM, Christopher Larson wrote: See the commit message summaries for details, but this syncs up my local external-csl-toolchain recipe with upstream, which includes general cleanup and use of base_libdir to fix issues with mips64, splits out libstdc++-staticdev, adds CSL_VER_MAI

Re: [OE-core] [PATCH 0/6] A few misc. commits I had pending

2012-05-03 Thread Saul Wold
On 05/01/2012 09:02 AM, Christopher Larson wrote: Most of these are pretty simple and obvious fixes, but this also changes base.bbclass to use isinstance instead of bb.event.getName(), and also shifts the information used to display the build config summary at the start of the build into bitbake.

[OE-core] [PATCH] busybox: remove unused patches for simple.script (udhcpc)

2012-05-03 Thread Andreas Oberritter
* OE-Core provides its own copy of simple.script. Signed-off-by: Andreas Oberritter --- .../busybox-1.19.4/udhcpc-fix-nfsroot.patch| 56 .../busybox/busybox-1.19.4/udhcpscript.patch | 24 - meta/recipes-core/busybox/busybox_1.19.4.bb|4 +

[OE-core] [PATCH 1/1] avahi: fix install issue

2012-05-03 Thread nitin . a . kamble
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- meta/recipes-connectivity/avahi/avahi.inc |6 ++- .../avahi/files/avahi_fix_install_issue.patch | 32 2 files changed, 36 insertions(+), 2 deletions(-) create mode 100644 meta/recipes-connectivity/

[OE-core] [PATCH 0/1] fix for avahi breakage

2012-05-03 Thread nitin . a . kamble
From: Nitin A Kamble The following changes since commit b36664cca05ac4538859c6dca00fbf84b0fee050: xf86-video-vmware: fix build issue (2012-05-03 11:12:34 -0700) are available in the git repository at: git://git.pokylinux.org/poky-contrib nitin/upgrades2 http://git.pokylinux.org/cgit.cgi/p

[OE-core] [PATCH 24/28] tar: fix build

2012-05-03 Thread nitin . a . kamble
From: Nitin A Kamble Avoid this error: | rmdir: failed to remove `/srv/home/nitin/builds/build-gcc47/tmp/work/i586-poky-linux/tar-1.26-r1/image/usr/sbin/': No such file or directory NOTE: package tar-1.26-r1: task do_install: Failed no PR bump as no change in the output. Signed-off-by: Nitin

[OE-core] [PATCH 27/28] telepathy-glib: fix build

2012-05-03 Thread nitin . a . kamble
From: Nitin A Kamble avoid this issue: | rmdir: failed to remove `/srv/home/nitin/builds/build-gcc47/tmp/work/i586-poky-linux/telepathy-glib-0.18.1-r0/image/usr/bin': No such file or directory NOTE: package telepathy-glib-0.18.1-r0: task do_install: Failed no PR bump as no change in the output

[OE-core] [PATCH 21/28] lrzsz: fix build with automake 1.12

2012-05-03 Thread nitin . a . kamble
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- .../lrzsz_fix_for_automake-1.12.patch | 49 meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb|6 ++- 2 files changed, 53 insertions(+), 2 deletions(-) create mode 100644 meta/recipes-bsp/lrzsz/lrz

[OE-core] [PATCH 28/28] xf86-video-vmware: fix build issue

2012-05-03 Thread nitin . a . kamble
From: Nitin A Kamble Fixes this build issue: | rmdir: failed to remove `/srv/home/nitin/builds/build-gcc47/tmp/work/i586-poky-linux/xf86-video-vmware-2_12.0.1-r17.1/image/usr/bin': No such file or directory NOTE: package xf86-video-vmware-2_12.0.1-r17.1: task do_install: Failed No PR bump as no

[OE-core] [PATCH 14/28] libmpc: fix build with automake 1.12

2012-05-03 Thread nitin . a . kamble
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- .../libmpc/libmpc_fix_for_automake-1.12.patch | 26 meta/recipes-support/libmpc/libmpc_0.8.2.bb|5 ++- 2 files changed, 29 insertions(+), 2 deletions(-) create mode 100644 meta/recipes-support/libmp

[OE-core] [PATCH 22/28] minicom: fix build with automake 1.12

2012-05-03 Thread nitin . a . kamble
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- .../minicom_fix_for_automake-1.12.patch| 21 meta/recipes-extended/minicom/minicom_2.6.1.bb |3 ++ 2 files changed, 24 insertions(+), 0 deletions(-) create mode 100644 meta/recipes-extended/minic

[OE-core] [PATCH 26/28] gpgme: fix build

2012-05-03 Thread nitin . a . kamble
From: Nitin A Kamble avoid this issue: | rmdir: failed to remove `/srv/home/nitin/builds/build-gcc47/tmp/wERROR: Function failed: do_install (see /srv/home/nitin/builds/build-gcc47/tmp/work/i586-poky-linux/gpgme-1.3.1-r1/temp/log.do_install.36763 for further information) | ork/i586-poky-linux

[OE-core] [PATCH 25/28] libgcrypt: fix build

2012-05-03 Thread nitin . a . kamble
From: Nitin A Kamble avoid this issue: | rmdir: failed to remove `/srv/home/nitin/builds/build-gcc47/tmp/work/i586-poky-linux/libgcrypt-1.5.0-r0/image/usr/sbin': No such file or directory NOTE: package libgcrypt-1.5.0-r0: task do_install: Failed no PR bump as no change in the output Signed-o

[OE-core] [PATCH 20/28] gawk: fix build with automake 1.12

2012-05-03 Thread nitin . a . kamble
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- .../gawk/gawk/gawk_fix_for_automake-1.12.patch | 23 meta/recipes-extended/gawk/gawk_4.0.0.bb |5 ++- 2 files changed, 26 insertions(+), 2 deletions(-) create mode 100644 meta/recipes-extended/gawk

[OE-core] [PATCH 23/28] lighttpd: fix build with automake 1.12

2012-05-03 Thread nitin . a . kamble
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- .../files/lighttpd_fix_for_automake-1.12.patch | 37 meta/recipes-extended/lighttpd/lighttpd_1.4.30.bb |5 ++- 2 files changed, 40 insertions(+), 2 deletions(-) create mode 100644 meta/recipes-extended/ligh

[OE-core] [PATCH 08/28] rpm: fix build with automake 1.12

2012-05-03 Thread nitin . a . kamble
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- .../rpm/rpm/rpm_fix_for_automake-1.12.patch| 21 meta/recipes-devtools/rpm/rpm_5.4.0.bb |3 +- 2 files changed, 23 insertions(+), 1 deletions(-) create mode 100644 meta/recipes-devtools/rpm/r

[OE-core] [PATCH 19/28] findutils: fix build with automake 1.12

2012-05-03 Thread nitin . a . kamble
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- .../findutils_fix_for_automake-1.12.patch | 22 meta/recipes-extended/findutils/findutils_4.4.2.bb |6 +++- 2 files changed, 26 insertions(+), 2 deletions(-) create mode 100644 meta/recipes-extended/fin

[OE-core] [PATCH 17/28] libidn: fix build with automake 1.12

2012-05-03 Thread nitin . a . kamble
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- .../libidn/libidn_fix_for_automake-1.12.patch | 26 meta/recipes-extended/libidn/libidn_1.24.bb|5 ++- 2 files changed, 29 insertions(+), 2 deletions(-) create mode 100644 meta/recipes-extended/libi

[OE-core] [PATCH 13/28] systemtap: fix build with automake 1.12

2012-05-03 Thread nitin . a . kamble
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- .../systemtap_fix_for_automake_1.12.patch | 23 meta/recipes-kernel/systemtap/systemtap_git.bb |2 +- meta/recipes-kernel/systemtap/systemtap_git.inc|1 + 3 files changed, 25 insertions(+), 1

[OE-core] [PATCH 18/28] glew: fix build with automake 1.12

2012-05-03 Thread nitin . a . kamble
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- .../glew/files/glew_fix_for_automake-1.12.patch| 25 meta/recipes-graphics/glew/glew_1.7.0.bb |3 +- 2 files changed, 27 insertions(+), 1 deletions(-) create mode 100644 meta/recipes-graphics/glew/

[OE-core] [PATCH 16/28] texinfo: fix build with automake 1.12

2012-05-03 Thread nitin . a . kamble
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- .../texinfo_fix_for_automake-1.12.patch| 24 meta/recipes-extended/texinfo/texinfo_4.13a.bb |3 +- 2 files changed, 26 insertions(+), 1 deletions(-) create mode 100644 meta/recipes-extended/texin

[OE-core] [PATCH 15/28] libcheck: fix build with automake 1.12

2012-05-03 Thread nitin . a . kamble
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- .../libcheck/libcheck_fix_for_automake-1.12.patch | 26 meta/recipes-support/libcheck/libcheck_0.9.8.bb|6 +++- 2 files changed, 30 insertions(+), 2 deletions(-) create mode 100644 meta/recipes-support/libc

[OE-core] [PATCH 00/28] various recipe upgrades & fixes

2012-05-03 Thread nitin . a . kamble
From: Nitin A Kamble The following changes since commit 2e9bb9d103def3ce7499e1a09e47b9297f85c488: gcc-package-target: add libexec for plugin (2012-05-03 15:48:10 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib nitin/upgrades2 http://git.pokylinux.org/cg

[OE-core] [PATCH 05/28] gmp: fix build with automake 1.12

2012-05-03 Thread nitin . a . kamble
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- .../gmp/gmp/gmp_fix_for_automake-1.12.patch| 48 meta/recipes-support/gmp/gmp_5.0.4.bb |6 ++- 2 files changed, 52 insertions(+), 2 deletions(-) create mode 100644 meta/recipes-support/gmp/gm

[OE-core] [PATCH 01/28] guile: upgrade from 2.0.3 to 2.0.5

2012-05-03 Thread nitin . a . kamble
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- ...01-Fix-the-SRFI-60-copy-bit-documentation.patch | 33 --- ..._GNU_SOURCE-to-fix-the-GNU-kFreeBSD-build.patch | 25 -- ...-modules-are-removed-gc-test-as-unresolve.patch | 34 ...h-ra

[OE-core] [PATCH 11/28] jpeg: fix build with automake 1.12

2012-05-03 Thread nitin . a . kamble
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- .../jpeg/jpeg-8c/jpeg_fix_for_automake-1.12.patch | 41 meta/recipes-core/jpeg/jpeg_8c.bb |6 ++- 2 files changed, 45 insertions(+), 2 deletions(-) create mode 100644 meta/recipes-core/jpeg/jpe

[OE-core] [PATCH 10/28] shadow shadow-native: fix build with automake 1.12

2012-05-03 Thread nitin . a . kamble
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- .../files/shadow_fix_for_automake-1.12.patch | 23 .../shadow/shadow-native_4.1.4.3.bb|6 +++- meta/recipes-extended/shadow/shadow_4.1.4.3.bb |6 +++- 3 files changed, 31 insertions(+

[OE-core] [PATCH 02/28] autoconf: upgrade from 2.68 to 2.69

2012-05-03 Thread nitin . a . kamble
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- meta/recipes-devtools/autoconf/autoconf.inc|2 +- .../{autoconf_2.68.bb => autoconf_2.69.bb} |6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) rename meta/recipes-devtools/autoconf/{autoconf_2.68.bb => aut

[OE-core] [PATCH 12/28] libtasn1: fix build with automake 1.12

2012-05-03 Thread nitin . a . kamble
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- .../libtasn1/libtasn1_fix_for_automake_1.12.patch | 28 meta/recipes-support/gnutls/libtasn1_2.12.bb |6 +++- 2 files changed, 32 insertions(+), 2 deletions(-) create mode 100644 meta/recipes-support/gnut

[OE-core] [PATCH 03/28] automake: upgrade from 1.11.3 to 1.12

2012-05-03 Thread nitin . a . kamble
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- .../automake/automake/path_prog_fixes.patch| 44 --- .../prefer-cpio-over-pax-for-ustar-archives.patch | 32 -- .../{automake_1.11.3.bb => automake_1.12.bb} |4 +- 3 files changed, 30 inser

[OE-core] [PATCH 06/28] mpfr: fix build with automake 1.12

2012-05-03 Thread nitin . a . kamble
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- .../mpfr-3.1.0/mpfr_fix_for_automake-1.12.patch| 35 meta/recipes-support/mpfr/mpfr_3.1.0.bb|7 ++-- 2 files changed, 39 insertions(+), 3 deletions(-) create mode 100644 meta/recipes-support/mpfr

[OE-core] [PATCH 07/28] popt: fix build with automake 1.12

2012-05-03 Thread nitin . a . kamble
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- .../popt/popt/popt_fix_for_automake-1.12.patch | 21 meta/recipes-support/popt/popt_1.16.bb |3 +- 2 files changed, 23 insertions(+), 1 deletions(-) create mode 100644 meta/recipes-support/popt/p

[OE-core] [PATCH 09/28] libxml2: fix build with automake 1.12

2012-05-03 Thread nitin . a . kamble
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- .../libxml2/libxml2_fix_for_automake_1.12.patch| 23 meta/recipes-core/libxml/libxml2_2.7.8.bb |5 ++- 2 files changed, 26 insertions(+), 2 deletions(-) create mode 100644 meta/recipes-core/libxml/l

[OE-core] [PATCH 04/28] distro-tracking: update for guile automake & autoconf

2012-05-03 Thread nitin . a . kamble
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- .../conf/distro/include/distro_tracking_fields.inc | 19 ++- 1 files changed, 10 insertions(+), 9 deletions(-) diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_f

[OE-core] [meta-micro][PATCH 1/2] busybox: mdev was removed

2012-05-03 Thread Bernhard Reutner-Fischer
bea936913fcf684c23d36f740050dea118d5caad removed mdev, so rm now unused file, too. Signed-off-by: Bernhard Reutner-Fischer --- recipes/busybox/files/mdev |9 - 1 file changed, 9 deletions(-) delete mode 100644 recipes/busybox/files/mdev diff --git a/recipes/busybox/files/mdev b/rec

[OE-core] [PATCH 5/6] runqemu: minor tweaks

2012-05-03 Thread Bernhard Reutner-Fischer
Signed-off-by: Bernhard Reutner-Fischer --- scripts/runqemu | 40 +--- 1 file changed, 21 insertions(+), 19 deletions(-) diff --git a/scripts/runqemu b/scripts/runqemu index 231b1bf..000d93a 100755 --- a/scripts/runqemu +++ b/scripts/runqemu @@ -104,21 +104,

[OE-core] [PATCH 1/6] runqemu: Use OE_TMPDIR

2012-05-03 Thread Bernhard Reutner-Fischer
The error message erroneously talked about TMPDIR. Just use OE_TMPDIR everywhere to make the name of the variable obvious. Signed-off-by: Bernhard Reutner-Fischer --- scripts/runqemu | 27 +++ 1 file changed, 11 insertions(+), 16 deletions(-) diff --git a/scripts/runqe

[OE-core] [PATCH 2/6] runqemu: use modern, single-char name of test(1)

2012-05-03 Thread Bernhard Reutner-Fischer
I do not have "[[", just "[". Be gentle to users of legacy-free setups, also by using '=' instead of the double notation. Signed-off-by: Bernhard Reutner-Fischer --- scripts/runqemu | 46 +++--- 1 file changed, 23 insertions(+), 23 deletions(-) diff --g

[OE-core] [PATCH 3/6] runqemu: simplify process_filename()

2012-05-03 Thread Bernhard Reutner-Fischer
Signed-off-by: Bernhard Reutner-Fischer --- scripts/runqemu | 47 +-- 1 file changed, 25 insertions(+), 22 deletions(-) diff --git a/scripts/runqemu b/scripts/runqemu index 18fd691..dfa7f4b 100755 --- a/scripts/runqemu +++ b/scripts/runqemu @@ -62,28

[OE-core] [PATCH 4/6] runqemu: add and use error()

2012-05-03 Thread Bernhard Reutner-Fischer
Signed-off-by: Bernhard Reutner-Fischer --- scripts/runqemu | 71 --- 1 file changed, 25 insertions(+), 46 deletions(-) diff --git a/scripts/runqemu b/scripts/runqemu index dfa7f4b..231b1bf 100755 --- a/scripts/runqemu +++ b/scripts/runqemu @

[OE-core] [PATCH 6/6] runqemu: be sh neutral

2012-05-03 Thread Bernhard Reutner-Fischer
Now runs with dash and busybox' ash as well as with bash Signed-off-by: Bernhard Reutner-Fischer --- scripts/runqemu | 13 - scripts/runqemu-internal | 16 2 files changed, 16 insertions(+), 13 deletions(-) diff --git a/scripts/runqemu b/scripts/runqemu

Re: [OE-core] [PATCH 3/3] qemux86-64, qemux86: Override XSERVER variable

2012-05-03 Thread Khem Raj
On Thu, May 3, 2012 at 9:47 AM, Chris Larson wrote: > ??= may be of use here (though I haven't looked at the files in > particular, it seems appropriate) I tried that and it started to build kdrive for qemuarm ___ Openembedded-core mailing list Openemb

Re: [OE-core] [PATCH 3/3] qemux86-64, qemux86: Override XSERVER variable

2012-05-03 Thread Chris Larson
On Thu, May 3, 2012 at 7:46 AM, Khem Raj wrote: > On Thu, May 3, 2012 at 7:35 AM, Richard Purdie > wrote: >> >> We probably want to keep the weak setting but do it by fixing the >> ordering so this happens before the include of qemu.inc... >> > > Thanks. I have revised the patch ??= may be of us

Re: [OE-core] [oe-core][PATCH 1/2] site/arm-common: alignment values for guin32, guin64 and unsigned long

2012-05-03 Thread Khem Raj
On Thu, May 3, 2012 at 7:41 AM, Martin Jansa wrote: > > > So that's why I felt a bit insulted too when it's my fault that I wasn't > testing all this also on e.g. mips. > > And FWIW as soon as I've discovered there is problem with other archs > I've replied to this patch (saying that other archs n

Re: [OE-core] [PATCH 3/3] qemux86-64, qemux86: Override XSERVER variable

2012-05-03 Thread Khem Raj
On Thu, May 3, 2012 at 7:35 AM, Richard Purdie wrote: > > We probably want to keep the weak setting but do it by fixing the > ordering so this happens before the include of qemu.inc... > Thanks. I have revised the patch > Cheers, > > Richard > ___ Ope

Re: [OE-core] [oe-core][PATCH 1/2] site/arm-common: alignment values for guin32, guin64 and unsigned long

2012-05-03 Thread Martin Jansa
On Thu, May 03, 2012 at 02:46:48PM +0100, Richard Purdie wrote: > I should also note that there is a wider problem here I'm complaining > about. The glib issue is actually less of a concern. > > People keep sending patches without sensible descriptions in the commit > message. I think I've made so

Re: [OE-core] [PATCH 3/3] qemux86-64, qemux86: Override XSERVER variable

2012-05-03 Thread Richard Purdie
On Wed, 2012-05-02 at 20:35 -0700, Khem Raj wrote: > Now qemu.inc sets a weak definition which is > not what we want for x86_64 and x86 > > Signed-off-by: Khem Raj > --- > meta/conf/machine/qemux86-64.conf |2 +- > meta/conf/machine/qemux86.conf|2 +- > 2 files changed, 2 insertions(

Re: [OE-core] [PATCH] Add KERNEL_EXTRA_ARGS parameter

2012-05-03 Thread Richard Purdie
On Thu, 2012-05-03 at 16:02 +0200, Koen Kooi wrote: > Op 3 mei 2012, om 15:48 heeft Wolfgang Denk het volgende geschreven: > > > With recent kernel versions, some ARM configurations need may fail to > > build with errors like this: > > > > multiple load addresses: 0x80008000 0x80008000 > >

Re: [OE-core] [PATCH] Add KERNEL_EXTRA_ARGS parameter

2012-05-03 Thread Eric Bénard
Le Thu, 3 May 2012 15:48:48 +0200, Wolfgang Denk a écrit : > With recent kernel versions, some ARM configurations need may fail to > build with errors like this: > > multiple load addresses: 0x80008000 0x80008000 > This is incompatible with uImages > Specify LOADADDR on the co

Re: [OE-core] [oe-core][PATCH 1/2] site/arm-common: alignment values for guin32, guin64 and unsigned long

2012-05-03 Thread Khem Raj
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/03/2012 06:46 AM, Richard Purdie wrote: > I should also note that there is a wider problem here I'm > complaining about. The glib issue is actually less of a concern. > > People keep sending patches without sensible descriptions in the > commit

Re: [OE-core] [PATCH] Add KERNEL_EXTRA_ARGS parameter

2012-05-03 Thread Koen Kooi
Op 3 mei 2012, om 15:48 heeft Wolfgang Denk het volgende geschreven: > With recent kernel versions, some ARM configurations need may fail to > build with errors like this: > > multiple load addresses: 0x80008000 0x80008000 > This is incompatible with uImages > Specify LOADADDR

[OE-core] [PATCH] Add KERNEL_EXTRA_ARGS parameter

2012-05-03 Thread Wolfgang Denk
With recent kernel versions, some ARM configurations need may fail to build with errors like this: multiple load addresses: 0x80008000 0x80008000 This is incompatible with uImages Specify LOADADDR on the commandline to build an uImage We cannot pass this information in EXT

Re: [OE-core] [oe-core][PATCH 1/2] site/arm-common: alignment values for guin32, guin64 and unsigned long

2012-05-03 Thread Richard Purdie
I should also note that there is a wider problem here I'm complaining about. The glib issue is actually less of a concern. People keep sending patches without sensible descriptions in the commit message. I think I've made some comments on list to Saul about this to pick on someone in particular. T

Re: [OE-core] [oe-core][PATCH 1/2] site/arm-common: alignment values for guin32, guin64 and unsigned long

2012-05-03 Thread Richard Purdie
On Thu, 2012-05-03 at 11:29 +0200, Martin Jansa wrote: > FWIW: I've seen it on one device and only in midori (in same batch of > upgrades with bring newer midori and newer gcc, so at the time I was > sending glib-2.32.1 I didn't know midori fails and it was working for me > in other apps). > > Tha

Re: [OE-core] [PATCH] qemu-native: depend on unfs-server-native

2012-05-03 Thread Richard Purdie
On Thu, 2012-05-03 at 13:39 +0200, Koen Kooi wrote: > Op 3 mei 2012, om 13:24 heeft Richard Purdie het volgende geschreven: > > The whole point with the qemu emulated machines is that you build them > > and they work for new users easily and efficiently. I don't think > > calling bitbake to build t

Re: [OE-core] [PATCH] qemu-native: depend on unfs-server-native

2012-05-03 Thread Koen Kooi
Op 3 mei 2012, om 13:24 heeft Richard Purdie het volgende geschreven: > On Thu, 2012-05-03 at 12:39 +0200, Koen Kooi wrote: >> Op 3 mei 2012, om 10:47 heeft Richard Purdie het volgende geschreven: >> >>> On Thu, 2012-05-03 at 09:43 +0200, Koen Kooi wrote: Op 3 mei 2012, om 09:32 heeft Khem

[OE-core] [PATCH] terminal.bbclass, oe-buildenv-internal: pass SCREENDIR environment variable

2012-05-03 Thread Jason Wessel
Some versions of the screen utility provided from the host OS vendor write the socket directory to $HOME/.screen. When using a shared home directory across many servers, one sets the SCREENDIR environment variable to avoid collisions in the shared home directory. This results in problems launchin

Re: [OE-core] [PATCH] qemu-native: depend on unfs-server-native

2012-05-03 Thread Richard Purdie
On Thu, 2012-05-03 at 12:39 +0200, Koen Kooi wrote: > Op 3 mei 2012, om 10:47 heeft Richard Purdie het volgende geschreven: > > > On Thu, 2012-05-03 at 09:43 +0200, Koen Kooi wrote: > >> Op 3 mei 2012, om 09:32 heeft Khem Raj het volgende geschreven: > >> > >>> On Wed, May 2, 2012 at 7:23 AM, Jas

Re: [OE-core] [PATCH] qemu-native: depend on unfs-server-native

2012-05-03 Thread Jason Wessel
On 05/03/2012 05:39 AM, Koen Kooi wrote: > > Op 3 mei 2012, om 10:47 heeft Richard Purdie het volgende geschreven: > >> >> The point of these is to trigger them to build whenever a qemu image is >> built. This makes a lot of sense in some use cases, it also does not >> make sense in some other ca

Re: [OE-core] [PATCH] qemu-native: depend on unfs-server-native

2012-05-03 Thread Koen Kooi
Op 3 mei 2012, om 10:47 heeft Richard Purdie het volgende geschreven: > On Thu, 2012-05-03 at 09:43 +0200, Koen Kooi wrote: >> Op 3 mei 2012, om 09:32 heeft Khem Raj het volgende geschreven: >> >>> On Wed, May 2, 2012 at 7:23 AM, Jason Wessel >>> wrote: The user mode NFS server does not g

Re: [OE-core] [oe-core][PATCH 1/2] site/arm-common: alignment values for guin32, guin64 and unsigned long

2012-05-03 Thread Martin Jansa
On Thu, May 03, 2012 at 09:55:44AM +0100, Richard Purdie wrote: > On Thu, 2012-05-03 at 07:46 +0200, Martin Jansa wrote: > > On Wed, May 02, 2012 at 10:44:05PM -0700, Khem Raj wrote: > > > On Wed, May 2, 2012 at 10:38 PM, Martin Jansa > > > wrote: > > > > On Wed, May 02, 2012 at 02:08:47PM -0700,

Re: [OE-core] [oe-core][PATCH 1/2] site/arm-common: alignment values for guin32, guin64 and unsigned long

2012-05-03 Thread Richard Purdie
On Thu, 2012-05-03 at 07:46 +0200, Martin Jansa wrote: > On Wed, May 02, 2012 at 10:44:05PM -0700, Khem Raj wrote: > > On Wed, May 2, 2012 at 10:38 PM, Martin Jansa > > wrote: > > > On Wed, May 02, 2012 at 02:08:47PM -0700, Khem Raj wrote: > > >> -BEGIN PGP SIGNED MESSAGE- > > >> Hash: SH

Re: [OE-core] [PATCH] qemu-native: depend on unfs-server-native

2012-05-03 Thread Richard Purdie
On Thu, 2012-05-03 at 09:43 +0200, Koen Kooi wrote: > Op 3 mei 2012, om 09:32 heeft Khem Raj het volgende geschreven: > > > On Wed, May 2, 2012 at 7:23 AM, Jason Wessel > > wrote: > >> The user mode NFS server does not get built by default when you are > >> using a purely command line driven dev

Re: [OE-core] [PATCH 3/7] libatomics-ops: Make it build for SH4

2012-05-03 Thread Henning Heinold
Hi, why do we still patch the old recipe instead of using the git version and do not move it to its own directory? Bye Henning ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listi

Re: [OE-core] [PATCH] qemu-native: depend on unfs-server-native

2012-05-03 Thread Koen Kooi
Op 3 mei 2012, om 09:32 heeft Khem Raj het volgende geschreven: > On Wed, May 2, 2012 at 7:23 AM, Jason Wessel > wrote: >> The user mode NFS server does not get built by default when you are >> using a purely command line driven development environment without SDK >> tools. In order to accommo

Re: [OE-core] [PATCH] qemu-native: depend on unfs-server-native

2012-05-03 Thread Khem Raj
On Wed, May 2, 2012 at 7:23 AM, Jason Wessel wrote: > The user mode NFS server does not get built by default when you are > using a purely command line driven development environment without SDK > tools.  In order to accommodate simple test configurations and have > all the tools built for the min

Re: [OE-core] [PATCH] qemu-native: depend on unfs-server-native

2012-05-03 Thread Koen Kooi
Op 2 mei 2012, om 23:37 heeft Jason Wessel het volgende geschreven: > On 05/02/2012 09:44 AM, Koen Kooi wrote: >> Op 2 mei 2012, om 16:33 heeft Jason Wessel het volgende geschreven: >> >>> On 05/02/2012 09:29 AM, Koen Kooi wrote: Op 2 mei 2012, om 16:23 heeft Jason Wessel het volgende gesch