[oe] [PATCH] opkg: move OPKG_SRCREV to opkg.inc directly

2010-12-01 Thread Martin Jansa
* now OPKG_SRCREV was used only in this one .inc, so move it there Signed-off-by: Martin Jansa martin.ja...@gmail.com --- conf/distro/include/sane-srcrevs.inc |2 -- recipes/opkg/opkg.inc|2 +- 2 files changed, 1 insertions(+), 3 deletions(-) diff --git

Re: [oe] release-2010 - last moment hot fixes

2010-12-01 Thread Petr Štetiar
Khem Raj raj.k...@gmail.com [2010-11-30 10:12:08]: Do we already have some resolutions to these issues ? are there existing patches Yes, there are few patches around, but Koen didn't told us yet[1] what fix/workaround he would preffer for Angstrom 2008/2010. 1.

Re: [oe] release-2010 - last moment hot fixes

2010-12-01 Thread Frans Meulenbroeks
2010/12/1 Petr Štetiar yn...@true.cz: Khem Raj raj.k...@gmail.com [2010-11-30 10:12:08]: Do we already have some resolutions to these issues ? are there existing patches Yes, there are few patches around, but Koen didn't told us yet[1] what fix/workaround he would preffer for Angstrom

Re: [oe] Commit Access for Graham Gower (grg)

2010-12-01 Thread Frans Meulenbroeks
2010/12/1 Marcin Juszkiewicz mar...@juszkiewicz.com.pl: Dnia wtorek, 30 listopada 2010 o 19:42:23 Stefan Schmidt napisał(a): Indeed. Actually I wonder why he does not already have commit access. I am also surprised - I thought that he has r/w already. So I support giving r/w access to

Re: [oe] release-2010 - last moment hot fixes

2010-12-01 Thread Graham Gower
On 1 December 2010 19:21, Frans Meulenbroeks fransmeulenbro...@gmail.com wrote: 2010/12/1 Petr Štetiar yn...@true.cz: Khem Raj raj.k...@gmail.com [2010-11-30 10:12:08]: Do we already have some resolutions to these issues ? are there existing patches Yes, there are few patches around, but

Re: [oe] release-2010 - last moment hot fixes

2010-12-01 Thread Frans Meulenbroeks
2010/12/1 Graham Gower graham.go...@gmail.com: On 1 December 2010 19:21, Frans Meulenbroeks fransmeulenbro...@gmail.com wrote: 2010/12/1 Petr Štetiar yn...@true.cz: Khem Raj raj.k...@gmail.com [2010-11-30 10:12:08]: Do we already have some resolutions to these issues ? are there existing

Re: [oe] [PATCH] opkg: move OPKG_SRCREV to opkg.inc directly

2010-12-01 Thread Graham Gower
On 1 December 2010 18:31, Martin Jansa martin.ja...@gmail.com wrote: * now OPKG_SRCREV was used only in this one .inc, so move it there Signed-off-by: Martin Jansa martin.ja...@gmail.com Acked-by: Graham Gower graham.go...@gmail.com ___

Re: [oe] release-2010 - last moment hot fixes

2010-12-01 Thread Graeme Gregory
On 01/12/2010 08:54, Graham Gower wrote: On 1 December 2010 19:21, Frans Meulenbroeks fransmeulenbro...@gmail.com wrote: 2010/12/1 Petr Štetiar yn...@true.cz: Khem Raj raj.k...@gmail.com [2010-11-30 10:12:08]: Do we already have some resolutions to these issues ? are there existing patches

[oe] request for versioning on user manual.

2010-12-01 Thread Alexander Stohr
i have two PDF documents for e.g. offline reading and archiving. both are titled: OpenEmbedded User Manual both including the follwoing words in their preface: Copyright © 2006, 2007, 2008, 2009 Holger Hans Peter FreytherKoen KooiDetlef VollmannJamie LenehanMarcin JuszkiewiczRolf Leggewie

[oe] release-2010: when what to do

2010-12-01 Thread Frans Meulenbroeks
Dear all, I wanted to raise the issue of when to do the release. I seem to recall dec 1 was coined in the past (which is today in most of the timezones at the time of writing). It seems to me that we still some areas needing attention (uclibc, the multiple provides for a few packages and probably

Re: [oe] release-2010 - last moment hot fixes

2010-12-01 Thread Petr Štetiar
Graeme Gregory d...@xora.org.uk [2010-12-01 08:58:13]: Wait a minute here, all the reports I keep seeing are a failure to compile in 3 non essential tools. I think as Angstrom maintainer Im quite happy for that state to exist in a release. I know I wouldnt be using OpenGL and h264 video on a

Re: [oe] release-2010 - last moment hot fixes

2010-12-01 Thread Petr Štetiar
Frans Meulenbroeks fransmeulenbro...@gmail.com [2010-12-01 09:51:57]: OE is more than angstrom, and no single distro should block progress for the rest, even not if it is the primary distro. My suggestion would be to upgrade uclibc + binutils. to fix things. Angstrom then can (and probably

Re: [oe] release-2010: when what to do

2010-12-01 Thread Stefan Schmidt
Hello. On Wed, 2010-12-01 at 10:06, Frans Meulenbroeks wrote: I wanted to raise the issue of when to do the release. I seem to recall dec 1 was coined in the past (which is today in most of the timezones at the time of writing). Thats correct. It seems to me that we still some areas

Re: [oe] [PATCH] angstrom-2008.1: bump uclibc to 0.9.30.3 which unbreaks x264

2010-12-01 Thread Bernhard Guillon
On 27.11.2010 15:27, Andrea Adami wrote: On Sat, Nov 27, 2010 at 3:13 PM, Andrea Adamiandrea.ad...@gmail.com wrote: Ok, then I suggest to stay with 0.9.30.2 and add the two hacks documented here: 1) replacing log2f(i) with logf(i)/logf(2)

[oe] [PATCH 1/2] e-wm, efl: create e-base.bbclass with common settings and EFL_SRCREV

2010-12-01 Thread Martin Jansa
* include it from e.bbclass, efl.bbclass and now also python-efl.inc * also use BPN instead of $...@bb.data.getvar('PN', d, 1).replace('-native', '')} Signed-off-by: Martin Jansa martin.ja...@gmail.com --- classes/e-base.bbclass |8 classes/e.bbclass

[oe] [PATCH 2/2] sane-srcrevs.inc: remove it from distro configs, and file itself

2010-12-01 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- conf/distro/angstrom-2008.1.conf |1 - conf/distro/angstrom-2010.x.conf |1 - conf/distro/chinook-compat.conf|2 -- conf/distro/include/preferred-shr-versions.inc |3 ---

Re: [oe] [PATCH] angstrom-2008.1: bump uclibc to 0.9.30.3 which unbreaks x264

2010-12-01 Thread Petr Štetiar
Bernhard Guillon bernhard.guil...@opensimpad.org [2010-12-01 12:41:31]: This is true. We could add some python foo and check for angstrom? In my opinion the log2f patch is of no real harm. The tls support might be a problem. Why to not move to some newer version of uClibc directly,

Re: [oe] [PATCH] angstrom-2008.1: bump uclibc to 0.9.30.3 which unbreaks x264

2010-12-01 Thread Graeme Gregory
On 01/12/2010 11:58, Petr Štetiar wrote: Bernhard Guillon bernhard.guil...@opensimpad.org [2010-12-01 12:41:31]: This is true. We could add some python foo and check for angstrom? In my opinion the log2f patch is of no real harm. The tls support might be a problem. Why to not move to

Re: [oe] [PATCH] angstrom-2008.1: bump uclibc to 0.9.30.3 which unbreaks x264

2010-12-01 Thread Andrea Adami
On Wed, Dec 1, 2010 at 12:58 PM, Petr Štetiar yn...@true.cz wrote: Bernhard Guillon bernhard.guil...@opensimpad.org [2010-12-01 12:41:31]: This is true. We could add some python foo and check for angstrom? In my opinion the log2f patch is of no real harm. The tls support might be a problem.

Re: [oe] [PATCH] angstrom-2008.1: bump uclibc to 0.9.30.3 which unbreaks x264

2010-12-01 Thread Andrea Adami
This is true. We could add some python foo and check for angstrom? In my opinion the log2f patch is of no real harm. The tls support might be a problem. About the tls: http://bugs.gentoo.org/204102 ... in e2fsprogs-1.40.4 the way uuids are generated has changed

Re: [oe] [PATCH] angstrom-2008.1: bump uclibc to 0.9.30.3 which unbreaks x264

2010-12-01 Thread Frans Meulenbroeks
2010/12/1 Andrea Adami andrea.ad...@gmail.com: This is true. We could add some python foo and check for angstrom? In my opinion the log2f patch is of no real harm. The tls support might be a problem. About the tls: http://bugs.gentoo.org/204102 ... in e2fsprogs-1.40.4 the way uuids are

Re: [oe] release-2010: when what to do

2010-12-01 Thread Frans Meulenbroeks
2010/12/1 Stefan Schmidt ste...@datenfreihafen.org: Hello. On Wed, 2010-12-01 at 10:06, Frans Meulenbroeks wrote: I wanted to raise the issue of when to do the release. I seem to recall dec 1 was coined in the past (which is today in most of the timezones at the time of writing). Thats

Re: [oe] [PATCH] gzip_1.4.bb: Fix do_install for DISTRO=micro.

2010-12-01 Thread Michael Smith
Graham Gower wrote: mv: `/mnt/oe/tmp/work/mipsel-oe-linux-uclibc/gzip-1.4-r3/image/bin/gunzip' and `/mnt/oe/tmp/work/mipsel-oe-linux-uclibc/gzip-1.4-r3/image/bin/gunzip' are the same file Signed-off-by: Graham Gower graham.go...@gmail.com Acked-by: Michael Smith msm...@cbnco.com ---

Re: [oe] [PATCH] procps.inc: Fix do_install for DISTRO=micro.

2010-12-01 Thread Michael Smith
Graham Gower wrote: mv: cannot stat `/mnt/oe/tmp/work/mipsel-oe-linux-uclibc/procps-3.2.8-r12.1/image/bin/uptime': No such file or directory Signed-off-by: Graham Gower graham.go...@gmail.com Acked-by: Michael Smith msm...@cbnco.com +usr/bin=${D}${bindir}/ \ +

[oe] [PATCH] module-init-tools: fix multiple runtime providers

2010-12-01 Thread Martin Jansa
* NOTE: multiple providers are available for runtime module-init-tools-depmod (module-init-tools, module-init-tools-cross) NOTE: consider defining a PREFERRED_PROVIDER entry to match module-init-tools-depmod --- recipes/module-init-tools/module-init-tools.inc | 10 +- 1 files

Re: [oe] package request for Phonon-VLC backend

2010-12-01 Thread Sylvain Paré
Ok I made some progress! Automoc build now ( attached my recipe for it) but qt4-plugin-phonon-backend-vlc failed = http://tinderbox.openembedded.org/packages/1159577/ I have attached my recipe too. If someone can give me an hint. thanks. regards, Sylvain (aka GarthPS) 2010/12/1 Sylvain Paré

Re: [oe] [PATCH] module-init-tools: fix multiple runtime providers

2010-12-01 Thread Frans Meulenbroeks
2010/12/1 Martin Jansa martin.ja...@gmail.com: * NOTE: multiple providers are available for runtime module-init-tools-depmod (module-init-tools, module-init-tools-cross)  NOTE: consider defining a PREFERRED_PROVIDER entry to match module-init-tools-depmod ---  

Re: [oe] [PATCH] module-init-tools: fix multiple runtime providers

2010-12-01 Thread Tom Rini
On 12/01/2010 07:11 AM, Frans Meulenbroeks wrote: 2010/12/1 Martin Jansamartin.ja...@gmail.com: * NOTE: multiple providers are available for runtime module-init-tools-depmod (module-init-tools, module-init-tools-cross) NOTE: consider defining a PREFERRED_PROVIDER entry to match

Re: [oe] [PATCH] module-init-tools: fix multiple runtime providers

2010-12-01 Thread Frans Meulenbroeks
2010/12/1 Tom Rini tom_r...@mentor.com: On 12/01/2010 07:11 AM, Frans Meulenbroeks wrote: still not really sure why we have module-init-tools-cross though. A quick search did not give me a user (but maybe the search was too quick) And still unsure why a cross recipe should produce a  

Re: [oe] gstreamer not getting populated in file system

2010-12-01 Thread Tim Harvey
On 11/30/2010 12:26 AM, harshada wrote: We created new image by adding following into minimal-image.bb: gstreamer \ gst-plugins-base \ gst-plugins-good \ gst-plugins-bad \ gst-plugins-ugly Image is getting built without any compiling issues. But we are not able to find required gstreamer plugins

Re: [oe] [PATCH] openjade_1.3.2.bb: Install catalog with the correct path.

2010-12-01 Thread Tim Harvey
On 11/29/2010 10:24 PM, Graham Gower wrote: Openjade was doing the following: install-catalog: addition of /mnt/oe/tmp/work/x86_64-linux/openjade-native-1.3.2-r4/image/mnt/oe/tmp/sysroots/x86_64-linux/share/sgml/openjade-1.3.2/catalog in

[oe] [PATCHv2] avrdude: update SRC_URI and fix deps

2010-12-01 Thread Tim Harvey
* SRC_URI updated to new location * Makefile.am patched to fix missing dep causing parallel make issue Signed-off-by: Tim Harvey harvey@gmail.com --- recipes/avrdude/avrdude.inc|5 - recipes/avrdude/avrdude/make.patch | 14 ++ 2 files changed, 18 insertions(+),

[oe] Documentation

2010-12-01 Thread David Lambert
I have been reading a copy of the OpenEmbedded User Manual (latest copyright 2009). In this document I find that there are numerous sections which are stubs and/or are incomplete. As a newcomer to the world of OpenEmbedded what other documents are suggested for reading? Also, is there a later

Re: [oe] Documentation

2010-12-01 Thread David Lambert
That is indeed the version of documentation that I was reading. To be more specific, one of the subjects I was attempting to look up was how to specialize a recipe using amend.inc. I do not see any documentation on this subject. Regards, Dave. On 12/01/2010 12:06 PM, Stefan Schmidt wrote:

Re: [oe] Documentation

2010-12-01 Thread Stefan Schmidt
Hello. On Wed, 2010-12-01 at 12:39, David Lambert wrote: That is indeed the version of documentation that I was reading. To be more specific, one of the subjects I was attempting to look up was how to specialize a recipe using amend.inc. I do not see any documentation on this subject. We

[oe] [PATCH v2 0/3] ext4 image support

2010-12-01 Thread Bernhard Reutner-Fischer
Changes from previous iteration: o factor out e2fsprogs.inc changes into separate patch o use do_install_append_pn-e2fsprogs Bernhard Reutner-Fischer (3): e2fsprogs: add 1.41.12, remove old versions e2fsprogs: fix alternatives of non-packaged native sysroot add ext4 image support

[oe] [PATCH v2 2/3] e2fsprogs: fix alternatives of non-packaged native sysroot

2010-12-01 Thread Bernhard Reutner-Fischer
Signed-off-by: Bernhard Reutner-Fischer rep.dot@gmail.com --- recipes/e2fsprogs/e2fsprogs.inc | 42 -- 1 files changed, 18 insertions(+), 24 deletions(-) diff --git a/recipes/e2fsprogs/e2fsprogs.inc b/recipes/e2fsprogs/e2fsprogs.inc index

[oe] [PATCH v2 3/3] add ext4 image support

2010-12-01 Thread Bernhard Reutner-Fischer
Signed-off-by: Bernhard Reutner-Fischer rep.dot@gmail.com --- conf/bitbake.conf |4 conf/local.conf.sample |2 +- 2 files changed, 5 insertions(+), 1 deletions(-) diff --git a/conf/bitbake.conf b/conf/bitbake.conf index f1dc0ff..b476f28 100644 --- a/conf/bitbake.conf +++

Re: [oe] [PATCH] procps.inc: Fix do_install for DISTRO=micro.

2010-12-01 Thread Graham Gower
On 2 December 2010 00:19, Michael Smith msm...@cbnco.com wrote: Graham Gower wrote: mv: cannot stat `/mnt/oe/tmp/work/mipsel-oe-linux-uclibc/procps-3.2.8-r12.1/image/bin/uptime': No such file or directory Signed-off-by: Graham Gower graham.go...@gmail.com Acked-by: Michael Smith

Re: [oe] [PATCH v2 0/3] ext4 image support

2010-12-01 Thread Tom Rini
On 12/01/2010 12:15 PM, Bernhard Reutner-Fischer wrote: Changes from previous iteration: o factor out e2fsprogs.inc changes into separate patch o use do_install_append_pn-e2fsprogs Bernhard Reutner-Fischer (3): e2fsprogs: add 1.41.12, remove old versions e2fsprogs: fix alternatives of

Re: [oe] [PATCH v2 0/3] ext4 image support

2010-12-01 Thread Bernhard Reutner-Fischer
On Wed, Dec 01, 2010 at 12:26:37PM -0700, Tom Rini wrote: On 12/01/2010 12:15 PM, Bernhard Reutner-Fischer wrote: Changes from previous iteration: o factor out e2fsprogs.inc changes into separate patch o use do_install_append_pn-e2fsprogs Bernhard Reutner-Fischer (3): e2fsprogs: add 1.41.12,

[oe] [PATCH v3] add ext4 image support

2010-12-01 Thread Bernhard Reutner-Fischer
Signed-off-by: Bernhard Reutner-Fischer rep.dot@gmail.com --- conf/bitbake.conf |7 +++ conf/local.conf.sample |2 +- 2 files changed, 8 insertions(+), 1 deletions(-) diff --git a/conf/bitbake.conf b/conf/bitbake.conf index f1dc0ff..0c0356d 100644 --- a/conf/bitbake.conf +++

Re: [oe] [PATCH (v2)] Reverse the order of OVERRIDES

2010-12-01 Thread Maupin, Chase
-Original Message- From: openembedded-devel-boun...@lists.openembedded.org [mailto:openembedded-devel-boun...@lists.openembedded.org] On Behalf Of Tom Rini Sent: Wednesday, November 10, 2010 10:29 AM To: openembedded-devel@lists.openembedded.org Subject: Re: [oe] [PATCH (v2)]

Re: [oe] [PATCH (v2)] Reverse the order of OVERRIDES

2010-12-01 Thread Chris Larson
On Wed, Dec 1, 2010 at 1:26 PM, Maupin, Chase chase.mau...@ti.com wrote: I know this was all posted a while back.  Has there been any resolution on this?  I didn't notice any additional responses to this thread. See the TSC meeting notes, it was discussed (with myself excluded from the

Re: [oe] [PATCH] qwt: QT_LIBINFIX not being resolved when, running qmake

2010-12-01 Thread Jayen Ashar
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm using the master branch for qwt, but I'm supporting an old fork of OE, so I was using a snapshot at cb429c4b7ae91b538603e771685aa39f020a5b6e (2009-06-24) for qt4-x11-free. Thanks for that, Jayen - Original Message Subject:

Re: [oe] Documentation

2010-12-01 Thread Robert Foerster
On Wed, Dec 1, 2010 at 1:54 PM, Stefan Schmidt ste...@datenfreihafen.orgwrote: Hello. On Wed, 2010-12-01 at 12:39, David Lambert wrote: That is indeed the version of documentation that I was reading. To be more specific, one of the subjects I was attempting to look up was how to

[oe] Commit Access for Bernhard Reutner-Fischer (blindvt)

2010-12-01 Thread Andrea Adami
Hello, I would like to propose Bernhard Reutner-Fischer for commit access. Already bitbake developer, is probably more known as maintainer of uclibc. Surely he has some other outstanding works to share with us. Thanks in advance Andrea ___

Re: [oe] Commit Access for Bernhard Reutner-Fischer (blindvt)

2010-12-01 Thread Eric Bénard
Hi, On 02/12/2010 00:15, Andrea Adami wrote: I would like to propose Bernhard Reutner-Fischer for commit access. Already bitbake developer, is probably more known as maintainer of uclibc. Surely he has some other outstanding works to share with us. I fully support this proposal, Eric

[oe] [PATCH 1/2] automake_1.11.1.bb: Don't try to execute perl.

2010-12-01 Thread Graham Gower
checking for perl... (cached) /bin/perl /mnt/oe/tmp/work/mipsel-oe-linux-uclibc/automake-1.11.1-r3.1/automake-1.11.1/configure: line 2306: /bin/perl: No such file or directory configure: error: perl 5.6 or better is required; perl 5.8.2 or better is recommended. If you have several perl versions

[oe] [PATCH 2/2] automake.inc: bootstrap aclocal.

2010-12-01 Thread Graham Gower
Fixes problems seen with micro-uclibc. NOTE: make -j 12 CDPATH=${ZSH_VERSION+.}: cd . perllibdir=/mnt/oe/tmp/work/mipsel-oe-linux-uclibc/automake-1.11.1-r3.2/automake-1.11.1/lib:./lib /mnt/oe/tmp/work/mipsel-oe-linux-uclibc/automake-1.11.1-r3.2/automake-1.11.1/aclocal --acdir=m4 -I m4

[oe] [PATCH] bind_9.3.6.bb: Don't remove nslookup, it exists in FILES_${PN}-utils.

2010-12-01 Thread Graham Gower
Also fixes the following with uclibc: rm: cannot remove `/mnt/oe/tmp/work/mipsel-oe-linux-uclibc/bind-9.3.6-r1/image/usr/bin/nslookup': No such file or directory Signed-off-by: Graham Gower graham.go...@gmail.com --- recipes/bind/bind_9.3.6.bb |1 - 1 files changed, 0 insertions(+), 1

[oe] [PATCH] inetutils_1.8.bb: Fix build when DISTRO_FEATURES lacks ipv6.

2010-12-01 Thread Graham Gower
In file included from ./ping.h:19:0, from ping_address.c:47: ./ping_common.h:23:27: fatal error: netinet/icmp6.h: No such file or directory compilation terminated. In file included from ./ping.h:19:0, from ping_router.c:46: ./ping_common.h:23:27: fatal error:

[oe] [PATCH] task-proper-tools.bb: Exclude some packages if DISTRO_FEATURES lacks ipv6.

2010-12-01 Thread Graham Gower
From 3fa2634efe81e5d711a423497e3b76a66a821766 Mon Sep 17 00:00:00 2001 From: Graham Gower graham.go...@gmail.com Date: Thu, 2 Dec 2010 11:10:47 +1030 Subject: [PATCH] task-proper-tools.bb: Exclude some packages if DISTRO_FEATURES lacks ipv6. Signed-off-by: Graham Gower graham.go...@gmail.com

[oe] [PATCH] fbset_2.1.bb: Use ${sbindir} and ${datadir} instead of hardcoding.

2010-12-01 Thread Graham Gower
This ensures that the fbset package is non-empty for DISTRO=micro. Signed-off-by: Graham Gower graham.go...@gmail.com --- recipes/fbset/fbset_2.1.bb |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes/fbset/fbset_2.1.bb b/recipes/fbset/fbset_2.1.bb index

[oe] [PATCH] util-linux-ng.inc, e2fsprogs.inc: Use update-alternatives for uuidd.

2010-12-01 Thread Graham Gower
Util-linux-ng put uuidd in ${sbindir}, e2fsprogs put it in ${base_sbindir}. This change puts both in ${base_sbindir}. Fixes a conflict when DISTRO=micro. | Collected errors: | * check_data_file_clashes: Package util-linux-ng wants to install file /mnt/oe/tmp/rootfs/native-sdk-image/sbin/uuidd

Re: [oe] [PATCH 2/2] automake.inc: bootstrap aclocal.

2010-12-01 Thread Graham Gower
On 2 December 2010 10:43, Graham Gower graham.go...@gmail.com wrote: Fixes problems seen with micro-uclibc. NOTE: make -j 12 CDPATH=${ZSH_VERSION+.}: cd . perllibdir=/mnt/oe/tmp/work/mipsel-oe-linux-uclibc/automake-1.11.1-r3.2/automake-1.11.1/lib:./lib

Re: [oe] Commit Access for Bernhard Reutner-Fischer (blindvt)

2010-12-01 Thread Frans Meulenbroeks
I agree with the proposal (and learned that blindvt == Bernhard, hadn't made that link yet). Frans ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

Re: [oe] Commit Access for Graham Gower (grg)

2010-12-01 Thread Khem Raj
2010/12/1 Frans Meulenbroeks fransmeulenbro...@gmail.com: 2010/12/1 Marcin Juszkiewicz mar...@juszkiewicz.com.pl: Dnia wtorek, 30 listopada 2010 o 19:42:23 Stefan Schmidt napisał(a): Indeed. Actually I wonder why he does not already have commit access. I am also surprised - I thought that he

Re: [oe] Commit Access for Bernhard Reutner-Fischer (blindvt)

2010-12-01 Thread Martin Jansa
On Thu, Dec 02, 2010 at 12:15:41AM +0100, Andrea Adami wrote: Hello, I would like to propose Bernhard Reutner-Fischer for commit access. Already bitbake developer, is probably more known as maintainer of uclibc. Surely he has some other outstanding works to share with us. Agreed +1 --

Re: [oe] release-2010: when what to do

2010-12-01 Thread Khem Raj
On Wed, Dec 1, 2010 at 5:33 AM, Frans Meulenbroeks fransmeulenbro...@gmail.com wrote: 2010/12/1 Stefan Schmidt ste...@datenfreihafen.org: Hello. On Wed, 2010-12-01 at 10:06, Frans Meulenbroeks wrote: I wanted to raise the issue of when to do the release. I seem to recall dec 1 was coined in