Re: [OE-core] [oe] OE-Classic recipe migration status

2012-11-19 Thread Denis 'GNUtoo7; Carikli
On Sun, 11 Nov 2012 19:11:28 + Paul Eggleton wrote: > Hi all, > > Whilst the OE-Core-based layer landscape has grown quite a bit over > the last year and we now have a wealth of clean and up-to-date > recipes, I've heard a few people commenting that we've still lost > quite a few recipes alo

Re: [OE-core] OE-Classic recipe migration status

2012-11-19 Thread Denis 'GNUtoo7; Carikli
On Mon, 12 Nov 2012 18:26:16 + Stefan Schmidt wrote: > I now longer work for BugLabs but during my last months there I split > up our bunch of recipes according to what we think was sane at that > time. Think end of last year here. > > The BSP layer can be found here: > https://github.com/bu

Re: [OE-core] [PATCH 12/12] xf86-video-omapfb: upgrade to 0.4.2

2012-11-13 Thread Denis 'GNUtoo7; Carikli
On Tue, 13 Nov 2012 14:18:29 +0200 Laurentiu Palcu wrote: > Other changes: > * changed the recipe's SRC_URI to track the new (maintained) repo; > * removed all old patches as the latest driver's structure has > changed drastically; > * license file changed quite a bit: MIT -> GPLv2 (needs to b

Re: [OE-core] [PATCH] boost: Activate zlib and bzip2 because they now work.

2012-10-22 Thread Denis 'GNUtoo7; Carikli
On Mon, 22 Oct 2012 16:39:42 +0100 Richard Purdie wrote: > On Sat, 2012-10-20 at 17:50 +0200, Denis 'GNUtoo' Carikli wrote: > > This patch is needed for making wesnoth(will be sumbited > > in meta-games) work. > > > > Signed-off-by: Denis 'GNUtoo&#

[OE-core] [PATCH] libsdl: fix inconditional alsa disabling.

2012-10-20 Thread Denis 'GNUtoo7; Carikli
trough alsa). Signed-off-by: Denis 'GNUtoo' Carikli Signed-off-by: Martin Jansa --- .../libsdl/libsdl-1.2.15/configure_tweak.patch | 211 meta/recipes-graphics/libsdl/libsdl_1.2.15.bb |4 +- 2 files changed, 90 insertions(+), 125 deletions(-) diff --

[OE-core] [PATCH] boost: Activate zlib and bzip2 because they now work.

2012-10-20 Thread Denis 'GNUtoo7; Carikli
This patch is needed for making wesnoth(will be sumbited in meta-games) work. Signed-off-by: Denis 'GNUtoo' Carikli --- meta/recipes-support/boost/boost.inc |7 +-- 1 files changed, 1 insertions(+), 6 deletions(-) diff --git a/meta/recipes-support/boost/boost.inc b/me

Re: [OE-core] Build failure in samba

2011-11-30 Thread Denis 'GNUtoo7; Carikli
Sorry for the late reply, I forgott to reply to that mail >+ ac_cv_path_PYTHON=/not/exist \ Thanks a lot for me that helped. Denis. ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin

Re: [OE-core] [oe-core 3/4] conf: machine: includes: add armv6-novfp support

2011-10-13 Thread Denis 'GNUtoo7; Carikli
>This patch doesn't seem to do what it says in the subject line. It >doesn't add an "armv6-novfp" tune, instead it removes vfp from the >existing armv6 and armv6t tunes. yes that's what it does,but it also adds an armv6-vfp. The commit message is wrong, sorry. by the way is the content ok? or sho

[OE-core] armv6-novfp and armv6-vfp and tune files

2011-09-17 Thread Denis 'GNUtoo7; Carikli
hi, I've an HTC Dream, it has an armv6 CPU but lack a vfp unit. I want to add correct support for it in meta-smartphone/meta-htc. In order to have a correct machine config that works a tune inc file must be required in it. In openembedded-core there is no tune file yet for an armv6 that lacks a vf