Re: [oe] emacs copying ${STAGING_DIR_TARGET} - wtf?

2010-11-17 Thread captain . deadly
On Tuesday 16 November 2010 07:38:07 Graham Gower wrote: On 16 November 2010 16:43, Martin Jansa martin.ja...@gmail.com wrote: On Tue, Nov 16, 2010 at 11:05:29AM +1030, Graham Gower wrote: PS: emacs and emacs-x11 fail for me in do_compile. Do you have make-3.82 on your host?

Re: [oe] [PATCH 02/11] dropbear: Removed openmoko references. Added /etc/default/dropbear

2010-11-17 Thread Camille Moncelier
On Wed, Nov 17, 2010 at 12:40 AM, Khem Raj raj.k...@gmail.com wrote: diff --git a/recipes/dropbear/dropbear/default b/recipes/dropbear/dropbear/default new file mode 100644 index 000..a4f2bfd --- /dev/null +++ b/recipes/dropbear/dropbear/default @@ -0,0 +1,4 @@ +#

Re: [oe] emacs copying ${STAGING_DIR_TARGET} - wtf?

2010-11-17 Thread captain . deadly
On Tuesday 16 November 2010 07:38:07 Graham Gower wrote: On 16 November 2010 16:43, Martin Jansa martin.ja...@gmail.com wrote: On Tue, Nov 16, 2010 at 11:05:29AM +1030, Graham Gower wrote: PS: emacs and emacs-x11 fail for me in do_compile. Do you have make-3.82 on your host?

Re: [oe] Preparing for release - Freeze on master

2010-11-17 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 16-11-10 19:20, Khem Raj wrote: Hello All, In order to get to the 2010.12 release, I would like to request to stop pushing any changes to master until release. Please keep your changes in you local tree ready for when the window opens again

Re: [oe] PREFERRED_PROVIDER issue/question

2010-11-17 Thread Andrea Adami
On Tue, Nov 16, 2010 at 10:44 PM, Frans Meulenbroeks fransmeulenbro...@gmail.com wrote: When I am building mythtv-plugins for distro minimal I get: ... NOTE: multiple providers are available for runtime module-init-tools-depmod (module-init-tools, module-init-tools-cross) .. I see the same

Re: [oe] Preparing for release - Freeze on master

2010-11-17 Thread Graeme Gregory
On 17/11/2010 09:12, Koen Kooi wrote: On 16-11-10 19:20, Khem Raj wrote: Hello All, In order to get to the 2010.12 release, I would like to request to stop pushing any changes to master until release. Please keep your changes in you local tree ready for when the window opens again

Re: [oe] PREFERRED_PROVIDER issue/question

2010-11-17 Thread Frans Meulenbroeks
2010/11/17 Andrea Adami andrea.ad...@gmail.com: On Tue, Nov 16, 2010 at 10:44 PM, Frans Meulenbroeks fransmeulenbro...@gmail.com wrote: When I am building mythtv-plugins for distro minimal I get: ... NOTE: multiple providers are available for runtime module-init-tools-depmod

[oe] [PATCH] uclibc++: moved to 0.2.2

2010-11-17 Thread Frans Meulenbroeks
Removed the 0.1.9 version as it is quite old and does not compile renamed files dir to uclibc++ added patches to get 0.2.2 compiling. Patches are gracefully picked from openwrt (https://dev.openwrt.org/browser/packages/libs/uclibc%2B%2B/patches?rev=24017) Signed-off-by: Frans Meulenbroeks

Re: [oe] Preparing for release - Freeze on master

2010-11-17 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 17-11-10 10:56, Graeme Gregory wrote: On 17/11/2010 09:12, Koen Kooi wrote: On 16-11-10 19:20, Khem Raj wrote: Hello All, In order to get to the 2010.12 release, I would like to request to stop pushing any changes to master until release.

[oe] Error: git was compiled without libcurl support

2010-11-17 Thread Marco Cavallini
Hi, I just tried installing OE retrieving it from git git clone git://git.openembedded.org/openembedded bitbake version 1.10.0 branch master MACHINE=akita time bitbake minimal-image DISTRO = angstrom-2008.1 host machine : Debian lenny x86_64-linux I face to an unexpected error Error: git was

[oe] [PATCH] amend.bbclass: handle PACKAGE_ARCH change in an amend.inc

2010-11-17 Thread Eric Bénard
* setting PACKAGE_ARCH = ${MACHINE_ARCH} in and amend.inc actually leads to a packaga with the correct machine arch but the work/stage/stamp dirs are not correct because MULTIMACH_ARCH is not updated after amend.inc is parsed. * this patch updates MULTIMACH_ARCH if PACKAGE_ARCH is changed in

[oe] [PATCH v2] libX11: patch configure.ac so a nios2 system is not seen as an os2 system.

2010-11-17 Thread Frans Meulenbroeks
The OS/2 platform requires some utility functions as well as having a non-32 bit wchar_t. Fix the configure check so that it doesn't also affect the nios2 cpu, which wouldn't influence these operating system issues. This is already accepted upstream and will be in 1.4

Re: [oe] Error: git was compiled without libcurl support

2010-11-17 Thread Frans Meulenbroeks
2010/11/17 Marco Cavallini koansoftw...@gmail.com: Hi, I just tried installing OE retrieving it from git git clone git://git.openembedded.org/openembedded bitbake version 1.10.0 branch master MACHINE=akita time bitbake minimal-image DISTRO = angstrom-2008.1 host machine : Debian lenny

Re: [oe] [PATCH v2] libX11: patch configure.ac so a nios2 system is not seen as an os2 system.

2010-11-17 Thread Martin Jansa
On Wed, Nov 17, 2010 at 02:58:10PM +0100, Frans Meulenbroeks wrote: The OS/2 platform requires some utility functions as well as having a non-32 bit wchar_t. Fix the configure check so that it doesn't also affect the nios2 cpu, which wouldn't influence these operating system issues. Looks

[oe] [PATCH] sane-toolchain-*glibc.inc: Use -O2 on PowerPC

2010-11-17 Thread Tom Rini
In FULL_OPTIMIZATION use -O2 on powerpc due to some problems with libgcc.a and -Os when using gcc 4.5.x. Signed-off-by: Tom Rini tom_r...@mentor.com --- conf/distro/include/sane-toolchain-eglibc.inc |3 +++ conf/distro/include/sane-toolchain-glibc.inc |3 +++ 2 files changed, 6

Re: [oe] [PATCH v2] libX11: patch configure.ac so a nios2 system is not seen as an os2 system.

2010-11-17 Thread Walter Goossens
I just noticed my test build halted on that exact error... I'll ack this one :) On 11/17/10 2:58 PM, Frans Meulenbroeks wrote: The OS/2 platform requires some utility functions as well as having a non-32 bit wchar_t. Fix the configure check so that it doesn't also affect the nios2 cpu, which

[oe] [PATCH 1/3] pixman: add version 0.21.2

2010-11-17 Thread Martin Jansa
--- .../-Add-pixman_bits_override_accessors.patch | 75 ++ ...mplementation-of-pixman_blt-with-overlapp.patch | 114 +++ ...of-overlapping-src-dst-for-pixman_blt_mmx.patch | 91 ...f-overlapping-src-dst-for-pixman_blt_sse2.patch | 91

[oe] [PATCH 3/3] xorg: remove recipes for versions not pinned in any distro config

2010-11-17 Thread Martin Jansa
--- recipes/xorg-doc/xorg-sgml-doctools_1.5.bb |8 recipes/xorg-driver/xf86-video-geode_2.11.9.bb |9 - recipes/xorg-driver/xf86-video-vmware_11.0.2.bb|7 --- recipes/xorg-font/font-adobe-100dpi_1.0.2.bb |6 --

[oe] versions in RDEPENDS etc.

2010-11-17 Thread Andreas Oberritter
Hi all, looking for examples in Git, I found the following entries using ($version): $ git grep -E '^(RDEPENDS|RPROVIDES|RRECOMMENDS|RSUGGESTS|RREPLACES|RCONFLICTS)' | grep '' recipes/networkmanager/netm-cli_0.2.bb:RDEPENDS_${PN} = python-dbus python-pygobject python-textutils

[oe] Author: Bernhard Reutner-Fischer rep.dot....@gmail.com

2010-11-17 Thread Bernhard Reutner-Fischer
bitbake.conf: add ext4 image support Signed-off-by: Bernhard Reutner-Fischer rep.dot@gmail.com diff --git a/conf/bitbake.conf b/conf/bitbake.conf index f1dc0ff..b7ec8ad 100644 --- a/conf/bitbake.conf +++ b/conf/bitbake.conf @@ -369,6 +369,9 @@ IMAGE_CMD_ext2.bz2 = install -d

Re: [oe] Error: git was compiled without libcurl support

2010-11-17 Thread Marco Cavallini
Frans Meulenbroeks ha scritto, Il 17/11/2010 15:01: 2010/11/17 Marco Cavallini koansoftw...@gmail.com: Hi, I just tried installing OE retrieving it from git git clone git://git.openembedded.org/openembedded bitbake version 1.10.0 branch master MACHINE=akita time bitbake minimal-image

Re: [oe] [PATCH v2] libX11: patch configure.ac so a nios2 system is not seen as an os2 system.

2010-11-17 Thread Frans Meulenbroeks
2010/11/17 Walter Goossens waltergooss...@home.nl: I just noticed my test build halted on that exact error... I'll ack this one :) it is pushed :-) Thanks for your acks. I'm building console-image for nios as part of the testing branch. Seems there is also yet another issue left in the

Re: [oe] [PATCH 3/3] xorg: remove recipes for versions not pinned in any distro config

2010-11-17 Thread Frans Meulenbroeks
Acked-by: Frans Meulenbroeks fransmeulenbro...@gmail.com 2010/11/17 Martin Jansa martin.ja...@gmail.com: ---  recipes/xorg-doc/xorg-sgml-doctools_1.5.bb         |    8  recipes/xorg-driver/xf86-video-geode_2.11.9.bb     |    9 -  

Re: [oe] Author: Bernhard Reutner-Fischer rep.dot....@gmail.com

2010-11-17 Thread Frans Meulenbroeks
2010/11/17 Bernhard Reutner-Fischer rep.dot@gmail.com:    bitbake.conf: add ext4 image support    Signed-off-by: Bernhard Reutner-Fischer rep.dot@gmail.com did you use git send-email? The subject line is not ok. diff --git a/conf/bitbake.conf b/conf/bitbake.conf index

Re: [oe] Author: Bernhard Reutner-Fischer rep.dot....@gmail.com

2010-11-17 Thread Tom Rini
On 11/17/2010 08:05 AM, Bernhard Reutner-Fischer wrote: bitbake.conf: add ext4 image support Looks like e2fsprogs needs to be more careful about moving stuff for update-alternatives. Mind fixing that and doing this as a 2 parter? -- Tom Rini Mentor Graphics Corporation

Re: [oe] Author: Bernhard Reutner-Fischer rep.dot....@gmail.com

2010-11-17 Thread Bernhard Reutner-Fischer
Hi, Sorry for that! Apparently I've accidentally sent a commit and not a patch. I will follow-up. On 17 Nov 2010 16:13, Frans Meulenbroeks fransmeulenbro...@gmail.com wrote: 2010/11/17 Bernhard Reutner-Fischer rep.dot@gmail.com: bitbake.conf: add ext4 image support Signed-off-by:

Re: [oe] Author: Bernhard Reutner-Fischer rep.dot....@gmail.com

2010-11-17 Thread Bernhard Reutner-Fischer
Hi, Yeah, I will have a look, sure. On 17 Nov 2010 16:20, Tom Rini tom_r...@mentor.com wrote: On 11/17/2010 08:05 AM, Bernhard Reutner-Fischer wrote: bitbake.conf: add ext4 image suppo... Looks like e2fsprogs needs to be more careful about moving stuff for update-alternatives. Mind

Re: [oe] [PATCH 1/2] usbutils 0.70 0.73: don't set DEFAULT_PREFERENCE = 1

2010-11-17 Thread Michael Smith
Khem Raj wrote: On Thu, Nov 11, 2010 at 5:37 AM, Michael Smith msm...@cbnco.com wrote: I think it may be leftover from earlier. Let 0.86 build by default. Most distros already prefer it. does it work well with udev 141 ? some uclibc based distros still use older udev I use udev 141, but

Re: [oe] [PATCH 02/11] dropbear: Removed openmoko references. Added /etc/default/dropbear

2010-11-17 Thread Khem Raj
On Wed, Nov 17, 2010 at 12:38 AM, Camille Moncelier moncel...@devlife.org wrote: On Wed, Nov 17, 2010 at 12:40 AM, Khem Raj raj.k...@gmail.com wrote: diff --git a/recipes/dropbear/dropbear/default b/recipes/dropbear/dropbear/default new file mode 100644 index 000..a4f2bfd ---

Re: [oe] [PATCH] sane-toolchain-*glibc.inc: Use -O2 on PowerPC

2010-11-17 Thread Khem Raj
On Wed, Nov 17, 2010 at 6:15 AM, Tom Rini tom_r...@mentor.com wrote: In FULL_OPTIMIZATION use -O2 on powerpc due to some problems with libgcc.a and -Os when using gcc 4.5.x. Signed-off-by: Tom Rini tom_r...@mentor.com patch is ok. In comment you should also mention gcc 4.4 which has the same

Re: [oe] [PATCH] uclibc++: moved to 0.2.2

2010-11-17 Thread Khem Raj
On Wed, Nov 17, 2010 at 2:08 AM, Frans Meulenbroeks fransmeulenbro...@gmail.com wrote: Removed the 0.1.9 version as it is quite old and does not compile renamed files dir to uclibc++ added patches to get 0.2.2 compiling. Patches are gracefully picked from openwrt

Re: [oe] Preparing for release - Freeze on master

2010-11-17 Thread Khem Raj
On Wed, Nov 17, 2010 at 1:12 AM, Koen Kooi k.k...@student.utwente.nl wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 16-11-10 19:20, Khem Raj wrote: Hello All, In order to get to the 2010.12 release, I would like to request to stop pushing any changes to master until release.

Re: [oe] Preparing for release - Freeze on master

2010-11-17 Thread Khem Raj
On Wed, Nov 17, 2010 at 1:56 AM, Graeme Gregory d...@xora.org.uk wrote: On 17/11/2010 09:12, Koen Kooi wrote: On 16-11-10 19:20, Khem Raj wrote: Hello All, In order to get to the 2010.12 release, I would like to request to stop pushing any changes to master until release. Please keep your

Re: [oe] [PATCH 1/2] usbutils 0.70 0.73: don't set DEFAULT_PREFERENCE = 1

2010-11-17 Thread Khem Raj
On Wed, Nov 17, 2010 at 9:32 AM, Michael Smith msm...@cbnco.com wrote: Khem Raj wrote: On Thu, Nov 11, 2010 at 5:37 AM, Michael Smith msm...@cbnco.com wrote: I think it may be leftover from earlier.  Let 0.86 build by default. Most distros already prefer it. does it work well with udev

Re: [oe] Preparing for release - Freeze on master

2010-11-17 Thread Khem Raj
On Wed, Nov 17, 2010 at 2:25 AM, Koen Kooi k.k...@student.utwente.nl wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 17-11-10 10:56, Graeme Gregory wrote: On 17/11/2010 09:12, Koen Kooi wrote: On 16-11-10 19:20, Khem Raj wrote: Hello All, In order to get to the 2010.12 release, I

Re: [oe] Error: git was compiled without libcurl support

2010-11-17 Thread Khem Raj
On Wed, Nov 17, 2010 at 7:05 AM, Marco Cavallini koansoftw...@gmail.com wrote: Frans Meulenbroeks ha scritto, Il 17/11/2010 15:01: 2010/11/17 Marco Cavallini koansoftw...@gmail.com: Hi, I just tried installing OE retrieving it from git git clone git://git.openembedded.org/openembedded

Re: [oe] Error: git was compiled without libcurl support

2010-11-17 Thread Tom Rini
On 11/17/2010 12:30 PM, Khem Raj wrote: On Wed, Nov 17, 2010 at 7:05 AM, Marco Cavallinikoansoftw...@gmail.com wrote: Frans Meulenbroeks ha scritto, Il 17/11/2010 15:01: 2010/11/17 Marco Cavallinikoansoftw...@gmail.com: Hi, I just tried installing OE retrieving it from git git clone

Re: [oe] [PATCH] uclibc++: moved to 0.2.2

2010-11-17 Thread Frans Meulenbroeks
2010/11/17 Khem Raj raj.k...@gmail.com: On Wed, Nov 17, 2010 at 2:08 AM, Frans Meulenbroeks fransmeulenbro...@gmail.com wrote: Removed the 0.1.9 version as it is quite old and does not compile renamed files dir to uclibc++ added patches to get 0.2.2 compiling. Patches are gracefully picked

Re: [oe] versions in RDEPENDS etc.

2010-11-17 Thread Graham Gower
On 18 November 2010 01:07, Andreas Oberritter o...@opendreambox.org wrote: Hi all, looking for examples in Git, I found the following entries using ($version): $ git grep -E '^(RDEPENDS|RPROVIDES|RRECOMMENDS|RSUGGESTS|RREPLACES|RCONFLICTS)'  | grep ''

[oe] starting with qt4 embedded (recent) builds

2010-11-17 Thread Luke Kenneth Casson Leighton
hi folks, i gave up on gtk-directfb for various sensible reasons and am instead focussing on qt4 embedded. i need to get python-qt4 compiled (and then patched - don't ask). even getting qt4-embedded up-and-running is proving problematic due to the existence of 4 different versions of qmake

[oe] [PATCH] help2man: Add native recipe, drop check for being provided.

2010-11-17 Thread Tom Rini
With a recent change to auto* to not build the man pages for native recipes, we can make build progress without help2man being there already. This adds help2man to local.conf.sample as an example of something that is assumed to be provided, drops the sanity.bbclass check and adds a

Re: [oe] [PATCH] help2man: Add native recipe, drop check for being provided.

2010-11-17 Thread Michael Smith
On Wed, 17 Nov 2010, Tom Rini wrote: --- a/classes/autotools.bbclass +++ b/classes/autotools.bbclass - deps += 'autoconf-native automake-native ' + deps += 'autoconf-native automake-native help2man-native' Need a space before that closing quote. --- /dev/null +++

[oe] [PATCH] tar: upgrade to version 1.25

2010-11-17 Thread Scott Garman
Signed-off-by: Scott Garman sgar...@zenlinux.com --- recipes/tar/tar_1.23.bb |6 -- recipes/tar/tar_1.25.bb |6 ++ 2 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 recipes/tar/tar_1.23.bb create mode 100644 recipes/tar/tar_1.25.bb diff --git

Re: [oe] [PATCH] tar: upgrade to version 1.25

2010-11-17 Thread Philip Balister
On 11/17/2010 06:13 PM, Scott Garman wrote: Signed-off-by: Scott Garmansgar...@zenlinux.com --- recipes/tar/tar_1.23.bb |6 -- recipes/tar/tar_1.25.bb |6 ++ 2 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 recipes/tar/tar_1.23.bb create mode 100644

Re: [oe] [PATCH] help2man: Add native recipe, drop check for being provided.

2010-11-17 Thread Tom Rini
On 11/17/2010 07:02 PM, Michael Smith wrote: On Wed, 17 Nov 2010, Tom Rini wrote: --- a/classes/autotools.bbclass +++ b/classes/autotools.bbclass - deps += 'autoconf-native automake-native ' + deps += 'autoconf-native automake-native help2man-native' Need a space before that

Re: [oe] [PATCH] tar: upgrade to version 1.25

2010-11-17 Thread Scott Garman
On 11/17/2010 06:18 PM, Philip Balister wrote: On 11/17/2010 06:13 PM, Scott Garman wrote: Signed-off-by: Scott Garmansgar...@zenlinux.com --- recipes/tar/tar_1.23.bb | 6 -- recipes/tar/tar_1.25.bb | 6 ++ 2 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644

Re: [oe] [PATCH] tar: upgrade to version 1.25

2010-11-17 Thread Philip Balister
On 11/17/2010 06:48 PM, Scott Garman wrote: On 11/17/2010 06:18 PM, Philip Balister wrote: On 11/17/2010 06:13 PM, Scott Garman wrote: Signed-off-by: Scott Garmansgar...@zenlinux.com --- recipes/tar/tar_1.23.bb | 6 -- recipes/tar/tar_1.25.bb | 6 ++ 2 files changed, 6 insertions(+), 6

Re: [oe] [PATCH] tar: upgrade to version 1.25

2010-11-17 Thread Khem Raj
On Wed, Nov 17, 2010 at 6:54 PM, Philip Balister phi...@balister.org wrote: On 11/17/2010 06:48 PM, Scott Garman wrote: On 11/17/2010 06:18 PM, Philip Balister wrote: On 11/17/2010 06:13 PM, Scott Garman wrote: Signed-off-by: Scott Garmansgar...@zenlinux.com --- recipes/tar/tar_1.23.bb |

[oe] bitbake micro-image failure

2010-11-17 Thread Graham Gower
Build Configuration: BB_VERSION= 1.11.0 METADATA_BRANCH = org.openembedded.dev METADATA_REVISION = c7be1ba TARGET_ARCH = mipsel TARGET_OS = linux MACHINE = qemumipsel DISTRO= micro DISTRO_VERSION= 20101118 ... snip ... | Collected errors: | *