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

2012-07-31 Thread Martin Jansa
On Wed, Aug 01, 2012 at 08:50:21AM +0200, Martin Jansa wrote: > Hi, > > this commit: > > reexecuting do_compile in u-boot causes .bfd being appended multiple > times and resulting in errors like: > /bin/bash: arm-oe-linux-gnueabi-ld.bfd.bfd.bfd: command not found > > Regex should be updated or

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

2012-07-31 Thread Martin Jansa
Hi, this commit: reexecuting do_compile in u-boot causes .bfd being appended multiple times and resulting in errors like: /bin/bash: arm-oe-linux-gnueabi-ld.bfd.bfd.bfd: command not found Regex should be updated or patch like this: http://git.shr-project.org/git/?p=meta-smartphone.git;a=blob;f=

Re: [OE-core] [PATCH v2 0/6] relocatable SDK

2012-07-31 Thread Laurentiu Palcu
Hi Jessica, The patches sent to the list were applied against oe-core, not poky. So that they can be easily applied. You can, however, cherry-pick the patches into the poky/master. Thanks, Laurentiu On 07/31/2012 09:41 PM, Zhang, Jessica wrote: > Hi Laurentiu, > > Seems there's some issue with

[OE-core] [PATCH 0/1] Fix python-setuptools

2012-07-31 Thread Mark Hatle
The following changes since commit 4029ce1a15e1dbd37ee77ccf2a915e463b7b: package_rpm.bbclass: Accomodate dash when using arrays (2012-07-31 12:22:06 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib mhatle/python-setuptools http://git.pokylinux.org/cgi

[OE-core] [PATCH 1/1] python-setuptools: Fix setuptools install libdir != /usr/lib

2012-07-31 Thread Mark Hatle
--install-lib= is required to be passed via distutils install otherwise the install location gets set to whatever the python-native location is. Signed-off-by: Mark Hatle --- .../python/python-setuptools_0.6c11.bb |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --

[OE-core] opkg-nogpg

2012-07-31 Thread Slater, Joseph
It looks like opkg already uses --disable-gpg, so opkg-nogpg builds the same and the packaging conflicts with opkg, so perhaps it could be eliminated? Joe ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo

[OE-core] RFC: OE-Core image creation and deployment

2012-07-31 Thread Mark Hatle
Refactor of the OE-Core image creation -- Preface: The refactoring being discussed below attempts to cover the overall image creation through image deployment process that I'd like to see in OE-Core. Where existing functionality already exists, the refactori

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

2012-07-31 Thread Matthew McClintock
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, 8 insertions(+), 1 deletion(-) diff --git a/meta/recipes-extended/foomatic

Re: [OE-core] static busybox?

2012-07-31 Thread Bruce Ashfield
On Tue, Jul 31, 2012 at 3:59 PM, Mark Hatle wrote: > On 7/31/12 1:14 PM, Stuart Yoder wrote: >> >> We are doing some work with LXC (containers) and one of the templates >> is for busybox. For LXC, the busybox package needs to be built statically >> and >> there is a config option for this. >> >>

Re: [OE-core] static busybox?

2012-07-31 Thread Jack Mitchell
On 31/07/2012 20:59, Mark Hatle wrote: On 7/31/12 1:14 PM, Stuart Yoder wrote: We are doing some work with LXC (containers) and one of the templates is for busybox. For LXC, the busybox package needs to be built statically and there is a config option for this. A couple possible approaches:

Re: [OE-core] static busybox?

2012-07-31 Thread Mark Hatle
On 7/31/12 2:36 PM, McClintock Matthew-B29882 wrote: On Tue, Jul 31, 2012 at 1:14 PM, Stuart Yoder wrote: We are doing some work with LXC (containers) and one of the templates is for busybox. For LXC, the busybox package needs to be built statically and there is a config option for this. A co

Re: [OE-core] static busybox?

2012-07-31 Thread Mark Hatle
On 7/31/12 1:14 PM, Stuart Yoder wrote: We are doing some work with LXC (containers) and one of the templates is for busybox. For LXC, the busybox package needs to be built statically and there is a config option for this. A couple possible approaches: -create a new 'busybox_static' recipe

Re: [OE-core] static busybox?

2012-07-31 Thread McClintock Matthew-B29882
On Tue, Jul 31, 2012 at 1:14 PM, Stuart Yoder wrote: > We are doing some work with LXC (containers) and one of the templates > is for busybox. For LXC, the busybox package needs to be built statically and > there is a config option for this. > > A couple possible approaches: > >-create a new

[OE-core] [PATCH] socat: missing several dependencies

2012-07-31 Thread Amy Fong
socat: missing several dependencies socat depends on ncurses, readline, and tcp-wrappers Signed-off-by: Amy Fong --- socat_1.7.2.0.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-connectivity/socat/socat_1.7.2.0.bb b/meta/recipes-connectivity/soca

Re: [OE-core] [PATCH v2 0/6] relocatable SDK

2012-07-31 Thread Zhang, Jessica
Hi Laurentiu, Seems there's some issue with your branch. I cloned it and when I tried to do source oe-init-build-env, it complains the bitbake directory doesn't existing which is true and there're whole bunch of other directories also missing. Can you take a look since I want to do some testi

[OE-core] static busybox?

2012-07-31 Thread Stuart Yoder
We are doing some work with LXC (containers) and one of the templates is for busybox. For LXC, the busybox package needs to be built statically and there is a config option for this. A couple possible approaches: -create a new 'busybox_static' recipe that the lxc package depends on that t

[OE-core] [PATCH 1/1] runqemu-gen-tapdevs: add UID to CL options

2012-07-31 Thread Elizabeth Flanagan
runqemu-if* now requires UID as a command line option which means runqemu-gen-tapdevs needs to take it as an option. Signed-off-by: Elizabeth Flanagan --- scripts/runqemu-gen-tapdevs | 16 +--- 1 files changed, 9 insertions(+), 7 deletions(-) diff --git a/scripts/runqemu-gen-tapde

[OE-core] [PATCH 0/1] Update runqemu-gen-tapdevs to take UID

2012-07-31 Thread Elizabeth Flanagan
runqemu-if* now requires UID as a command line option which means runqemu-gen-tapdevs needs to take it as an option. The following changes since commit 3309cf42d314f0a26079a11836c6b9b9bb5f253e: package_rpm.bbclass: Accomodate dash when using arrays (2012-07-31 12:22:10 +0100) are available in

[OE-core] [PATCH] gthumb: fix parallel build problems

2012-07-31 Thread Ross Burton
It's possible with a parallel build for make to spin waiting for a file change when it isn't going to. Fix the build rules so this doesn't happen. [YOCTO #2319] Signed-off-by: Ross Burton --- meta/recipes-gnome/gthumb/files/parallel.patch | 158 meta/recipes-gnome/gth

Re: [OE-core] [PATCH] kernel.bbclass: Preserve generated headers

2012-07-31 Thread Darren Hart
On 07/31/2012 09:31 AM, Bruce Ashfield wrote: > On Tue, Jul 31, 2012 at 12:19 PM, Darren Hart wrote: >> >> >> On 07/31/2012 08:16 AM, Bruce Ashfield wrote: >>> On Tue, Jul 31, 2012 at 11:10 AM, Khem Raj wrote: asm/unistd.h includes asm/unistd_64.h on x86_64 and asm/unistd_32.h on i386

Re: [OE-core] [PATCH] kernel.bbclass: Preserve generated headers

2012-07-31 Thread Bruce Ashfield
On Tue, Jul 31, 2012 at 12:19 PM, Darren Hart wrote: > > > On 07/31/2012 08:16 AM, Bruce Ashfield wrote: >> On Tue, Jul 31, 2012 at 11:10 AM, Khem Raj wrote: >>> asm/unistd.h includes asm/unistd_64.h on x86_64 >>> and asm/unistd_32.h on i386 but these files are >>> generated files in 3.4 and when

Re: [OE-core] [PATCH] kernel.bbclass: Preserve generated headers

2012-07-31 Thread Darren Hart
On 07/31/2012 08:16 AM, Bruce Ashfield wrote: > On Tue, Jul 31, 2012 at 11:10 AM, Khem Raj wrote: >> asm/unistd.h includes asm/unistd_64.h on x86_64 >> and asm/unistd_32.h on i386 but these files are >> generated files in 3.4 and when we do 'make clean' they get >> deleted and it shows up as an

Re: [OE-core] [PATCH] kernel.bbclass: Preserve generated headers

2012-07-31 Thread Darren Hart
On 07/31/2012 08:10 AM, Khem Raj wrote: > asm/unistd.h includes asm/unistd_64.h on x86_64 > and asm/unistd_32.h on i386 but these files are > generated files in 3.4 and when we do 'make clean' they get > deleted and it shows up as an error when building > external modules. May be its a 3.4 kernel

Re: [OE-core] [PATCH] kernel.bbclass: Preserve generated headers

2012-07-31 Thread Bruce Ashfield
On Tue, Jul 31, 2012 at 11:10 AM, Khem Raj wrote: > asm/unistd.h includes asm/unistd_64.h on x86_64 > and asm/unistd_32.h on i386 but these files are > generated files in 3.4 and when we do 'make clean' they get > deleted and it shows up as an error when building > external modules. May be its a 3

[OE-core] [PATCH] kernel.bbclass: Preserve generated headers

2012-07-31 Thread Khem Raj
asm/unistd.h includes asm/unistd_64.h on x86_64 and asm/unistd_32.h on i386 but these files are generated files in 3.4 and when we do 'make clean' they get deleted and it shows up as an error when building external modules. May be its a 3.4 kernel bug may be not but make clean should have left the

[OE-core] pango modules postinst issue

2012-07-31 Thread Andreas Müller
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 of: '/etc/pango/pango.modules' You should create this file by running:

Re: [OE-core] [PATCH] trace-cmd: Update for python-native changes

2012-07-31 Thread Liang Li
On 2012-07-31 19:08, Richard Purdie wrote: > On Tue, 2012-07-31 at 09:24 +0800, Liang Li wrote: > > Add pythonnative to the inherits list, otherwise we'll end up with > > compiling error like: > > > > | swig -Wall -python -noproxy ctracecmd.i > > | trace-cmd.h:65: Error: Syntax error in input(1).

[OE-core] [PATCH] libconvert-asn1-perl: updated to 0.26

2012-07-31 Thread Bogdan Marinescu
Signed-off-by: Bogdan Marinescu --- ...1-perl_0.22.bb => libconvert-asn1-perl_0.26.bb} |7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) rename meta/recipes-extended/perl/{libconvert-asn1-perl_0.22.bb => libconvert-asn1-perl_0.26.bb} (60%) diff --git a/meta/recipes-extended/perl/

[OE-core] [PATCH] babeltrace: Update to upstream stable versrion 0.12

2012-07-31 Thread Radu Moisan
Latest version is 1.0.0 but in rc4 for now. Signed-off-by: Radu Moisan --- .../{babeltrace_0.8.bb => babeltrace_0.12.bb} |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-kernel/lttng-2.0/{babeltrace_0.8.bb => babeltrace_0.12.bb} (91%) diff --git a/meta/rec

Re: [OE-core] [oe-commits] Radu Moisan : dbus: include dbus-launch in the main dbus package

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

Re: [OE-core] [PATCH] classes/package: don't make locale pkgs depend on PN pkg if not in PACKAGES

2012-07-31 Thread Andreas Müller
On Tue, Jul 31, 2012 at 1:33 PM, Paul Eggleton wrote: > If ${PN} is not in PACKAGES then don't add it as an RDEPENDS for each > locale package. This fixes the installation of gcc-runtime locale > packages, for example. > > Signed-off-by: Paul Eggleton > --- > meta/classes/package.bbclass |3

Re: [OE-core] [PATCH] scripts/oe-pkgdata-util: exclude unpackaged in glob output

2012-07-31 Thread Andreas Müller
On Mon, Jul 30, 2012 at 10:52 AM, Paul Eggleton wrote: > Check for .packaged file and exclude packages if this file does not > exist - this avoids attempting to install empty packages during > complementary package installation within do_rootfs that didn't end up > being created (and failing as a

[OE-core] [PATCH v3] atk: package update 2.2 -> 2.4

2012-07-31 Thread Radu Moisan
Signed-off-by: Radu Moisan --- .../atk/{atk_2.2.0.bb => atk_2.4.0.bb} |8 1 file changed, 4 insertions(+), 4 deletions(-) rename meta/recipes-support/atk/{atk_2.2.0.bb => atk_2.4.0.bb} (72%) diff --git a/meta/recipes-support/atk/atk_2.2.0.bb b/meta/recipes-support/atk/

[OE-core] [PATCH v2] atk: package update 2.2 -> 2.5

2012-07-31 Thread Radu Moisan
Signed-off-by: Radu Moisan --- .../atk/{atk_2.2.0.bb => atk_2.4.0.bb} |8 1 file changed, 4 insertions(+), 4 deletions(-) rename meta/recipes-support/atk/{atk_2.2.0.bb => atk_2.4.0.bb} (72%) diff --git a/meta/recipes-support/atk/atk_2.2.0.bb b/meta/recipes-support/atk/

Re: [OE-core] [PATCH] udev-extraconf: change LICENSE to MIT

2012-07-31 Thread Koen Kooi
Op 31 jul. 2012, om 13:26 heeft Richard Purdie het volgende geschreven: > On Mon, 2012-07-30 at 21:01 +0200, Martin Jansa wrote: >> * original recipe added by RP in fc128ab1e4fec27d44cebfa690a9bc233eda0caf >> was saying GPL >> * later it was changed to GPLv2 >> * COPYING.GPL was added to refle

Re: [OE-core] [oe-commits] Bruce Ashfield : kern-tools: add buildall and robustness fixes

2012-07-31 Thread Bruce Ashfield
On Tue, Jul 31, 2012 at 7:21 AM, Martin Jansa wrote: > On Mon, Jul 23, 2012 at 08:46:06AM -0400, Bruce Ashfield wrote: >> On Mon, Jul 23, 2012 at 4:49 AM, Martin Jansa wrote: >> > On Fri, Jun 29, 2012 at 09:04:54AM -0400, Bruce Ashfield wrote: >> >> On Fri, Jun 29, 2012 at 2:00 AM, Martin Jansa

[OE-core] [PATCH] guile: updated to 2.0.6

2012-07-31 Thread Bogdan Marinescu
Some patches (disable_goops_optimizations, fix_cross_compilation) don't seem to be needed anymore. Others (change-install-data-hook, mark-unused-modules) were updated to work on 2.0.6. Tested by building and running guile under QEMU with core-image-sato-sdk and also builing guile on MIPS. Signed-

Re: [OE-core] [PATCH] udev-extraconf: change LICENSE to MIT

2012-07-31 Thread Martin Jansa
On Tue, Jul 31, 2012 at 12:26:50PM +0100, Richard Purdie wrote: > On Mon, 2012-07-30 at 21:01 +0200, Martin Jansa wrote: > > * original recipe added by RP in fc128ab1e4fec27d44cebfa690a9bc233eda0caf > > was saying GPL > > * later it was changed to GPLv2 > > * COPYING.GPL was added to reflect that

Re: [OE-core] do_rootfs fails

2012-07-31 Thread Paul Eggleton
On Tuesday 31 July 2012 12:21:21 Paul Eggleton wrote: > On Tuesday 31 July 2012 13:01:26 Andreas Müller wrote: > > Thanks that fixes first part but I still get > > > > | * satisfy_dependencies_for: Cannot satisfy the following > > > > dependencies for gcc-runtime-locale-fr: > > | *gcc-r

[OE-core] [PATCH] classes/package: don't make locale pkgs depend on PN pkg if not in PACKAGES

2012-07-31 Thread Paul Eggleton
If ${PN} is not in PACKAGES then don't add it as an RDEPENDS for each locale package. This fixes the installation of gcc-runtime locale packages, for example. Signed-off-by: Paul Eggleton --- meta/classes/package.bbclass |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/me

Re: [OE-core] [PATCH] udev-extraconf: change LICENSE to MIT

2012-07-31 Thread Richard Purdie
On Mon, 2012-07-30 at 21:01 +0200, Martin Jansa wrote: > * original recipe added by RP in fc128ab1e4fec27d44cebfa690a9bc233eda0caf was > saying GPL > * later it was changed to GPLv2 > * COPYING.GPL was added to reflect that > * meta-oe has similar recipe with MIT license and even more scripts, so

Re: [OE-core] [PATCH] package_rpm.bbclass: Accomodate dash when using arrays

2012-07-31 Thread Richard Purdie
On Sun, 2012-07-29 at 14:27 -0700, Khem Raj wrote: > we were assigning local variable to an array coming through > positional arguments. local is a non posix contruct thats > also supported by dash luckily but operates differently in this > case it exapnds the array before assignment. so > > local

Re: [OE-core] do_rootfs fails

2012-07-31 Thread Paul Eggleton
On Tuesday 31 July 2012 13:01:26 Andreas Müller wrote: > Thanks that fixes first part but I still get > > | * satisfy_dependencies_for: Cannot satisfy the following > > dependencies for gcc-runtime-locale-fr: > | * gcc-runtime * > | * opkg_install_cmd: Cannot install package gcc-runtime-local

Re: [OE-core] [oe-commits] Bruce Ashfield : kern-tools: add buildall and robustness fixes

2012-07-31 Thread Martin Jansa
On Mon, Jul 23, 2012 at 08:46:06AM -0400, Bruce Ashfield wrote: > On Mon, Jul 23, 2012 at 4:49 AM, Martin Jansa wrote: > > On Fri, Jun 29, 2012 at 09:04:54AM -0400, Bruce Ashfield wrote: > >> On Fri, Jun 29, 2012 at 2:00 AM, Martin Jansa > >> wrote: > >> > On Thu, Jun 28, 2012 at 07:31:45PM -040

Re: [OE-core] [PATCH v2] slang: change char type to signed char in macros

2012-07-31 Thread Richard Purdie
On Tue, 2012-07-31 at 15:30 +0800, rongqing...@windriver.com wrote: > From: Roy.Li > > [YOCTO 2726] > > The patch of converting char type to signed char is only applied to arm, > in fact it should be applied to powerpc too since powerpc has the same > assumption for char type. To x86 and mips, t

Re: [OE-core] [oe-core][RFC] gdb-cross: add pythonnative

2012-07-31 Thread Martin Jansa
On Tue, Jul 31, 2012 at 12:07:06PM +0100, Richard Purdie wrote: > On Tue, 2012-07-31 at 03:26 +0200, Martin Jansa wrote: > > * fails like this without: > > | gcc -isystem/OE/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 > > -pipe -L/OE/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/li

Re: [OE-core] [PATCH] glib-2.0-nativesdk: Fix build on ubuntu 11.10

2012-07-31 Thread Richard Purdie
On Mon, 2012-07-30 at 23:54 -0700, Khem Raj wrote: > When you have a distro which has older version of > glib-2.0 installed then it does not have compile_resources > installed which essentially glib-2.0 nativesdk is > looking for on build host. So like in a cross build > we disable the configure ch

Re: [OE-core] [PATCH] trace-cmd: Update for python-native changes

2012-07-31 Thread Richard Purdie
On Tue, 2012-07-31 at 09:24 +0800, Liang Li wrote: > Add pythonnative to the inherits list, otherwise we'll end up with > compiling error like: > > | swig -Wall -python -noproxy ctracecmd.i > | trace-cmd.h:65: Error: Syntax error in input(1). > | trace-cmd.h:221: Warning(322): Redundant redeclarat

Re: [OE-core] [PATCH 0/2] Qt 4 fixes

2012-07-31 Thread Richard Purdie
On Tue, 2012-07-31 at 00:30 +0100, Paul Eggleton wrote: > The following changes since commit ab0187c13b2b0a041bf3d98c3a53bd3f45a624de: > > libxcb: Update for python-native changes (2012-07-30 16:53:49 +0100) > > are available in the git repository at: > > git://git.openembedded.org/openembed

Re: [OE-core] [PATCH 0/7] combo-layer improvements

2012-07-31 Thread Richard Purdie
On Tue, 2012-07-31 at 01:06 +0100, Paul Eggleton wrote: > The following changes since commit ab0187c13b2b0a041bf3d98c3a53bd3f45a624de: > > libxcb: Update for python-native changes (2012-07-30 16:53:49 +0100) > > are available in the git repository at: > > git://git.openembedded.org/openembed

Re: [OE-core] [oe-core][RFC] gdb-cross: add pythonnative

2012-07-31 Thread Richard Purdie
On Tue, 2012-07-31 at 03:26 +0200, Martin Jansa wrote: > * fails like this without: > | gcc -isystem/OE/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 > -pipe -L/OE/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/lib > -L/OE/shr-core/tmp-eglibc/sysroo > ts/x86_64-linux/lib > -Wl,-rpat

Re: [OE-core] [oe-core][PATCH] package.bbclass: fix TypeError in runstrip

2012-07-31 Thread Richard Purdie
On Tue, 2012-07-31 at 04:00 +0200, Martin Jansa wrote: > * some packages have .ko files which are not elf, without this change > it fails with TypeError, with this change only runstip fails and > reports where: > ERROR: runstrip: ''arm-oe-linux-gnueabi-strip' > '/OE/shr-core/tmp-eglibc/work

Re: [OE-core] do_rootfs fails

2012-07-31 Thread Andreas Müller
On Tue, Jul 31, 2012 at 12:42 PM, Martin Jansa wrote: > On Tue, Jul 31, 2012 at 12:37:52PM +0200, Andreas Müller wrote: >> Hi, >> >> after long journey mending recipes I now get with latest updates: >> >> | * opkg_install_cmd: Cannot install package gnome-icon-theme-locale-fr. >> | * opkg_instal

[OE-core] [PATCH] trace-cmd: Update for python-native changes

2012-07-31 Thread Liang Li
Add pythonnative to the inherits list, otherwise we'll end up with compiling error like: | swig -Wall -python -noproxy ctracecmd.i | trace-cmd.h:65: Error: Syntax error in input(1). | trace-cmd.h:221: Warning(322): Redundant redeclaration of | 'trace_util_ftrace_options', | trace-cmd.h:196: Warnin

Re: [OE-core] [PATCH 0/2] do_populate_sdk fixes

2012-07-31 Thread Richard Purdie
On Tue, 2012-07-31 at 00:10 +0100, Paul Eggleton wrote: > The following changes since commit ab0187c13b2b0a041bf3d98c3a53bd3f45a624de: > > libxcb: Update for python-native changes (2012-07-30 16:53:49 +0100) > > are available in the git repository at: > > git://git.openembedded.org/openembed

Re: [OE-core] [PATCH] lib/oe/lsb: Add basic LSB functions

2012-07-31 Thread Richard Purdie
On Mon, 2012-07-30 at 15:50 -0400, Denys Dmytriyenko wrote: > On Sat, Jul 28, 2012 at 10:58:16AM +0100, Jack Mitchell wrote: > > On 28/07/2012 10:37, Martin Jansa wrote: > > >On Sat, Jul 28, 2012 at 11:16:14AM +0200, Martin Jansa wrote: > > >>>by installing lsb_release. Archlinux 64. > > >>> > > >>

Re: [OE-core] [oe-commits] Morgan Little : python-native: Put binaries in seperate directory

2012-07-31 Thread Richard Purdie
On Mon, 2012-07-30 at 16:08 +0200, Andreas Müller wrote: > > Could somebody enlighten me please: What is the benefit in moving > > python-native into a subdirectory and causing tons of recipe changes? People were running into a problem where python-native might be installed or uninstalled from the

Re: [OE-core] [PATCH 0/7] combo-layer improvements

2012-07-31 Thread Paul Eggleton
On Tuesday 31 July 2012 04:55:39 McClintock Matthew-B29882 wrote: > Is there a wiki or README regarding the usage for this? There is now: https://wiki.yoctoproject.org/wiki/Combo-layer Please let me know if I can help clarify anything. Cheers, Paul -- Paul Eggleton Intel Open Source Technolo

Re: [OE-core] do_rootfs fails

2012-07-31 Thread Martin Jansa
On Tue, Jul 31, 2012 at 12:37:52PM +0200, Andreas Müller wrote: > Hi, > > after long journey mending recipes I now get with latest updates: > > | * opkg_install_cmd: Cannot install package gnome-icon-theme-locale-fr. > | * opkg_install_cmd: Cannot install package gnome-icon-theme-locale-en-gb.

[OE-core] do_rootfs fails

2012-07-31 Thread Andreas Müller
Hi, after long journey mending recipes I now get with latest updates: | * opkg_install_cmd: Cannot install package gnome-icon-theme-locale-fr. | * opkg_install_cmd: Cannot install package gnome-icon-theme-locale-en-gb. | * opkg_install_cmd: Cannot install package gnome-icon-theme-locale-de. |

[OE-core] [PATCH] combo-layer: ensure init works with split local config

2012-07-31 Thread Paul Eggleton
If the local configuration is already split out, ensure the init action works properly and does not error in the case that last_revision is not set. Additionally, if the local configuration is within the repository, prevent it from being committed and add it to .gitignore. Signed-off-by: Paul Eggl

Re: [OE-core] [PATCH v7] dbus: include dbus-launch in the main dbus package

2012-07-31 Thread Burton, Ross
On 31 July 2012 07:23, Radu Moisan wrote: > Followed suggestions from Bugz 2261: > > 2) make the virtual/libx11 DEPENDS conditional based on the x11 distro > feature. > This makes the build dependencies reflect the feature list. > > 3) remove dbus-x11, meaning that dbus-launch with its potential

Re: [OE-core] [PATCH] atk: package update 2.2 -> 2.5

2012-07-31 Thread Burton, Ross
On 31 July 2012 09:58, Radu Moisan wrote: > Signed-off-by: Radu Moisan > --- > .../atk/{atk_2.2.0.bb => atk_2.5.4.bb} |8 ATK is part of GNOME so follows the odd/even numbering scheme. Unless there's a need for the unstable release we should keep with stable (even) rele

[OE-core] [PATCH] atk: package update 2.2 -> 2.5

2012-07-31 Thread Radu Moisan
Signed-off-by: Radu Moisan --- .../atk/{atk_2.2.0.bb => atk_2.5.4.bb} |8 1 file changed, 4 insertions(+), 4 deletions(-) rename meta/recipes-support/atk/{atk_2.2.0.bb => atk_2.5.4.bb} (72%) diff --git a/meta/recipes-support/atk/atk_2.2.0.bb b/meta/recipes-support/atk/

[OE-core] [PATCH v2 6/6] package.bbclass: change RPATHs for nativesdk packages

2012-07-31 Thread Laurentiu Palcu
Change binaries RPATHs, to include $ORIGIN, to make them relocatable. Signed-off-by: Laurentiu Palcu --- meta/classes/package.bbclass |5 + 1 file changed, 5 insertions(+) diff --git a/meta/classes/package.bbclass b/meta/classes/package.bbclass index 6142911..fda8228 100644 --- a/meta/c

[OE-core] [PATCH v2 4/6] populate_sdk_base.bbclass: create self-extracting archive

2012-07-31 Thread Laurentiu Palcu
In order for the SDK to be relocatable, the user would need to call a setup script to change the binaries acordingly. Having an auto-extracting archive has the advantage of being more user friendly and the user does not have to call the setup script separately after extracting the SDK. It is called

[OE-core] [PATCH v2 1/6] eglibc: relocatable SDK changes

2012-07-31 Thread Laurentiu Palcu
Modifying the dynamic loader path in all binaries by the SDK installer would not be possible because we cannot know in advance the SDK target location. Hence, the PT_INTERP section size has been set to 4096 (which is the maximum path lengh in Linux). Also, for the dynamic loader SYSDIRS and ld.so.

[OE-core] [PATCH v2 3/6] scripts: add script for relocating the SDK

2012-07-31 Thread Laurentiu Palcu
This script will be embedded in the SDK tarball and will be called by the SDK installer. It replaces the interpreter path in all binaries and it also changes the ld.so.cache and SYSDIRS in dynamic loader. Signed-off-by: Laurentiu Palcu --- scripts/relocate_sdk.py | 200 +

[OE-core] [PATCH v2 5/6] relocatable.bbclass: split it up, to reuse code

2012-07-31 Thread Laurentiu Palcu
Most of the code in relocatable.bbclass will be used for relocating the SDK binaries. So, create another class chrpath.bbclass that will contain the core of the relocatable.bbclass, so we can reuse it. Signed-off-by: Laurentiu Palcu --- meta/classes/chrpath.bbclass | 89 +++

[OE-core] [PATCH v2 2/6] binutils: relocatable SDK: change PT_INTERP section size

2012-07-31 Thread Laurentiu Palcu
This patch is needed so that all SDK binaries have the PT_INTERP section size set to 4096 (max path size in Linux) in order to be able to parse the binaries later and change the interpreter to the path we want. Signed-off-by: Laurentiu Palcu --- .../binutils/binutils-crosssdk_2.22.bb

[OE-core] [PATCH v2 0/6] relocatable SDK

2012-07-31 Thread Laurentiu Palcu
Changes in v2: - addressed Saul's comments: added Upstream-Status for patches, signed-off-by and patches description; - addressed Philip's comment about default installation directory: now the default installation directory is the same as SDKPATH variable;

[OE-core] [PATCH v2] slang: change char type to signed char in macros

2012-07-31 Thread rongqing.li
From: Roy.Li [YOCTO 2726] The patch of converting char type to signed char is only applied to arm, in fact it should be applied to powerpc too since powerpc has the same assumption for char type. To x86 and mips, this patch has not impact. Signed-off-by: Roy.Li --- meta/recipes-extended/slang