Re: [OE-core] [PATCH v2] usbutils: Upgrade usbutils to upstream v006

2012-08-02 Thread Radu Moisan
On 08/02/2012 06:25 PM, Andrei Gherzan wrote: On Thu, Aug 2, 2012 at 3:06 PM, Radu Moisan > wrote: Signed-off-by: Radu Moisan mailto:radu.moi...@intel.com>> --- .../usbutils/{usbutils_0.91.bb => usbutils_006.bb

[OE-core] [PATCH 0/1] gdk-pixbuf: fix parallel install issue

2012-08-02 Thread wenzong.fan
From: Wenzong Fan This patch fixes parallel install issue that lib libpixbufloader-png.la depends on libgdk_pixbuf-2.0.la which will be regenerated during insta- llation, if libgdk_pixbuf-2.0.la is regenerating and at the same time libpixbufloader-png.la links it, the error will happen. Erro

[OE-core] [PATCH 1/1] gdk-pixbuf: fix parallel install issue

2012-08-02 Thread wenzong.fan
From: Wenzong Fan This patch fixes parallel install issue that lib libpixbufloader-png.la depends on libgdk_pixbuf-2.0.la which will be regenerated during insta- llation, if libgdk_pixbuf-2.0.la is regenerating and at the same time libpixbufloader-png.la links it, the error will happen. Error me

[OE-core] [PATCH] libxpm-native: add dependency on gettext-native

2012-08-02 Thread Jesse Zhang
libxpm needs xgettext to build po files. Add explicit dependency on gettext-native. Signed-off-by: Jesse Zhang --- meta/recipes-graphics/xorg-lib/libxpm_3.5.10.bb |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/meta/recipes-graphics/xorg-lib/libxpm_3.5.10.bb b/meta/re

[OE-core] [PATCH] libxpm-native: add dependency on gettext-native

2012-08-02 Thread Jesse Zhang
libxpm needs xgettext. There can be failures if gettext doesn't get built first and it's not available from the host. The target version doesn't have issues since it will get the dependency indirectly. Jesse Zhang (1): libxpm-native: add dependency on gettext-native meta/recipes-graphics/xorg

Re: [OE-core] static busybox?

2012-08-02 Thread Stuart Yoder
On Wed, Aug 1, 2012 at 3:05 PM, Otavio Salvador wrote: > On Wed, Aug 1, 2012 at 4:05 PM, Mark Hatle wrote: >> On 8/1/12 1:59 PM, McClintock Matthew-B29882 wrote: >>> This is one approach, to change busybox completely for a specific >>> added layer. But, what if we only want to make this change to

Re: [OE-core] [PATCH 1/1] pseudo: Use fxstatat64 in unlinkat

2012-08-02 Thread Peter Seebach
On Thu, 2 Aug 2012 23:00:44 +0300 Andrei Gherzan wrote: > This is done to avoid "Value too large for defined data type" error > while trying to remove a file > 2GB. > > [Yocto #2881] I thought "hey, that should be easy" and looked at this for a bit. Then looked more. Then ran tests. Then looked

Re: [OE-core] [oe-commits] Paul Eggleton : qt4: allow recipes building commercial edition

2012-08-02 Thread Martin Jansa
On Tue, Jul 31, 2012 at 07:05:17AM +, g...@git.openembedded.org wrote: > Module: openembedded-core.git > Branch: master > Commit: 2be0058fc4acddab611637656183accd052b40eb > URL: > http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=2be0058fc4acddab611637656183accd052b40eb > > A

[OE-core] [PATCH] base.bbclass: allow specifying an lsb distro hook via the metadata

2012-08-02 Thread Christopher Larson
From: Christopher Larson This is useful when you have a rather large set of compatible distros. For example: Centos 5.4, 5.5, 5.6, etc, RHEL server 5.x, RHEL workstation 5.x. Signed-off-by: Christopher Larson --- meta/classes/base.bbclass | 12 +++- 1 file changed, 11 insertions(+),

Re: [OE-core] [PATCH 1/1] pseudo: Use fxstatat64 in unlinkat

2012-08-02 Thread Peter Seebach
On Thu, 2 Aug 2012 21:08:09 +0100 Richard Purdie wrote: > Adding seebs to the cc since I suspect he may prefer to merge this > upstream or he may have feedback? Ooh, thanks. Yeah, we need to fix this in upstream, but the patch as provided will likely cause Strange Experiences. See, if you look

[OE-core] [PATCH] texi2html: Fix perl location on recent distros

2012-08-02 Thread Richard Purdie
This fixes errors like: | error: Failed dependencies: | /bin/perl is needed by texi2html-5.0-r1.i586 Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/texi2html/texi2html_5.0.bb b/meta/recipes-extended/texi2html/texi2html_5.0.bb index 9785ad5..4b220f5 100644 --- a/meta/r

[OE-core] [PATCH] gnome-desktop: Fix python location on recent distros

2012-08-02 Thread Richard Purdie
This fixes errors on distros with python as /bin/python of the form: | error: Failed dependencies: | /bin/python is needed by gnome-desktop-2.32.1-r5.i586 Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-gnome/gnome/gnome-desktop.inc b/meta/recipes-gnome/gnome/gnome-desktop.inc

[OE-core] [PATCH] gstreamer: gst-ffmpeg: fix build issues for libav

2012-08-02 Thread Yao Zhao
1.The included libav configure is not generated by autotools patch use-correct-toolchain.patch patched its configure to use correct toolchain wrapper. 2.add bzip2 dependency explicitly. or configure will detect whether libbz2 is installed, if bzip2 is triggered earlier then it will be detected

Re: [OE-core] [PATCH 1/1] pseudo: Use fxstatat64 in unlinkat

2012-08-02 Thread Richard Purdie
Adding seebs to the cc since I suspect he may prefer to merge this upstream or he may have feedback? Cheers, Richard On Thu, 2012-08-02 at 23:00 +0300, Andrei Gherzan wrote: > This is done to avoid "Value too large for defined data type" error while > trying to > remove a file > 2GB. > > [Yoct

Re: [OE-core] [PATCH] gcc-configure-target: Set native-system-header-dir for target gcc

2012-08-02 Thread Richard Purdie
On Wed, 2012-08-01 at 08:09 -0700, Khem Raj wrote: > On Wed, Aug 1, 2012 at 1:07 AM, Richard Purdie > wrote: > > Without this set, in the case host=target (which it does for on-target > > gcc), the native header directory is set to the target sysroot with > > no prefix. This means it would look fo

[OE-core] [PATCH 1/1] pseudo: Use fxstatat64 in unlinkat

2012-08-02 Thread Andrei Gherzan
This is done to avoid "Value too large for defined data type" error while trying to remove a file > 2GB. [Yocto #2881] Signed-off-by: Andrei Gherzan --- .../pseudo/files/unlinkat-use-fxstatat64.patch | 30 meta/recipes-devtools/pseudo/pseudo_1.4.bb |5 ++-

[OE-core] [PATCH 0/1] Fix Bug 2881

2012-08-02 Thread Andrei Gherzan
Bug 2881 - Under pseudo rm of files > 2GB fail with errno 75 = Value too large for defined data type The following changes since commit fd6251ef548da7dbca354754cc0b666b2ccd0c45: imagetest-qemu.bbclass: Fix whitespace issues (2012-08-01 09:10:41 +0100) are available in the git repository at:

Re: [OE-core] [oe] [PATCH] sstate: Add a two character subdirectory to the sstate directory layout

2012-08-02 Thread Richard Purdie
On Thu, 2012-08-02 at 21:40 +0200, Martin Jansa wrote: > On Thu, Aug 02, 2012 at 04:53:12PM +0100, Richard Purdie wrote: > > On Thu, 2012-08-02 at 16:14 +0200, Martin Jansa wrote: > > > On Thu, Aug 02, 2012 at 03:53:35PM +0200, Martin Jansa wrote: > > > > On Wed, Jul 25, 2012 at 10:09:22PM +0100, R

Re: [OE-core] [PATCH] perf-3.4: fix hardcoded slang include dir

2012-08-02 Thread Darren Hart
On 07/30/2012 08:24 PM, Rongqing Li wrote: > > > On 2012年07月30日 17:43, Enrico Scholz wrote: >> writes: >> >>> +++ b/meta/recipes-kernel/perf/perf_3.4.bb >>> ... >>> + sed -i "s:-I/usr/include/slang:-I${STAGING_INCDIR}:" >>> ${S}/tools/perf/Makefile >> >> You are patching an already staged f

Re: [OE-core] [oe] [PATCH] sstate: Add a two character subdirectory to the sstate directory layout

2012-08-02 Thread Martin Jansa
On Thu, Aug 02, 2012 at 04:53:12PM +0100, Richard Purdie wrote: > On Thu, 2012-08-02 at 16:14 +0200, Martin Jansa wrote: > > On Thu, Aug 02, 2012 at 03:53:35PM +0200, Martin Jansa wrote: > > > On Wed, Jul 25, 2012 at 10:09:22PM +0100, Richard Purdie wrote: > > > > Currently all sstate files are pla

Re: [OE-core] pango modules postinst issue

2012-08-02 Thread Martin Jansa
On Thu, Aug 02, 2012 at 09:23:52PM +0200, Andreas Müller wrote: > On Tue, Jul 31, 2012 at 5:01 PM, Andreas Müller > wrote: > > Hi, > > > > sorry fur disturbing again - but: > > > > When starting X on a maiden image I receive: > > > > No builtin or dynamically loaded modules were found. > > PangoFc

Re: [OE-core] pango modules postinst issue

2012-08-02 Thread Andreas Müller
On Tue, Jul 31, 2012 at 5:01 PM, Andreas Müller wrote: > Hi, > > sorry fur disturbing again - but: > > When starting X on a maiden image I receive: > > No builtin or dynamically loaded modules were found. > PangoFc will not work correctly. > This probably means there was an error in the creation o

Re: [OE-core] [PATCH V3 00/11] Mesa upgrade/improvements

2012-08-02 Thread Ross Burton
On Thursday, 2 August 2012 at 19:38, Koen Kooi wrote: > This will still break every platform with a binary libegl and libgles. That is true and I'm all ears for suggestions. My best proposal so far is to let a package hint a prefix to the Debian renamer, so these packages get renamed to libmesa-

Re: [OE-core] [PATCH V3 00/11] Mesa upgrade/improvements

2012-08-02 Thread Koen Kooi
Op 2 aug. 2012, om 18:48 heeft Ross Burton het volgende geschreven: > Re-arranged and fixed up some problems. This will still break every platform with a binary libegl and libgles. > > The following changes since commit 62d42fe3cfa575cb97b484ccf7b2e9a25cc50770: > > tiny-init: Setup /dev/pt

Re: [OE-core] [PATCH V3 00/11] Mesa upgrade/improvements

2012-08-02 Thread Burton, Ross
Damnit, some PR bumps disappeared in the conflicting merges. Pretend they are all there and I'll fix the branch. Ross ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openem

Re: [OE-core] [PATCH V3 00/11] Mesa upgrade/improvements

2012-08-02 Thread Martin Jansa
On Thu, Aug 02, 2012 at 05:48:54PM +0100, Ross Burton wrote: > Re-arranged and fixed up some problems. > > The following changes since commit 62d42fe3cfa575cb97b484ccf7b2e9a25cc50770: > > tiny-init: Setup /dev/ptmx in init (2012-08-01 23:11:18 +0100) > > are available in the git repository at:

[OE-core] [PATCH V3 02/11] mesa: format the packages list nicely

2012-08-02 Thread Ross Burton
Signed-off-by: Ross Burton --- meta/recipes-graphics/mesa/mesa-common.inc |7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/meta/recipes-graphics/mesa/mesa-common.inc b/meta/recipes-graphics/mesa/mesa-common.inc index 403a961..da628b3 100644 --- a/meta/recipes-graphics

[OE-core] [PATCH V3 06/11] mesa: Update to 8.0.4 (latest stable version)

2012-08-02 Thread Ross Burton
From: Damien Lespiau - The license file has changed, but the project still has the same license - Patches have been rebased on top of the 8.0 branch. crossfix.patch and crossfix-mklib.patch have been merged as they address the same problem Signed-off-by: Damien Lespiau Signed-off-by: Ross

[OE-core] [PATCH V3 11/11] mesa: enable EGL, with DRM and X11 platforms

2012-08-02 Thread Ross Burton
Patch originally by Damien Lespiau . Signed-off-by: Ross Burton --- meta/recipes-graphics/mesa/mesa-common.inc |7 --- meta/recipes-graphics/mesa/mesa-dri.inc|7 ++- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/meta/recipes-graphics/mesa/mesa-common.inc b/

[OE-core] [PATCH V3 00/11] Mesa upgrade/improvements

2012-08-02 Thread Ross Burton
Re-arranged and fixed up some problems. The following changes since commit 62d42fe3cfa575cb97b484ccf7b2e9a25cc50770: tiny-init: Setup /dev/ptmx in init (2012-08-01 23:11:18 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib ross/mesa for you to fetch cha

[OE-core] [PATCH V3 10/11] mesa: respect x11 DISTRO_FEATURE

2012-08-02 Thread Ross Burton
Patch originally by Damien Lespiau . Signed-off-by: Ross Burton --- meta/recipes-graphics/mesa/mesa-8.0.4.inc |1 + meta/recipes-graphics/mesa/mesa-common.inc | 14 +- meta/recipes-graphics/mesa/mesa-git.inc|2 ++ ...-gross-hack-to-prevent-from-inst

[OE-core] [PATCH V3 09/11] mesa-demos: fix GLES2 build

2012-08-02 Thread Ross Burton
Signed-off-by: Ross Burton --- meta/recipes-graphics/mesa/mesa-demos/gles2-info.patch | 15 +++ meta/recipes-graphics/mesa/mesa-demos_8.0.1.bb |5 +++-- 2 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 meta/recipes-graphics/mesa/mesa-demos/gles2-info

[OE-core] [PATCH V3 08/11] mesa: enable GLES v1 and v2

2012-08-02 Thread Ross Burton
Patch originally by Damien Lespiau . Signed-off-by: Ross Burton --- meta/recipes-graphics/mesa/mesa-common.inc | 10 -- meta/recipes-graphics/mesa/mesa-dri.inc|1 + 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/meta/recipes-graphics/mesa/mesa-common.inc b/meta

[OE-core] [PATCH V3 05/11] mesa: enable the Graphic Buffer Manager library

2012-08-02 Thread Ross Burton
Signed-off-by: Ross Burton --- meta/recipes-graphics/mesa/mesa-common.inc |5 - meta/recipes-graphics/mesa/mesa-dri.inc|6 -- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/meta/recipes-graphics/mesa/mesa-common.inc b/meta/recipes-graphics/mesa/mesa-common.inc

[OE-core] [PATCH V3 07/11] mesa: Use 'require' instead of 'include'

2012-08-02 Thread Ross Burton
From: Damien Lespiau These include files are really required, not optional. Signed-off-by: Damien Lespiau Signed-off-by: Ross Burton --- meta/recipes-graphics/mesa/mesa-dri_8.0.4.bb |6 +++--- meta/recipes-graphics/mesa/mesa-dri_git.bb|6 +++--- meta/recipes-graphics/mesa/mesa-xl

[OE-core] [PATCH V3 04/11] mesa: add --enable-shared-glapi, and package it in libglapi

2012-08-02 Thread Ross Burton
Signed-off-by: Ross Burton --- meta/recipes-graphics/mesa/mesa-common.inc |8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/meta/recipes-graphics/mesa/mesa-common.inc b/meta/recipes-graphics/mesa/mesa-common.inc index e508b6d..6582bcf 100644 --- a/meta/recipes-graphi

[OE-core] [PATCH V3 03/11] mesa: move glu.pc to libglu-dev

2012-08-02 Thread Ross Burton
Signed-off-by: Ross Burton --- meta/recipes-graphics/mesa/mesa-common.inc |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/mesa/mesa-common.inc b/meta/recipes-graphics/mesa/mesa-common.inc index da628b3..e508b6d 100644 --- a/meta/recipes-graphics/mesa/

[OE-core] [PATCH V3 01/11] mesa: no need to depend on python-native, the class does that

2012-08-02 Thread Ross Burton
Signed-off-by: Ross Burton --- meta/recipes-graphics/mesa/mesa-common.inc |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-graphics/mesa/mesa-common.inc b/meta/recipes-graphics/mesa/mesa-common.inc index 120a256..403a961 100644 --- a/meta/recipes-graphics/m

[OE-core] [oe-core][RFCv3] bitbake.conf: store cooker logs in subdirectory of LOG_DIR

2012-08-02 Thread Martin Jansa
* we should probably wait until http://git.openembedded.org/bitbake/commit/?id=1e06d8012868ba5a31503dc99cbf18570be629d9 is in next required bitbake version, but error message if the directory doesn't exist is quite clear * people with new enough bitbake could just change this in their local.c

Re: [OE-core] [oe-core][RFCv2] bitbake.conf: store cooker logs in TMPDIR subdirectory

2012-08-02 Thread Chris Larson
On Thu, Aug 2, 2012 at 9:31 AM, Martin Jansa wrote: > * we should probably wait until > > http://git.openembedded.org/bitbake/commit/?id=1e06d8012868ba5a31503dc99cbf18570be629d9 > is in next required bitbake version, but error message if the directory > doesn't exist is quite clear > * peopl

[OE-core] [oe-core][RFCv2] bitbake.conf: store cooker logs in TMPDIR subdirectory

2012-08-02 Thread Martin Jansa
* we should probably wait until http://git.openembedded.org/bitbake/commit/?id=1e06d8012868ba5a31503dc99cbf18570be629d9 is in next required bitbake version, but error message if the directory doesn't exist is quite clear * people with new enough bitbake could just change this in their local.c

Re: [OE-core] [oe-core][RFC] bitbake.conf: store cooker logs in TMPDIR subdirectory

2012-08-02 Thread Martin Jansa
On Thu, Aug 02, 2012 at 05:27:38PM +0100, Paul Eggleton wrote: > On Thursday 02 August 2012 18:24:43 Martin Jansa wrote: > > * we should probably wait until > > > > http://git.openembedded.org/bitbake/commit/?id=1e06d8012868ba5a31503dc99cbf > > 18570be629d9 is in next required bitbake version, bu

Re: [OE-core] Qemu refusing to build

2012-08-02 Thread Jack Mitchell
On 02/08/2012 16:41, Richard Purdie wrote: On Thu, 2012-08-02 at 16:28 +0100, Jack Mitchell wrote: How would I manually attempt to configure? There are no files what so ever in the /mnt/storage/yoctoBuilds/poky-vanilla.git/build/tmp/work/x86_64-linux/qemu-native-0.15.1-r10/qemu-0.15.1 directory.

Re: [OE-core] [oe-core][RFC] bitbake.conf: store cooker logs in TMPDIR subdirectory

2012-08-02 Thread Paul Eggleton
On Thursday 02 August 2012 18:24:43 Martin Jansa wrote: > * we should probably wait until > > http://git.openembedded.org/bitbake/commit/?id=1e06d8012868ba5a31503dc99cbf > 18570be629d9 is in next required bitbake version, but error message if the > directory doesn't exist is quite clear * people

[OE-core] [oe-core][RFC] bitbake.conf: store cooker logs in TMPDIR subdirectory

2012-08-02 Thread Martin Jansa
* we should probably wait until http://git.openembedded.org/bitbake/commit/?id=1e06d8012868ba5a31503dc99cbf18570be629d9 is in next required bitbake version, but error message if the directory doesn't exist is quite clear * people with new enough bitbake could just change this in their local.c

Re: [OE-core] [oe] [PATCH] sstate: Add a two character subdirectory to the sstate directory layout

2012-08-02 Thread Richard Purdie
On Thu, 2012-08-02 at 08:59 -0700, Chris Larson wrote: > On Thu, Aug 2, 2012 at 8:53 AM, Richard Purdie > wrote: > > On Thu, 2012-08-02 at 16:14 +0200, Martin Jansa wrote: > >> 2 more ideas: > >> > >> 1) would be great to also download file.sigdata if it exists, to be able > >>to compare them

Re: [OE-core] [PATCH 0/9] buildhistory improvements

2012-08-02 Thread Andreas Müller
On Thu, Aug 2, 2012 at 2:58 PM, Martin Jansa wrote: > On Thu, Aug 02, 2012 at 12:27:05PM +0100, Burton, Ross wrote: >> On 2 August 2012 10:23, Paul Eggleton wrote: >> > A bunch of improvements for buildhistory, implementing some feature >> > requests and todo items of my own, as well as tidying u

[OE-core] [PATCH] base.bbclass: fix PACKAGECONFIG handling code

2012-08-02 Thread Yao Zhao
PACKAGECONFIG flag code only handles that when it has 3 or 4 items in flag, it may have a stale data if some flags doesn't need DEPENDS and RDEPENDS. Signed-off-by: Yao Zhao --- meta/classes/base.bbclass | 25 - 1 file changed, 12 insertions(+), 13 deletions(-) diff --

Re: [OE-core] [oe] [PATCH] sstate: Add a two character subdirectory to the sstate directory layout

2012-08-02 Thread Chris Larson
On Thu, Aug 2, 2012 at 8:53 AM, Richard Purdie wrote: > On Thu, 2012-08-02 at 16:14 +0200, Martin Jansa wrote: >> On Thu, Aug 02, 2012 at 03:53:35PM +0200, Martin Jansa wrote: >> > On Wed, Jul 25, 2012 at 10:09:22PM +0100, Richard Purdie wrote: >> > > Currently all sstate files are placed into one

Re: [OE-core] [PATCH] foomatic-filters_4.0.16.bb: update recipe to work on Fedora 17

2012-08-02 Thread McClintock Matthew-B29882
On Thu, Aug 2, 2012 at 10:54 AM, McClintock Matthew-B29882 wrote: > On Thu, Aug 2, 2012 at 9:30 AM, Richard Purdie > wrote: >> On Tue, 2012-07-31 at 15:42 -0500, Matthew McClintock wrote: >>> This fixes isses on distro that have perl in /bin/perl instead >>> of /usr/bin/perl such as Fedora 17 >>>

Re: [OE-core] [PATCH] foomatic-filters_4.0.16.bb: update recipe to work on Fedora 17

2012-08-02 Thread McClintock Matthew-B29882
On Thu, Aug 2, 2012 at 9:30 AM, Richard Purdie wrote: > On Tue, 2012-07-31 at 15:42 -0500, Matthew McClintock wrote: >> This fixes isses on distro that have perl in /bin/perl instead >> of /usr/bin/perl such as Fedora 17 >> >> Signed-off-by: Matthew McClintock >> --- >> .../foomatic/foomatic-fil

Re: [OE-core] [oe] [PATCH] sstate: Add a two character subdirectory to the sstate directory layout

2012-08-02 Thread Richard Purdie
On Thu, 2012-08-02 at 16:14 +0200, Martin Jansa wrote: > On Thu, Aug 02, 2012 at 03:53:35PM +0200, Martin Jansa wrote: > > On Wed, Jul 25, 2012 at 10:09:22PM +0100, Richard Purdie wrote: > > > Currently all sstate files are placed into one directory. This does not > > > scale and > > > causes a va

Re: [OE-core] Qemu refusing to build

2012-08-02 Thread Richard Purdie
On Thu, 2012-08-02 at 16:28 +0100, Jack Mitchell wrote: > How would I manually attempt to configure? There are no files what so > ever in the > /mnt/storage/yoctoBuilds/poky-vanilla.git/build/tmp/work/x86_64-linux/qemu-native-0.15.1-r10/qemu-0.15.1 > > directory. Well, that is a big help to kn

Re: [OE-core] [PATCH v2] usbutils: Upgrade usbutils to upstream v006

2012-08-02 Thread Paul Eggleton
On Thursday 02 August 2012 16:14:07 Koen Kooi wrote: > Op 2 aug. 2012, om 15:55 heeft "Burton, Ross" het volgende geschreven: > > On 2 August 2012 14:50, Koen Kooi wrote: > >> That's the default value, so you can drop this hunk > > > > Can we settle this once and for all? Sure, it's the defaul

Re: [OE-core] Qemu refusing to build

2012-08-02 Thread Jack Mitchell
On 02/08/12 14:40, Richard Purdie wrote: On Thu, 2012-08-02 at 10:10 +0100, Jack Mitchell wrote: I am having an issue trying to build qemu for the qemuarm machine. It's just a standard core-image-minimal with a vanilla copy of poky master. The error log is as follows: /mnt/storage/yoctoBu

Re: [OE-core] [PATCH v2] usbutils: Upgrade usbutils to upstream v006

2012-08-02 Thread Andrei Gherzan
On Thu, Aug 2, 2012 at 3:06 PM, Radu Moisan wrote: > Signed-off-by: Radu Moisan > --- > .../usbutils/{usbutils_0.91.bb => usbutils_006.bb} |7 +++ > 1 file changed, 3 insertions(+), 4 deletions(-) > rename meta/recipes-bsp/usbutils/{usbutils_0.91.bb => usbutils_006.bb} > (80%) > > diff

Re: [OE-core] [PATCH v2] usbutils: Upgrade usbutils to upstream v006

2012-08-02 Thread Andrei Gherzan
On Thu, Aug 2, 2012 at 5:14 PM, Koen Kooi wrote: > > Op 2 aug. 2012, om 15:55 heeft "Burton, Ross" het > volgende geschreven: > > > On 2 August 2012 14:50, Koen Kooi wrote: > >> That's the default value, so you can drop this hunk > > > > Can we settle this once and for all? Sure, it's the defau

Re: [OE-core] [PATCH] u-boot.inc: fix regexp used when ld-is-gold

2012-08-02 Thread Otavio Salvador
On Thu, Aug 2, 2012 at 11:32 AM, Khem Raj wrote: > It would be rather beneficial to import the u-boot patch to accommodate gold > from meta-ti > this helps in creating a uniform solution to same problem. u-boot patch > should be upstreamed too. I'll port this patch to U-Boot master and send it

Re: [OE-core] [PATCH] usbutils: Upgrade usbutils to upstream v002

2012-08-02 Thread Martin Jansa
On Thu, Aug 02, 2012 at 02:55:16PM +0300, Radu Moisan wrote: > > On 08/02/2012 12:10 PM, Martin Jansa wrote: > > On Thu, Aug 02, 2012 at 12:08:50PM +0300, Radu Moisan wrote: > >> Signed-off-by: Radu Moisan > > Why not current 006? And lsusb link is not needed anymore? > I really don't know why I

Re: [OE-core] u-boot do_compile should be reentrant even with ld-is-gold

2012-08-02 Thread Otavio Salvador
On Thu, Aug 2, 2012 at 11:37 AM, Martin Jansa wrote: > One character change in that regexp fixed all use-cases I can think of, > so looks like best solution to me.. +1 -- Otavio Salvador O.S. Systems E-mail: ota...@ossystems.com.br http://www.ossystems.com.br Mobile

Re: [OE-core] [PATCH] u-boot.inc: fix regexp used when ld-is-gold

2012-08-02 Thread Martin Jansa
On Thu, Aug 02, 2012 at 07:32:02AM -0700, Khem Raj wrote: > > On Aug 2, 2012, at 5:09 AM, Martin Jansa wrote: > > > * with old regexp it wasn't reentrant, causing stuff like this: > > -LD = $(CROSS_COMPILE)ld > > +LD = $(CROSS_COMPILE)ld.bfd.bfd > > -LDR= $(CROSS_COMPILE)ldr > >

Re: [OE-core] u-boot do_compile should be reentrant even with ld-is-gold

2012-08-02 Thread Martin Jansa
On Thu, Aug 02, 2012 at 07:30:38AM -0700, Khem Raj wrote: > > On Aug 2, 2012, at 4:50 AM, Martin Jansa wrote: > > > On Wed, Aug 01, 2012 at 04:02:24PM -0700, Khem Raj wrote: > >> > >> On Jul 31, 2012, at 11:54 PM, Martin Jansa wrote: > >> > >>> well not exactly like this one as this is causin

Re: [OE-core] [PATCH v2 2/2] shadow: use 'users' group by default

2012-08-02 Thread Otavio Salvador
On Mon, Jul 23, 2012 at 2:37 PM, Otavio Salvador wrote: > The rootfs has 'users' group at number 100 and without this fix it > would assign to a non-existent group and if a group with gid as 1000 > is created later it would own all files for users created. > > Signed-off-by: Otavio Salvador Can

Re: [OE-core] [PATCH v2 1/2] shadow-native: use 'users' group by default

2012-08-02 Thread Otavio Salvador
On Mon, Jul 23, 2012 at 2:37 PM, Otavio Salvador wrote: > The rootfs has 'users' group at number 100 and without this fix it > would assign to a non-existent group and if a group with gid as 1000 > is created later it would own all files for users created. > > Signed-off-by: Otavio Salvador Can

Re: [OE-core] [PATCH] u-boot.inc: fix regexp used when ld-is-gold

2012-08-02 Thread Khem Raj
On Aug 2, 2012, at 5:09 AM, Martin Jansa wrote: > * with old regexp it wasn't reentrant, causing stuff like this: > -LD = $(CROSS_COMPILE)ld > +LD = $(CROSS_COMPILE)ld.bfd.bfd > -LDR= $(CROSS_COMPILE)ldr > +LDR= $(CROSS_COMPILE)ld.bfd.bfdr > when do_compile was reexecuted, a

Re: [OE-core] [PATCH] foomatic-filters_4.0.16.bb: update recipe to work on Fedora 17

2012-08-02 Thread Richard Purdie
On Tue, 2012-07-31 at 15:42 -0500, Matthew McClintock wrote: > This fixes isses on distro that have perl in /bin/perl instead > of /usr/bin/perl such as Fedora 17 > > Signed-off-by: Matthew McClintock > --- > .../foomatic/foomatic-filters_4.0.16.bb|9 - > 1 file changed,

Re: [OE-core] u-boot do_compile should be reentrant even with ld-is-gold

2012-08-02 Thread Khem Raj
On Aug 2, 2012, at 4:50 AM, Martin Jansa wrote: > On Wed, Aug 01, 2012 at 04:02:24PM -0700, Khem Raj wrote: >> >> On Jul 31, 2012, at 11:54 PM, Martin Jansa wrote: >> >>> well not exactly like this one as this is causing >>> /bin/sh: 1: Syntax error: Bad fd number >>> probably from ">&" in da

Re: [OE-core] latest updates make kernel menuconfig unusable

2012-08-02 Thread Liang Li
On 2012-08-02 19:07, Andreas M�ller wrote: > On Thu, Jun 21, 2012 at 2:29 AM, Khem Raj wrote: > > On Wed, Jun 20, 2012 at 11:55 AM, Martin Jansa > > wrote: > >> On Wed, Jun 20, 2012 at 04:20:03PM +0200, Andreas M黮ler wrote: > >>> Hi, > >>> > >>> since > >>> > >>> commit fe417e8a4d625c6933de7216

[OE-core] [PATCH 1/1] systemtap-uprobes: inhibit package strip

2012-08-02 Thread Wade Farnsworth
uprobes.ko is not located in /lib/modules, so it fails the check in runstrip that ensures that only the debug section is stripped, leaving the symbols untouched. This prevents the module from being inserted at run time. Inhibiting package stripping fixes the problem. Signed-off-by: Wade Farnswor

[OE-core] [PATCH 0/1] systemtap-uprobes: inhibit package strip

2012-08-02 Thread Wade Farnsworth
The following changes since commit 56d3bc38bc89b11e5a32908cad0cd6efa4fab08c: Wade Farnsworth (1): systemtap-uprobes: inhibit package strip are available in the git repository at: https://github.com/wfarnsworth/oe-core.git stap-uprobes Wade Farnsworth (1): systemtap-uprobes: inhibit

Re: [OE-core] [oe] [PATCH] sstate: Add a two character subdirectory to the sstate directory layout

2012-08-02 Thread Martin Jansa
On Thu, Aug 02, 2012 at 03:53:35PM +0200, Martin Jansa wrote: > On Wed, Jul 25, 2012 at 10:09:22PM +0100, Richard Purdie wrote: > > Currently all sstate files are placed into one directory. This does not > > scale and > > causes a variety of filesystem issues. This patch adds a two character > >

Re: [OE-core] [PATCH v2] usbutils: Upgrade usbutils to upstream v006

2012-08-02 Thread Koen Kooi
Op 2 aug. 2012, om 15:55 heeft "Burton, Ross" het volgende geschreven: > On 2 August 2012 14:50, Koen Kooi wrote: >> That's the default value, so you can drop this hunk > > Can we settle this once and for all? Sure, it's the default, but it's > also going to be added back in again the moment

Re: [OE-core] [oe] [PATCH] sstate: Add a two character subdirectory to the sstate directory layout

2012-08-02 Thread Martin Jansa
On Wed, Jul 25, 2012 at 10:09:22PM +0100, Richard Purdie wrote: > Currently all sstate files are placed into one directory. This does not scale > and > causes a variety of filesystem issues. This patch adds a two character > subdirectory > to the layout (based on the first two characters of the h

Re: [OE-core] [PATCH v2] usbutils: Upgrade usbutils to upstream v006

2012-08-02 Thread Burton, Ross
On 2 August 2012 14:50, Koen Kooi wrote: > That's the default value, so you can drop this hunk Can we settle this once and for all? Sure, it's the default, but it's also going to be added back in again the moment there's a change... I'm a fan of leaving a PR in there, even at r0, so its not cons

Re: [OE-core] [PATCH v2] usbutils: Upgrade usbutils to upstream v006

2012-08-02 Thread Koen Kooi
Op 2 aug. 2012, om 14:06 heeft Radu Moisan het volgende geschreven: > Signed-off-by: Radu Moisan > --- > .../usbutils/{usbutils_0.91.bb => usbutils_006.bb} |7 +++ > 1 file changed, 3 insertions(+), 4 deletions(-) > rename meta/recipes-bsp/usbutils/{usbutils_0.91.bb => usbutils_006.bb}

Re: [OE-core] Qemu refusing to build

2012-08-02 Thread Richard Purdie
On Thu, 2012-08-02 at 10:10 +0100, Jack Mitchell wrote: > I am having an issue trying to build qemu for the qemuarm machine. It's > just a standard core-image-minimal with a vanilla copy of poky master. > The error log is as follows: > > > /mnt/storage/yoctoBuilds/poky-vanilla.git/build/tmp

[OE-core] summary of eglibc configure error, qemuarm, using codesourcery

2012-08-02 Thread Robert P. J. Day
this is the last chance i'll get to post for a few hours (site doesn't support sendmail going out, but i can still fetch mail), so i'll summarize what i'm fighting with and i'm open to suggestions. on 64-bit ubuntu 12.04 system, i've built numerous qemuarm images using the oe-generated toolch

Re: [OE-core] [PATCH 0/9] buildhistory improvements

2012-08-02 Thread Martin Jansa
On Thu, Aug 02, 2012 at 12:27:05PM +0100, Burton, Ross wrote: > On 2 August 2012 10:23, Paul Eggleton wrote: > > A bunch of improvements for buildhistory, implementing some feature > > requests and todo items of my own, as well as tidying up some of the > > code. > > I've been using this branch f

[OE-core] [PATCH] u-boot.inc: fix regexp used when ld-is-gold

2012-08-02 Thread Martin Jansa
* with old regexp it wasn't reentrant, causing stuff like this: -LD = $(CROSS_COMPILE)ld +LD = $(CROSS_COMPILE)ld.bfd.bfd -LDR= $(CROSS_COMPILE)ldr +LDR= $(CROSS_COMPILE)ld.bfd.bfdr when do_compile was reexecuted, also breaking LDR variable and http://git.yoctoproject.o

[OE-core] [PATCH v2] usbutils: Upgrade usbutils to upstream v006

2012-08-02 Thread Radu Moisan
Signed-off-by: Radu Moisan --- .../usbutils/{usbutils_0.91.bb => usbutils_006.bb} |7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) rename meta/recipes-bsp/usbutils/{usbutils_0.91.bb => usbutils_006.bb} (80%) diff --git a/meta/recipes-bsp/usbutils/usbutils_0.91.bb b/meta/recipes-

Re: [OE-core] [PATCH] usbutils: Upgrade usbutils to upstream v002

2012-08-02 Thread Radu Moisan
On 08/02/2012 12:10 PM, Martin Jansa wrote: On Thu, Aug 02, 2012 at 12:08:50PM +0300, Radu Moisan wrote: Signed-off-by: Radu Moisan Why not current 006? And lsusb link is not needed anymore? I really don't know why I chose 002, I'll follow with a new patch for 006 Radu

[OE-core] [PATCH] watchdog: Upgrade to upstream v5.12

2012-08-02 Thread Radu Moisan
sourceforge.net link is broken at the time of this patch, so I added a mirror. License changed to GPLv2+ Signed-off-by: Radu Moisan --- meta/classes/mirrors.bbclass |1 + .../{watchdog_5.11.bb => watchdog_5.12.bb} | 11 +-- 2 files changed, 6 insertion

Re: [OE-core] u-boot do_compile should be reentrant even with ld-is-gold

2012-08-02 Thread Martin Jansa
On Wed, Aug 01, 2012 at 04:02:24PM -0700, Khem Raj wrote: > > On Jul 31, 2012, at 11:54 PM, Martin Jansa wrote: > > > well not exactly like this one as this is causing > > /bin/sh: 1: Syntax error: Bad fd number > > probably from ">&" in dash > > > yes. I swear I have since fixed this patch th

Re: [OE-core] [PATCH 0/9] buildhistory improvements

2012-08-02 Thread Burton, Ross
On 2 August 2012 10:23, Paul Eggleton wrote: > A bunch of improvements for buildhistory, implementing some feature > requests and todo items of my own, as well as tidying up some of the > code. I've been using this branch for an hour or so whilst reviewing changes, the new features are useful and

Re: [OE-core] using an external (arm) toolchain - just checking i did this properly

2012-08-02 Thread Robert P. J. Day
On Thu, 2 Aug 2012, Robert P. J. Day wrote: > > here's a summary of the eglibc config error i'm having trying to > bake a core-image-minimal for qemuarm on a fully-updated 64-bit ubuntu > 12.04 system using code sourcery's arm toolchain.. > > here's what i've added to the top of my local.conf:

Re: [OE-core] [PATCH 6/9] scripts: add buildhistory-tag script

2012-08-02 Thread Burton, Ross
On 2 August 2012 11:49, Paul Eggleton wrote: > Interesting - sounds like it would be useful, but I wonder how it would then > fit in with buildhistory-diff as a separate script (particularly with diff as > a > valid option to "buildhistory")... Rename it to -compare? Ross _

Re: [OE-core] using an external (arm) toolchain - just checking i did this properly

2012-08-02 Thread Robert P. J. Day
here's a summary of the eglibc config error i'm having trying to bake a core-image-minimal for qemuarm on a fully-updated 64-bit ubuntu 12.04 system using code sourcery's arm toolchain.. here's what i've added to the top of my local.conf: TCMODE = "external-sourcery" EXTERNAL_TOOLCHAIN = "/h

Re: [OE-core] latest updates make kernel menuconfig unusable

2012-08-02 Thread Andreas Müller
On Thu, Jun 21, 2012 at 2:29 AM, Khem Raj wrote: > On Wed, Jun 20, 2012 at 11:55 AM, Martin Jansa wrote: >> On Wed, Jun 20, 2012 at 04:20:03PM +0200, Andreas Müller wrote: >>> Hi, >>> >>> since >>> >>> commit fe417e8a4d625c6933de72163d2fee52ac47f571 >>> Author: Richard Purdie >>> Date: Thu May

Re: [OE-core] [PATCH 6/9] scripts: add buildhistory-tag script

2012-08-02 Thread Paul Eggleton
On Thursday 02 August 2012 11:18:20 Burton, Ross wrote: > On 2 August 2012 10:23, Paul Eggleton wrote: > > This trivial script determines BUILDHISTORY_DIR using bitbake and then > > passes the command line options to "git tag" on the buildhistory > > repository. This is useful for setting a tag be

Re: [OE-core] [PATCH 6/9] scripts: add buildhistory-tag script

2012-08-02 Thread Burton, Ross
On 2 August 2012 10:23, Paul Eggleton wrote: > This trivial script determines BUILDHISTORY_DIR using bitbake and then > passes the command line options to "git tag" on the buildhistory > repository. This is useful for setting a tag before making some changes; > even if the build takes a number of

Re: [OE-core] using an external (arm) toolchain - just checking i did this properly

2012-08-02 Thread Robert P. J. Day
On Wed, 1 Aug 2012, Chris Larson wrote: > On Wed, Aug 1, 2012 at 6:06 PM, Robert P. J. Day > wrote: > > On Wed, 1 Aug 2012, Chris Larson wrote: > > > >> On Wed, Aug 1, 2012 at 4:57 PM, Robert P. J. Day > >> wrote: > >> > | + cp -a ERROR: ld.so: object ''\''libpseudo.so'\''' from LD_PRELOAD > >

[OE-core] [PATCH 9/9] classes/buildhistory: save metadata revisions

2012-08-02 Thread Paul Eggleton
Always write the metadata revisions for each layer into a machine- readable "metadata-revs" file so that you can potentially link changes in the output back to changes in the metadata. (Unlike the existing similar build-id file, this is not specific to image changes.) Signed-off-by: Paul Eggleton

[OE-core] [PATCH 8/9] buildhistory_analysis: ignore removal of self-dependencies

2012-08-02 Thread Paul Eggleton
The recent removal of self-dependencies for dbg/dev packages produced a fair amount of noise, so filter it out since we know this is a reasonable change. Signed-off-by: Paul Eggleton --- meta/lib/oe/buildhistory_analysis.py |6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --gi

[OE-core] [PATCH 7/9] buildhistory_analysis: tidy up duplicate split_version function

2012-08-02 Thread Paul Eggleton
This function is now provided by bb.utils and since we have now bumped the minimum bitbake version, we can switch to that one instead. Signed-off-by: Paul Eggleton --- meta/lib/oe/buildhistory_analysis.py | 20 +--- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/

[OE-core] [PATCH 6/9] scripts: add buildhistory-tag script

2012-08-02 Thread Paul Eggleton
This trivial script determines BUILDHISTORY_DIR using bitbake and then passes the command line options to "git tag" on the buildhistory repository. This is useful for setting a tag before making some changes; even if the build takes a number of executions of bitbake (resulting in multiple commits t

[OE-core] [PATCH 4/9] classes/buildhistory: save preinst/postinst/prerm/postrm

2012-08-02 Thread Paul Eggleton
Write the value of these package script variables into the packageinfo so that any changes to them can be tracked (in separate files since they are multi-line). Inspired by an earlier patch from Andreas Müller Signed-off-by: Paul Eggleton --- meta/classes/buildhistory.bbclass| 24 +++

[OE-core] [PATCH 3/9] classes/buildhistory: remove unused functions

2012-08-02 Thread Paul Eggleton
getlastrecipeversion and readRecipeInfo weren't called anywhere. Remove them so we don't have to keep them up-to-date with future additions to the recipe info file. Signed-off-by: Paul Eggleton --- meta/classes/buildhistory.bbclass | 29 - 1 file changed, 29 deletio

[OE-core] [PATCH 0/9] buildhistory improvements

2012-08-02 Thread Paul Eggleton
A bunch of improvements for buildhistory, implementing some feature requests and todo items of my own, as well as tidying up some of the code. The following changes since commit 404d2d490fc347203e89d274530c17fb5f0aa20f: gcc-configure-target: Set native-system-header-dir for target gcc (2012-08

[OE-core] [PATCH 2/9] classes/buildhistory: ensure old package info is removed

2012-08-02 Thread Paul Eggleton
If a package is removed from PACKAGES, ensure that the package info file and directory are removed from buildhistory so that we don't have stale data lying around. Signed-off-by: Paul Eggleton --- meta/classes/buildhistory.bbclass | 18 ++ 1 file changed, 14 insertions(+), 4 de

[OE-core] [PATCH 1/9] classes/buildhistory: remove obsolete flat package history feature

2012-08-02 Thread Paul Eggleton
Remove the ability to set BUILDHISTORY_KEEP_VERSIONS = "1" to save the package history as flat versioned files rather than relying on git to keep previous versions of the package information. git has proven to work quite well in this capacity. Signed-off-by: Paul Eggleton --- meta/classes/buildh

  1   2   >