Re: [OE-core] [RFC] .la files cleanup

2011-10-03 Thread Dmitry Eremin-Solenikov
On 10/03/2011 06:55 PM, Phil Blundell wrote: On Mon, 2011-10-03 at 14:58 +0400, Dmitry Eremin-Solenikov wrote: My proposal would be to include a special task or a do_install_append() part that will remove specified .la files. (like ${libdir}/xorg/modules/*/.la, ${libdir}/matchbox-panel/*.la

Re: [OE-core] [PATCH 0/7] Qt4 upgrade/fixes

2011-10-02 Thread Dmitry Eremin-Solenikov
On 09/30/2011 08:57 PM, Richard Purdie wrote: On Fri, 2011-09-30 at 17:33 +0100, Paul Eggleton wrote: This is a pull request for Eric BĂ©nard's qt4_upgrade branch, including an update of Qt to 4.7.4 (preserving 4.7.3 until other layers such as meta-oe, meta-yocto etc. can sync up) as well as

[OE-core] [PATCH 2/2] qt4: packaging fixup

2011-10-02 Thread Dmitry Eremin-Solenikov
Improve packaging: * Add phrasebook packages to DYNAMIC_PACKAGES * Correct phrasebook packages generation * Include more files into -dbg packages * Package fontdir and fonts README. Signed-off-by: Dmitry Eremin-Solenikov dbarysh...@gmail.com --- meta/recipes-qt/qt4/qt4-embedded.inc |2

[OE-core] [PATCH 1/2] qt4: Fix translation support

2011-10-02 Thread Dmitry Eremin-Solenikov
From: Otavio Salvador ota...@ossystems.com.br The translation support was disable in build. The fix-translation.patch was imported from OpenEmbedded to fix a linking issue in phonon translation support. [Dmitry Eremin-Solenikov: ported to apply to qt 4.7.4 build, bumped PR] Signed-off

Re: [OE-core] meta-micro problems

2011-10-01 Thread Dmitry Eremin-Solenikov
On 09/28/2011 05:32 PM, Paul Eggleton wrote: On Wednesday 28 September 2011 13:51:52 Dmitry Eremin-Solenikov wrote: If you wish, I can retry this with smaller layer set. But if the bug will still arise, I simply have no knowledge/time to look deeper into bb without additional input/pointers

Re: [OE-core] [PATCH 1/5] kernel.bbclass: blacklist 'perf-dbg' as well for the modules metapackage

2011-09-28 Thread Dmitry Eremin-Solenikov
Sorry to bother all of you, what about this patchset? -- With best wishes Dmitry ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Re: [OE-core] meta-micro problems

2011-09-28 Thread Dmitry Eremin-Solenikov
On 09/28/2011 02:16 PM, Paul Eggleton wrote: Hi Dmitry, On Friday 16 September 2011 19:17:17 Dmitry Eremin-Solenikov wrote: While trying to use a meta-micro, I've stumbled upon a problem. Each run, bitbake keeps running all tasks over and over. Sometimes this leads to failures (http

Re: [OE-core] meta-micro problems

2011-09-28 Thread Dmitry Eremin-Solenikov
On 09/28/2011 05:32 PM, Paul Eggleton wrote: On Wednesday 28 September 2011 13:51:52 Dmitry Eremin-Solenikov wrote: If you wish, I can retry this with smaller layer set. But if the bug will still arise, I simply have no knowledge/time to look deeper into bb without additional input/pointers

Re: [OE-core] [PATCH 2/5] kernel.bbclass: respect MACHINE_KERNEL_PR

2011-09-28 Thread Dmitry Eremin-Solenikov
volgende geschreven: On Sat, Sep 17, 2011 at 6:18 PM, Dmitry Eremin-Solenikov dbarysh...@gmail.com wrote: MACHINE_KERNEL_PR was introduced long ago in org.oe.dev. It's present in meta-oe kernel.bbclass. Several machines depend on this functionality. I don' t have a big problem

Re: [OE-core] meta-micro problems

2011-09-28 Thread Dmitry Eremin-Solenikov
On 09/28/2011 05:32 PM, Paul Eggleton wrote: On Wednesday 28 September 2011 13:51:52 Dmitry Eremin-Solenikov wrote: If you wish, I can retry this with smaller layer set. But if the bug will still arise, I simply have no knowledge/time to look deeper into bb without additional input/pointers

Re: [OE-core] [PATCH 01/10] default-provider: also define a default provider for gconf-native

2011-09-26 Thread Dmitry Eremin-Solenikov
: ['PREFERRED_PROVIDER_gconf = gconf-dbus', 'PREFERRED_PROVIDER_gconf-native = gconf-dbus-native'] NOTE: multiple providers are available for runtime gconf (gconf-dbus-native, gconf-dbus, gconf) NOTE: consider defining a PREFERRED_PROVIDER entry to match gconf On 09/23/2011 11:46 PM, Dmitry Eremin

Re: [OE-core] qt3 vs qt4 issues

2011-09-26 Thread Dmitry Eremin-Solenikov
On 09/26/2011 04:36 PM, Richard Purdie wrote: On Mon, 2011-09-26 at 16:30 +0400, Dmitry Eremin-Solenikov wrote: On 09/25/2011 06:50 PM, Koen Kooi wrote: Op 25 sep. 2011, om 13:33 heeft Richard Purdie het volgende geschreven: I've been looking at the qt3 failures on the autobuilder. It seems

Re: [OE-core] [PATCH 11/17] eglibc: fix packaging of some of nativesdk packages

2011-09-23 Thread Dmitry Eremin-Solenikov
On 09/22/2011 04:04 PM, Martin Jansa wrote: Hi, after this patch PKGSUFFIX is probably evaluated too late and this: # PREFERRED_PROVIDER_glibc-thread-db=eglibc-thread-db PREFERRED_PROVIDER_glibc-thread-db=eglibc-thread-db # RPROVIDES_eglibc-thread-db${PKGSUFFIX}=glibc-thread-db${PKGSUFFIX}

[OE-core] [PATCH 02/10] bitbake.conf: change ccache path to use MULTIMACH_HOST_SYS

2011-09-23 Thread Dmitry Eremin-Solenikov
targets wont't run on the lower one. So use MULTIMACH_HOST_SYS for ccache dir, so that it uses something like build/ccache/armv5te-oe-linux-gnueabi dir. Signed-off-by: Dmitry Eremin-Solenikov dbarysh...@gmail.com --- meta/conf/bitbake.conf |2 +- 1 files changed, 1 insertions(+), 1 deletions

[OE-core] [PATCH 01/10] default-provider: also define a default provider for gconf-native

2011-09-23 Thread Dmitry Eremin-Solenikov
Signed-off-by: Dmitry Eremin-Solenikov dbarysh...@gmail.com --- meta/conf/distro/include/default-providers.inc |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/meta/conf/distro/include/default-providers.inc b/meta/conf/distro/include/default-providers.inc index d51ac64

[OE-core] [PATCH 03/10] bash-completion: new recipe

2011-09-23 Thread Dmitry Eremin-Solenikov
Add a bash-completion recipe. Largely based on the one from oe-dev repo. Changes: 1) Version bump to most recent bash-completion upstream tarball 2) Dropped custom profile.d script in favour of upstream one. Signed-off-by: Dmitry Eremin-Solenikov dbarysh...@gmail.com --- .../bash-completion/bash

[OE-core] [PATCH 05/10] eglibc: fix packaging of some of nativesdk packages, V2

2011-09-23 Thread Dmitry Eremin-Solenikov
. Signed-off-by: Dmitry Eremin-Solenikov dbarysh...@gmail.com --- meta/recipes-core/eglibc/eglibc-locale.inc | 13 + meta/recipes-core/eglibc/eglibc-package.inc | 13 + meta/recipes-core/eglibc/eglibc_2.12.bb |2 +- meta/recipes-core/eglibc/eglibc_2.13.bb |2

[OE-core] [PATCH 04/10] dbus-glib: include bash-completion stuff

2011-09-23 Thread Dmitry Eremin-Solenikov
Signed-off-by: Dmitry Eremin-Solenikov dbarysh...@gmail.com --- meta/recipes-core/dbus/dbus-glib.inc |4 +++- meta/recipes-core/dbus/dbus-glib_0.92.bb |2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/meta/recipes-core/dbus/dbus-glib.inc b/meta/recipes-core/dbus

[OE-core] [PATCH 06/10] icecc-create-env-native: provide the script right in the tree

2011-09-23 Thread Dmitry Eremin-Solenikov
There is no point in downloading a tarball with no clear upstream (other than icecc itself) and then patching it. Rather put new script in the source tree. Signed-off-by: Dmitry Eremin-Solenikov dbarysh...@gmail.com --- .../icecc-create-env-native/icecc-create-env | 192

[OE-core] [PATCH 09/10] gconf-dbus: packaging fixup

2011-09-23 Thread Dmitry Eremin-Solenikov
Behave more like plain gconf: include a dtd and .la files into -dev package. Signed-off-by: Dmitry Eremin-Solenikov dbarysh...@gmail.com --- meta/recipes-gnome/gnome/gconf-dbus_705.bb |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/meta/recipes-gnome/gnome/gconf

[OE-core] [PATCH 07/10] gcc: fix possible problems with nscd compilation during eglibc-nativesdk build

2011-09-23 Thread Dmitry Eremin-Solenikov
(e.g. mine Debian x86_64 squeeze). Fix that by providing with-headers options to crosssdk-intermediate gcc configuration. Signed-off-by: Dmitry Eremin-Solenikov dbarysh...@gmail.com --- meta/recipes-devtools/gcc/gcc-4.5.1.inc|2 +- meta/recipes-devtools/gcc/gcc-4.6.inc

[OE-core] [PATCH 08/10] gcc: include libgcov.a into libgcc-dev package

2011-09-23 Thread Dmitry Eremin-Solenikov
From: lumag dbarysh...@gmail.com First, this lib is usefull for coverage analysis-enabled building. Second, this fixes the warning about unpackaged files in libgcc recipe. Signed-off-by: Dmitry Eremin-Solenikov dbarysh...@gmail.com Signed-off-by: Koen Kooi k...@dominion.thruhere.net Signed-off

[OE-core] [PATCH 10/10] libffi: really populate -dev package

2011-09-23 Thread Dmitry Eremin-Solenikov
As per gcc PR 11147, libffi installs headers into a target dependent place (/usr/lib/). Include a rule to include those files into libffi-dev package. Reference: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11147 Signed-off-by: Dmitry Eremin-Solenikov dbarysh...@gmail.com --- meta/recipes

Re: [OE-core] [PATCH 17/17] package.bbclass: make unshipped files a fatal error

2011-09-22 Thread Dmitry Eremin-Solenikov
On 9/22/11, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Wed, 2011-09-21 at 22:40 +0400, Dmitry Eremin-Solenikov wrote: I belive that files were installed but not shipped in any package message should become a fatal error. While it's true that sometimes some files are generated

Re: [OE-core] [PATCH 01/17] icecc-create-env: rename to -native

2011-09-22 Thread Dmitry Eremin-Solenikov
On 9/22/11, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Wed, 2011-09-21 at 22:39 +0400, Dmitry Eremin-Solenikov wrote: icecc-create-env(-native) is a native package. But if it doesn't have the -native suffix, some dependency tracking stuff in oe-core (in nativesdk.bbclass

Re: [OE-core] [PATCH 1/5] kernel.bbclass: blacklist 'perf-dbg' as well for the modules metapackage

2011-09-22 Thread Dmitry Eremin-Solenikov
enable it though. On Sat, Sep 17, 2011 at 19:18, Dmitry Eremin-Solenikov dbarysh...@gmail.com wrote: Signed-off-by: Koen Kooik...@dominion.thruhere.net Signed-off-by: Dmitry Eremin-Solenikovdbarysh...@gmail.com --- meta/classes/kernel.bbclass |2 +- 1 files changed, 1 insertions(+), 1

Re: [OE-core] [PATCH 1/5] kernel.bbclass: blacklist 'perf-dbg' as well for the modules metapackage

2011-09-22 Thread Dmitry Eremin-Solenikov
On 09/22/2011 04:35 PM, Koen Kooi wrote: Op 22 sep. 2011, om 14:25 heeft Dmitry Eremin-Solenikov het volgende geschreven: On 09/18/2011 02:23 AM, Otavio Salvador wrote: I have sent this in July and it was nacked. See at https://github.com/OSSystems/oe-core/commit

Re: [OE-core] [PATCH 3/5] kernel.bbclass: move uImage handling to separate task

2011-09-21 Thread Dmitry Eremin-Solenikov
with regenerated uImage). My version of the patch has such check, so it can go in probably. On Sat, Sep 17, 2011 at 19:18, Dmitry Eremin-Solenikov dbarysh...@gmail.com wrote: As per org.oe.dev and meta-oe's kernel.bbclass move uImage creation to separate task from do_deploy. The only major feature

[OE-core] [PATCH 04/17] avahi: include dbus interfaces definitions into daemon package

2011-09-21 Thread Dmitry Eremin-Solenikov
Signed-off-by: Dmitry Eremin-Solenikov dbarysh...@gmail.com --- meta/recipes-connectivity/avahi/avahi.inc |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/meta/recipes-connectivity/avahi/avahi.inc b/meta/recipes-connectivity/avahi/avahi.inc index a847394..c3c9c71 100644

[OE-core] [PATCH 02/17] icecc.bbclass: fix handling of nativesdk and cross-canadian packages

2011-09-21 Thread Dmitry Eremin-Solenikov
icecc.bbclass assumed that nativesdk and cross-canadian packages should use local icecc version. Instead those packages should use target-like scheme for toolchain tarball generation. Signed-off-by: Dmitry Eremin-Solenikov dbarysh...@gmail.com --- meta/classes/icecc.bbclass |4 +--- 1 files

[OE-core] [PATCH 01/17] icecc-create-env: rename to -native

2011-09-21 Thread Dmitry Eremin-Solenikov
to this package. Signed-off-by: Dmitry Eremin-Solenikov dbarysh...@gmail.com --- meta/classes/icecc.bbclass |2 +- .../icecc-create-env-native/icecc-lto-update.patch | 103 .../icecc-create-env-native_0.1.bb | 29 ++ .../icecc-create-env

[OE-core] [PATCH 03/17] insane.bbclass: don't warn on .so files in -nativesdk packages

2011-09-21 Thread Dmitry Eremin-Solenikov
There is no point in warning against .so symlinks in -nativesdk packages. They have to contain such links, so shut up the warning. Signed-off-by: Dmitry Eremin-Solenikov dbarysh...@gmail.com --- meta/classes/insane.bbclass |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git

[OE-core] [PATCH 05/17] gst-plugins-base: add support for non-X11-enabled distros

2011-09-21 Thread Dmitry Eremin-Solenikov
Separate dependencies on X11 and them to DEPENDS only if DISTRO_FEATURES contain x11 Signed-off-by: Dmitry Eremin-Solenikov dbarysh...@gmail.com --- .../gstreamer/gst-plugins-base_0.10.32.bb |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/meta/recipes

[OE-core] [PATCH 06/17] libgpg-error: drop common-lisp files

2011-09-21 Thread Dmitry Eremin-Solenikov
OE doesn't have common-lisp neither in oe-core, nor in org.oe.dev. Stop this package from installing clisp-related files. Signed-off-by: Dmitry Eremin-Solenikov dbarysh...@gmail.com --- .../libgpg-error/libgpg-error_1.10.bb |7 ++- 1 files changed, 6 insertions(+), 1

[OE-core] [PATCH 11/17] eglibc: fix packaging of some of nativesdk packages

2011-09-21 Thread Dmitry Eremin-Solenikov
}/nscd* Thus leading to empty -nativesdk packages and missing files. To overcome that use python code blob to properly define PKGSUFFIX variable. Signed-off-by: Dmitry Eremin-Solenikov dbarysh...@gmail.com --- meta/recipes-core/eglibc/eglibc-locale.inc | 13 + meta/recipes-core

[OE-core] [PATCH 09/17] dbus-glib: disable bash-completion

2011-09-21 Thread Dmitry Eremin-Solenikov
Bash completion stuff isn't packaged and used. Stop building it by passing --disable-bash-completion to configure Signed-off-by: Dmitry Eremin-Solenikov dbarysh...@gmail.com --- meta/recipes-core/dbus/dbus-glib.inc |3 ++- meta/recipes-core/dbus/dbus-glib_0.92.bb |2 +- 2 files

[OE-core] [PATCH 10/17] gettext: shut up unshipped files warning

2011-09-21 Thread Dmitry Eremin-Solenikov
It seems nobody uses preloadable_libintl.so in OE world. It's not included in any package. To stop oe-core from emiting a unshipped files warning, remove that file in the end of do_install. Signed-off-by: Dmitry Eremin-Solenikov dbarysh...@gmail.com --- meta/recipes-core/gettext/gettext_0.18.1.1

[OE-core] [PATCH 12/17] glib-2.0: include glib-gettextize stuff

2011-09-21 Thread Dmitry Eremin-Solenikov
glib-utils already includes glib-gettextize program. Include some files necessary for glib-gettextize to work. Signed-off-by: Dmitry Eremin-Solenikov dbarysh...@gmail.com --- meta/recipes-core/glib-2.0/glib-2.0_2.27.5.bb |2 +- meta/recipes-core/glib-2.0/glib-2.0_2.28.8.bb |2 +- meta

[OE-core] [PATCH 14/17] e2fsprogs: include devtools scripts

2011-09-21 Thread Dmitry Eremin-Solenikov
Some scripts are necessary to develop programs with libcom_err and libss. Include those into e2fsprogs-dev package. Signed-off-by: Dmitry Eremin-Solenikov dbarysh...@gmail.com --- .../e2fsprogs/e2fsprogs_1.41.14.bb |3 ++- 1 files changed, 2 insertions(+), 1 deletions

[OE-core] [PATCH 13/17] libxml2: reinclude a -staticdev package

2011-09-21 Thread Dmitry Eremin-Solenikov
with expansion to include all default packages (and so -staticdev package with libxml2.a). Signed-off-by: Dmitry Eremin-Solenikov dbarysh...@gmail.com --- meta/recipes-core/libxml/libxml2.inc |2 +- meta/recipes-core/libxml/libxml2_2.7.8.bb |2 +- 2 files changed, 2 insertions(+), 2

Re: [OE-core] [PATCH 17/17] package.bbclass: make unshipped files

2011-09-21 Thread Dmitry Eremin-Solenikov
On 9/21/11, Daniel Lazzari dlazz...@leapfrog.com wrote: I belive that files were installed but not shipped in any package message should become a fatal error. While it's true that sometimes some files are generated by do_install task, which aren't necessary for our target systems. However in

Re: [OE-core] [PATCH 09/17] dbus-glib: disable bash-completion

2011-09-21 Thread Dmitry Eremin-Solenikov
On 9/21/11, Koen Kooi k...@dominion.thruhere.net wrote: Op 21 sep. 2011, om 20:39 heeft Dmitry Eremin-Solenikov het volgende geschreven: Bash completion stuff isn't packaged and used. Stop building it by passing --disable-bash-completion to configure A better idea would be to package

Re: [OE-core] [PATCH 17/17] package.bbclass: make unshipped files

2011-09-21 Thread Dmitry Eremin-Solenikov
On 9/21/11, Daniel Lazzari dlazz...@leapfrog.com wrote: On 9/21/11, Daniel Lazzari dlazz...@leapfrog.com wrote: I belive that files were installed but not shipped in any package message should become a fatal error. While it's true that sometimes some files are generated by do_install task, which

[OE-core] [RFC] policy proposal: INC_PR

2011-09-20 Thread Dmitry Eremin-Solenikov
Hello, colleagues, While debugging some stuff in oe-core company I've noticed that lot's of packages either don't use INC_PR, or misuse it (e.g. .inc has INC_PR, but then .bb just defines PR = rX). From my previous experience with oe-dev, I found INC_PR very usefull and error-prone feature.

[OE-core] [PATCH 5/5] kernel.bbclass: remove unshipped files in do_install

2011-09-17 Thread Dmitry Eremin-Solenikov
Drop two unsed files (modules.order and modules.builtin) in do_install to stop the unshipped files warning. Signed-off-by: Dmitry Eremin-Solenikov dbarysh...@gmail.com --- meta/classes/kernel.bbclass |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/meta/classes

[OE-core] [PATCH 1/5] kernel.bbclass: blacklist 'perf-dbg' as well for the modules metapackage

2011-09-17 Thread Dmitry Eremin-Solenikov
Signed-off-by: Koen Kooi k...@dominion.thruhere.net Signed-off-by: Dmitry Eremin-Solenikov dbarysh...@gmail.com --- meta/classes/kernel.bbclass |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass index bc1baa0

[OE-core] [PATCH 2/5] kernel.bbclass: respect MACHINE_KERNEL_PR

2011-09-17 Thread Dmitry Eremin-Solenikov
MACHINE_KERNEL_PR was introduced long ago in org.oe.dev. It's present in meta-oe kernel.bbclass. Several machines depend on this functionality. Signed-off-by: Dmitry Eremin-Solenikov dbarysh...@gmail.com --- meta/classes/kernel.bbclass |5 + 1 files changed, 5 insertions(+), 0 deletions

[OE-core] [PATCH 3/5] kernel.bbclass: move uImage handling to separate task

2011-09-17 Thread Dmitry Eremin-Solenikov
As per org.oe.dev and meta-oe's kernel.bbclass move uImage creation to separate task from do_deploy. The only major feature of oe-core's version (not to recreate uImage if it exists) is retained in this patch. Signed-off-by: Dmitry Eremin-Solenikov dbarysh...@gmail.com --- meta/classes

[OE-core] [PATCH 4/5] kernel.bbclass: handle .cis firmware

2011-09-17 Thread Dmitry Eremin-Solenikov
.cis firmware files are used by kernel to patch incorrect CIS fir PCMCIA cards. Create respective packages. Signed-off-by: Dmitry Eremin-Solenikov dbarysh...@gmail.com --- meta/classes/kernel.bbclass |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/meta/classes

[OE-core] [PATCH 1/3] icecc-create-env: a tool to create icecc toolchain tarballs

2011-09-16 Thread Dmitry Eremin-Solenikov
IceCC needs tarballs with toolchains to work correctly. This is a version largely based on one from org.openembedded.dev, plus a patch to support recent compilers, LTO, etc. Signed-off-by: Dmitry Eremin-Solenikov dbarysh...@gmail.com --- .../icecc-create-env/icecc-lto-update.patch| 103

[OE-core] [PATCH 3/3] bugzilla.bbclass: add a class to report build problems to bugzilla

2011-09-16 Thread Dmitry Eremin-Solenikov
Add a class to report build errors to bugzilla. Idea largely based on sepukku.bbclass, however it's rewritten nearly fully to use XML-RPC interface of bugzilla. Tested with bugzilla 4.0, other version might require some sort of adaptation. Signed-off-by: Dmitry Eremin-Solenikov dbarysh

[OE-core] [PATCH 2/3] icu-3.6: fix building with big make -j

2011-09-03 Thread Dmitry Eremin-Solenikov
icu-3.6 buildsystem contains small problem which causes some parallel builds to fail. Fix that. Signed-off-by: Dmitry Eremin-Solenikov dbarysh...@gmail.com --- .../icu/files/fix-parallel-build.patch | 19 +++ meta/recipes-support/icu/icu-3.6.inc |1

[OE-core] [PATCH 1/3] zaurusd: enable support for collie

2011-09-03 Thread Dmitry Eremin-Solenikov
Signed-off-by: Dmitry Eremin-Solenikov dbarysh...@gmail.com --- .../0001-zaurusd-add-support-for-collie.patch | 50 meta/recipes-bsp/zaurusd/zaurusd_git.bb|3 +- 2 files changed, 52 insertions(+), 1 deletions(-) create mode 100644 meta/recipes-bsp

Re: [OE-core] [PATCH 1/3] zaurusd: enable support for collie

2011-09-03 Thread Dmitry Eremin-Solenikov
On 9/3/11, Koen Kooi k...@dominion.thruhere.net wrote: shouldn't this move to meta-zaurus now that oe-core is qemu only? Maybe. IIUC, currently the plan is to push meta-zaurus into meta-hh as published by Paul Eggleton. On the other hand we didn't start this move (yet). So please ignore this

[OE-core] [PATCH] image_types.bbclass: use per-image dirs for extX.gz images generation

2011-09-03 Thread Dmitry Eremin-Solenikov
Eremin-Solenikov dbarysh...@gmail.com --- meta/classes/image_types.bbclass | 32 1 files changed, 16 insertions(+), 16 deletions(-) diff --git a/meta/classes/image_types.bbclass b/meta/classes/image_types.bbclass index 2bdda41..1abd533 100644 --- a/meta/classes

Re: [OE-core] [PATCH] opkg-utils: ignore packages disapperaring filelist generation

2011-08-26 Thread Dmitry Eremin-Solenikov
On 8/25/11, Dmitry Eremin-Solenikov dbarysh...@gmail.com wrote: Package files disappearing during index generation don't cause a fatal error. Make package file disappearing during filelist generation also a non-fatal error. Please ignore this, I'll send a V2 soon. Signed-off-by: Dmitry

[OE-core] [PATCH] opkg-utils: ignore packages disapperaring filelist generation

2011-08-25 Thread Dmitry Eremin-Solenikov
Package files disappearing during index generation don't cause a fatal error. Make package file disappearing during filelist generation also a non-fatal error. Signed-off-by: Dmitry Eremin-Solenikov dbarysh...@gmail.com --- .../opkg-utils/no-ioerror-during-filelist.patch| 31

[OE-core] [PATCH 1/3] udisks: add checksums for udisks-1.0.2

2011-08-17 Thread Dmitry Eremin-Solenikov
Signed-off-by: Dmitry Eremin-Solenikov dbarysh...@gmail.com --- meta-oe/recipes-support/udisks/udisks_1.0.2.bb |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/meta-oe/recipes-support/udisks/udisks_1.0.2.bb b/meta-oe/recipes-support/udisks/udisks_1.0.2.bb index aafeca7

[OE-core] [PATCH 2/3] meta-efl/screenshot: add LIC_FILES_CHKSUM

2011-08-17 Thread Dmitry Eremin-Solenikov
Signed-off-by: Dmitry Eremin-Solenikov dbarysh...@gmail.com --- meta-efl/recipes-efl/e17/screenshot_svn.bb |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/meta-efl/recipes-efl/e17/screenshot_svn.bb b/meta-efl/recipes-efl/e17/screenshot_svn.bb index 0cd0d8b..a3678e6

[OE-core] [PATCH 3/3] meta-efl/screenshot: fix building with current gettext/auto*

2011-08-17 Thread Dmitry Eremin-Solenikov
Current auto*/gettext stopped substituting @MKINSTALLDIRS@ variable which is necessary in screenshot/po/Makefile. Fix that by calling AM_MKINSTALLDIRS manually. Signed-off-by: Dmitry Eremin-Solenikov dbarysh...@gmail.com --- .../screenshot/screenshot-fix-mkinstalldirs.patch | 23

[OE-core] [PATCH] binutils-2.20.1: import several patches from Debian

2011-08-16 Thread Dmitry Eremin-Solenikov
Import several patches from Debian to improve --no-add-needed handling vs. weak symbols and branching to weak symbols on arm. Signed-off-by: Dmitry Eremin-Solenikov dbarysh...@gmail.com --- .../binutils/.binutils_2.20.1.bb.swp | Bin 0 - 4096 bytes

[OE-core] [PATCH V2] binutils-2.20.1: import several patches from Debian

2011-08-16 Thread Dmitry Eremin-Solenikov
Import several patches from Debian to improve --no-add-needed handling vs. weak symbols and branching to weak symbols on arm. Signed-off-by: Dmitry Eremin-Solenikov dbarysh...@gmail.com --- .../152_arm_branches_to_weak_symbols.patch | 240 .../binutils-2.20.1

Re: [OE-core] [PATCH V2] binutils-2.20.1: import several patches from Debian

2011-08-16 Thread Dmitry Eremin-Solenikov
On 8/16/11, Koen Kooi k...@dominion.thruhere.net wrote: Op 16 aug. 2011, om 10:07 heeft Dmitry Eremin-Solenikov het volgende geschreven: Import several patches from Debian to improve --no-add-needed handling vs. weak symbols and branching to weak symbols on arm. Out of curiousity, which

[OE-core] [PATCH] emprint: add LIC_FILES_CHKSUM

2011-08-16 Thread Dmitry Eremin-Solenikov
Signed-off-by: Dmitry Eremin-Solenikov dbarysh...@gmail.com --- meta-efl/recipes-efl/e17/emprint_svn.bb |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/meta-efl/recipes-efl/e17/emprint_svn.bb b/meta-efl/recipes-efl/e17/emprint_svn.bb index 31c744d..d5c4769 100644

[OE-core] [PATCH] libxcb: enable native/nativesdk builds as was done previously in meta-oe

2011-08-15 Thread Dmitry Eremin-Solenikov
Signed-off-by: Dmitry Eremin-Solenikov dbarysh...@gmail.com --- meta/recipes-graphics/xcb/libxcb.inc |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/meta/recipes-graphics/xcb/libxcb.inc b/meta/recipes-graphics/xcb/libxcb.inc index 5044917..015065e 100644 --- a/meta

[OE-core] [PATCH V2] eglibc: fix build for armv4 machines

2011-08-03 Thread Dmitry Eremin-Solenikov
, but the status is still UNCONFIRMED and the patch isn't commited. Signed-off-by: Dmitry Eremin-Solenikov dbarysh...@gmail.com Cc: Khem Raj raj.k...@gmail.com --- .../eglibc-2.12/armv4-eabi-compile-fix.patch | 25 .../eglibc-2.13/armv4-eabi-compile-fix.patch | 25

[OE-core] [PATCH] eglibc: fix build for armv4 machines

2011-07-31 Thread Dmitry Eremin-Solenikov
eglibc builds for arm-eabi unconditionally enables the libc-do-syscall.S file, which contains thumb assembly. It's unused in arm-eabi-nothumb case, so just ifdef the actual code. Signed-off-by: Dmitry Eremin-Solenikov dbarysh...@gmail.com --- .../eglibc-fixup-arm-eabi-nothumb.patch

[OE-core] [PATCH] tune-xscale: fix xscale/xscale-be confusion

2011-07-30 Thread Dmitry Eremin-Solenikov
Currently tune-xscale.inc has options wrt. setting of xscale/xscale-be tunes. Fix that. Signed-off-by: Dmitry Eremin-Solenikov dbarysh...@gmail.com --- meta/conf/machine/include/tune-xscale.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/conf/machine/include

[OE-core] [PATCH] tune-xscale: fix xscale/xscale-be confusion

2011-07-29 Thread Dmitry Eremin-Solenikov
Currently tune-xscale.inc has options wrt. setting of xscale/xscale-be tunes. Fix that. Signed-off-by: Dmitry Eremin-Solenikov dbarysh...@gmail.com --- meta/conf/machine/include/tune-xscale.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/conf/machine/include

<    1   2