Re: [OE-core] [oe] OE Changelog for 2011-4-8 to 2011-4-15

2011-05-19 Thread Anders Darander
ns.inc, poky-bleeding.conf and poky-lsb.conf >>  bitbake.conf: Include the new default-providers.inc and default-versions.inc >>  distro: Add defaultsetup.conf, a set of default configuration providing sane >>  machine/qemu: Add qemu-config as an essential machine speicfic dependency

Re: [OE-core] Updating u-boot for oe-core or meta-yocto

2011-05-25 Thread Anders Darander
pecific custom version, then it might be necessary for that particular BSP layer to carry a complete u-boot recipe. But this shouldn't be a common situation. (And if it happens frequently, then the machine specific patches really has to be submitted to upstream u-

Re: [OE-core] Updating u-boot for oe-core or meta-yocto

2011-05-26 Thread Anders Darander
On Thu, May 26, 2011 at 20:07, Darren Hart wrote: > My current thinking on this is that for meta-yocto we want to have a > reasonably functional self-contained example BSP for ARM. Beagleboard > was the board selected for that. meta-yocto should be able to build the > core-image-* images and have

Re: [OE-core] Any volunteers for fixing all the kernel version checks?

2011-05-31 Thread Anders Darander
On May 30, 2011 1:52 PM, "Koen Kooi" wrote: > Op 30 mei 2011, om 09:47 heeft Eric Bénard het volgende geschreven: > > On 30/05/2011 09:33, Koen Kooi wrote: > >> Op 30 mei 2011, om 09:19 heeft Eric Bénard het volgende geschreven: > >>> On 30/05/2011 08:52, Koen Kooi wrote: > As some of you mig

[OE-core] [PATCH] perl-native: fix download url

2011-06-10 Thread Anders Darander
Signed-off-by: Anders Darander --- meta/recipes-devtools/perl/perl-native_5.12.3.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-devtools/perl/perl-native_5.12.3.bb b/meta/recipes-devtools/perl/perl-native_5.12.3.bb index cbb4e78..1751516 100644 --- a

[OE-core] [PATCH v2] perl-native: fix download url

2011-06-11 Thread Anders Darander
Signed-off-by: Anders Darander --- v2: Changed to www.cpan.org instead of ftp.funet.fi. meta/recipes-devtools/perl/perl-native_5.12.3.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-devtools/perl/perl-native_5.12.3.bb b/meta/recipes-devtools/perl/perl

Re: [OE-core] [PATCH] perl-native: fix download url

2011-06-11 Thread Anders Darander
On 11 jun 2011, at 07:05, "Khem Raj" wrote: > > I think while you are at it switch the url to use > www.cpan.org/src I've sent a v2 incorporating that change. Unfortunately, currently I can't mark the old patch as superseded on patchwork, as I'm unable to login. (I might have misplaced my pas

[OE-core] [PATCH] runqemu: take TMPDIR from bitbake

2011-06-13 Thread Anders Darander
The old standard of using /home/anders/openembedded-core/build/tmp as TMPDIR do not work any longer, as - is appended to the real TMPDIR. Thus, always take TMPDIR from bitbake, unless TMPDIR is set in the environment. Signed-off-by: Anders Darander --- scripts/runqemu | 22

Re: [OE-core] [PATCH] runqemu: take TMPDIR from bitbake

2011-06-13 Thread Anders Darander
On Tue, Jun 14, 2011 at 00:22, Yury Bushmelev wrote: > 2011/6/13 Anders Darander : >> +        # We have bitbake in PATH, get TMPDIR from bitbake >> +        TMPDIR=`bitbake -e | grep TMPDIR=\" | cut -d '=' -f2 | cut -d '"' >> -f2` > > T

Re: [OE-core] [PATCH] runqemu: take TMPDIR from bitbake

2011-06-14 Thread Anders Darander
On Tue, Jun 14, 2011 at 11:25, Yury Bushmelev wrote: > 2011/6/14 Anders Darander : >> On Tue, Jun 14, 2011 at 00:22, Yury Bushmelev wrote: >>> Getting some variable from bitbake is frequently used task. May be our >>> bitbake people will add some special mode to bitb

Re: [OE-core] [PATCH] runqemu: take TMPDIR from bitbake

2011-06-14 Thread Anders Darander
On Tue, Jun 14, 2011 at 12:35, Phil Blundell wrote: > On Tue, 2011-06-14 at 12:33 +0200, Anders Darander wrote: >> Sure, if we need multiple variables, we'll save time by only invoking >> bitbake (and parse all configs, etc) once. On the other hand, have we >> then gaine

[OE-core] Linux 3.0-rcX (was Re: [RFC] qemu* kernel configs)

2011-06-20 Thread Anders Darander
ute, I'm interested in getting official 3.0-support in OE-core sooner than later... Regards, Anders -- Anders Darander ChargeStorm AB ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Re: [OE-core] Linux 3.0-rcX (was Re: [RFC] qemu* kernel configs)

2011-06-20 Thread Anders Darander
On 20 jun 2011, at 21:19, "Bruce Ashfield" wrote: > On Mon, Jun 20, 2011 at 2:44 PM, Anders Darander > wrote: >> I'm currently just curious, as I've played a little with 3.0-rcX in my >> sparetime, and I've got a patch series in a local tree that a

Re: [OE-core] [PATCH 1/5] connman: Upgrade to version 0.75

2011-06-21 Thread Anders Darander
On Tue, Jun 21, 2011 at 11:12, Phil Blundell wrote: > On Tue, 2011-06-21 at 16:08 +0800, Dongxiao Xu wrote: >> -DEPENDS  = "libgdbus dbus glib-2.0 hal iptables" >> -RDEPENDS_${PN} = "wpa-supplicant resolvconf" >> +DEPENDS  = "libgdbus dbus glib-2.0 hal iptables ofono wpa-supplicant >> resolvconf

Re: [OE-core] [PATCH 1/5] connman: Upgrade to version 0.75

2011-06-21 Thread Anders Darander
On Tue, Jun 21, 2011 at 11:54, Koen Kooi wrote: > > Op 21 jun 2011, om 11:34 heeft Anders Darander het volgende geschreven: > >> On Tue, Jun 21, 2011 at 11:12, Phil Blundell wrote: >>> On Tue, 2011-06-21 at 16:08 +0800, Dongxiao Xu wrote: >>>> -DEPENDS  =

[OE-core] [RFC PATCH 0/5] Linux 3.0 build support

2011-06-21 Thread Anders Darander
12:40 +0100) are available in the git repository at: git://github.com/darander/oe-core kernel-3.0 https://github.com/darander/oe-core/tree/kernel-3.0 Anders Darander (5): Remove support for building 2.4 kernels module-init-tools-cross: add provides for depmod-3 linux-kernel-base: add su

[OE-core] [RFC PATCH 4/5] modutils-initscripts: move recipe prior to modutils removal

2011-06-21 Thread Anders Darander
Signed-off-by: Anders Darander --- .../{modutils => module-init-tools}/files/PD.patch |0 .../files/modutils.sh |0 .../modutils-initscripts.bb|0 3 files changed, 0 insertions(+), 0 deletions(-) rename meta/recipes-ker

[OE-core] [RFC PATCH 2/5] module-init-tools-cross: add provides for depmod-3

2011-06-21 Thread Anders Darander
Signed-off-by: Anders Darander --- .../module-init-tools-cross_3.12.bb|2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-kernel/module-init-tools/module-init-tools-cross_3.12.bb b/meta/recipes-kernel/module-init-tools/module-init-tools

[OE-core] [RFC PATCH 1/5] Remove support for building 2.4 kernels

2011-06-21 Thread Anders Darander
Signed-off-by: Anders Darander --- meta/classes/kernel.bbclass | 22 +++--- meta/classes/module-base.bbclass |2 +- 2 files changed, 8 insertions(+), 16 deletions(-) diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass index 1bb69f5..3b6fc6b 100644

[OE-core] [RFC PATCH 3/5] linux-kernel-base: add support for Linux 3.x

2011-06-21 Thread Anders Darander
Return 2.X as major version for kernels 2.X, and return X for kernels X.Y (X>=3). Signed-off-by: Anders Darander --- meta/classes/linux-kernel-base.bbclass |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/meta/classes/linux-kernel-base.bbclass b/meta/classes/li

[OE-core] [RFC PATCH 5/5] modutils: remove modutils

2011-06-21 Thread Anders Darander
As 2.4 support is being phased out, remove modutils. Signed-off-by: Anders Darander --- meta/recipes-kernel/modutils/files/armeb.patch | 16 meta/recipes-kernel/modutils/files/configure.patch | 34 --- meta/recipes-kernel/modutils/files/gcc4.patch | 93

Re: [OE-core] [RFC PATCH 2/5] module-init-tools-cross: add provides for depmod-3

2011-06-21 Thread Anders Darander
On Tue, Jun 21, 2011 at 20:22, Koen Kooi wrote: > Don't you need at least 3.13 (or better 3.16) for proper 3.0 support? This > one was added after 3.12: > > http://git.kernel.org/?p=utils/kernel/module-init-tools/module-init-tools.git;a=commitdiff;h=3328d178247017affd90b7897393699f2f45227d That'

Re: [OE-core] [RFC PATCH 2/5] module-init-tools-cross: add provides for depmod-3

2011-06-21 Thread Anders Darander
On Tue, Jun 21, 2011 at 20:46, Phil Blundell wrote: > On Tue, 2011-06-21 at 20:18 +0200, Anders Darander wrote: >> -PROVIDES += "virtual/${TARGET_PREFIX}depmod >> virtual/${TARGET_PREFIX}depmod-2.6" >> +PROVIDES += "virtual/${TARGET_PREFIX}depmod >>

Re: [OE-core] [RFC PATCH 1/5] Remove support for building 2.4 kernels

2011-06-21 Thread Anders Darander
On Tue, Jun 21, 2011 at 20:47, Phil Blundell wrote: > On Tue, 2011-06-21 at 20:18 +0200, Anders Darander wrote: >> Signed-off-by: Anders Darander >> --- >>  meta/classes/kernel.bbclass      |   22 +++--- >>  meta/classes/module-base.bbclass |    

Re: [OE-core] [RFC PATCH 3/5] linux-kernel-base: add support for Linux 3.x

2011-06-21 Thread Anders Darander
On Tue, Jun 21, 2011 at 20:45, Phil Blundell wrote: > On Tue, 2011-06-21 at 20:18 +0200, Anders Darander wrote: >> Return 2.X as major version for kernels 2.X, and return >> X for kernels X.Y (X>=3). > > I'm not quite sure I understand what this particular log

Re: [OE-core] Directory permissions and ownership -- RFC

2011-06-21 Thread Anders Darander
On Tue, Jun 21, 2011 at 23:27, Mark Hatle wrote: > Note, there is one remaining issue that I haven't resolved.  A few directories > are defined in terms of symlinks: > >  /var/cache root root 120777 volatile/cache > +/var/cache root root 40755 > >  /var/log root root 120777 volatile/log > +/var/lo

Re: [OE-core] [RFC PATCH 2/5] module-init-tools-cross: add provides for depmod-3

2011-06-21 Thread Anders Darander
On Tue, Jun 21, 2011 at 21:03, Anders Darander wrote: > On Tue, Jun 21, 2011 at 20:46, Phil Blundell wrote: >> On Tue, 2011-06-21 at 20:18 +0200, Anders Darander wrote: >>> -PROVIDES += "virtual/${TARGET_PREFIX}depmod >>> virtual/${TARGET_PREFIX}depmo

Re: [OE-core] [RFC PATCH 3/5] linux-kernel-base: add support for Linux 3.x

2011-06-22 Thread Anders Darander
On Wed, Jun 22, 2011 at 12:22, Phil Blundell wrote: > On Tue, 2011-06-21 at 21:10 +0200, Anders Darander wrote: >> If we keep the kernel_majorversion, we'll need to have something >> similar to this, >> as the major version up to 2.6 was determined by X.Y. From 3.0, o

[OE-core] [RFC v2 PATCH 0/9] Linux 3.0 build support

2011-06-27 Thread Anders Darander
wer version for toolchain test (2011-06-24 11:28:28 +0100) are available in the git repository at: git://github.com/darander/oe-core kernel-3.0 https://github.com/darander/oe-core/tree/kernel-3.0 Anders Darander (9): Remove support for building 2.4 kernels image¡kernel.bblass: do not use depmo

[OE-core] [RFC v2 PATCH 5/9] kernel.bblass: remove get_kernelmajorversion

2011-06-27 Thread Anders Darander
It is now unused. Signed-off-by: Anders Darander --- meta/classes/linux-kernel-base.bbclass |8 1 files changed, 0 insertions(+), 8 deletions(-) diff --git a/meta/classes/linux-kernel-base.bbclass b/meta/classes/linux-kernel-base.bbclass index 510951a..4f2b0a4 100644 --- a/meta

[OE-core] [RFC v2 PATCH 8/9] task-base: remove modutils reference.

2011-06-27 Thread Anders Darander
Also remove the other kernel24 references. Make everything dependent on kernel26 default. Signed-off-by: Anders Darander --- meta/recipes-core/tasks/task-base.bb | 22 +- 1 files changed, 5 insertions(+), 17 deletions(-) diff --git a/meta/recipes-core/tasks/task-base.bb

[OE-core] [RFC v2 PATCH 2/9] image¡kernel.bblass: do not use depmod-2.6

2011-06-27 Thread Anders Darander
Change to only depend on virtual/*/depmod. Change all calls to only use depmod. Signed-off-by: Anders Darander --- meta/classes/image.bbclass |2 +- meta/classes/kernel.bbclass | 10 -- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/meta/classes/image.bbclass b

[OE-core] [RFC v2 PATCH 6/9] modutils-initscripts: move recipe prior to modutils removal

2011-06-27 Thread Anders Darander
Signed-off-by: Anders Darander --- .../{modutils => module-init-tools}/files/PD.patch |0 .../files/modutils.sh |0 .../modutils-initscripts.bb|0 3 files changed, 0 insertions(+), 0 deletions(-) rename meta/recipes-ker

[OE-core] [RFC v2 PATCH 9/9] distro_tracking_fields: remove modutils.

2011-06-27 Thread Anders Darander
Signed-off-by: Anders Darander --- .../conf/distro/include/distro_tracking_fields.inc |8 +--- 1 files changed, 1 insertions(+), 7 deletions(-) diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc index f4aa1ea..285a371

[OE-core] [RFC v2 PATCH 3/9] modules-init-tools(-cross): update to 3.16

2011-06-27 Thread Anders Darander
Update to get support for Linux 3.0. Remove the application of ignore_arch_directory.patch, as this one do not apply. (A comment in the patch states "not sure the reason yet. Keep for a while and verify later."). Signed-off-by: Anders Darander --- ...oss_3.12.bb => module-init-too

[OE-core] [RFC v2 PATCH 7/9] modutils: remove modutils

2011-06-27 Thread Anders Darander
As 2.4 support is being phased out, remove modutils. Signed-off-by: Anders Darander --- meta/recipes-kernel/modutils/files/armeb.patch | 16 meta/recipes-kernel/modutils/files/configure.patch | 34 --- meta/recipes-kernel/modutils/files/gcc4.patch | 93

[OE-core] [RFC v2 PATCH 1/9] Remove support for building 2.4 kernels

2011-06-27 Thread Anders Darander
Signed-off-by: Anders Darander --- meta/classes/kernel.bbclass | 12 ++-- meta/classes/module-base.bbclass |2 +- 2 files changed, 3 insertions(+), 11 deletions(-) diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass index fd27832..6bdfd3e 100644 --- a/meta

[OE-core] [RFC v2 PATCH 4/9] module-init-tools-cross: do not install depmod as depmod-2.6

2011-06-27 Thread Anders Darander
Signed-off-by: Anders Darander --- .../module-init-tools-cross_3.16.bb|4 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/meta/recipes-kernel/module-init-tools/module-init-tools-cross_3.16.bb b/meta/recipes-kernel/module-init-tools/module-init-tools

Re: [OE-core] Conflicting providers for ssh/sshd (dropbear and openssh)

2011-06-29 Thread Anders Darander
On Wed, Jun 29, 2011 at 00:51, Scott Garman wrote: > On 06/28/2011 03:41 PM, Khem Raj wrote: >> reason is that dropbear only provides ssh and sshd packages openssh >> provides a few more e.g. openssh-sftp-server which is demanded by >> some images and at same time wants dropbear to provide sshd an

Re: [OE-core] Conflicting providers for ssh/sshd (dropbear and openssh)

2011-06-29 Thread Anders Darander
On Wed, Jun 29, 2011 at 10:24, Koen Kooi wrote: > Op 29 jun 2011, om 00:41 heeft Khem Raj het volgende geschreven: >> If they are independent then may be the openssh recipe should be >> divided into openssh-ssh and openssh-rest so one can use openssh >> provided daemon or dropbear provided as they

Re: [OE-core] Conflicting providers for ssh/sshd (dropbear and openssh)

2011-06-29 Thread Anders Darander
On Wed, Jun 29, 2011 at 10:56, Koen Kooi wrote: > Op 29 jun 2011, om 10:50 heeft Anders Darander het volgende geschreven: >> On Wed, Jun 29, 2011 at 10:24, Koen Kooi wrote: >>> Op 29 jun 2011, om 00:41 heeft Khem Raj het volgende geschreven: >>>> If they are indep

[OE-core] [RFC v3 PATCH 0/9] Linux 3.0 build support

2011-06-29 Thread Anders Darander
6019b163e75bafcefada: task-base: add 3G into DISTRO_FEATURE (2011-06-29 14:46:46 +0100) are available in the git repository at: git://github.com/darander/oe-core kernel-3.0 https://github.com/darander/oe-core/tree/kernel-3.0 Anders Darander (9): Remove support for building 2.4 kernels ima

[OE-core] [RFC v3 PATCH 6/9] modutils-initscripts: move recipe prior to modutils removal

2011-06-29 Thread Anders Darander
Signed-off-by: Anders Darander --- .../{modutils => module-init-tools}/files/PD.patch |0 .../files/modutils.sh |0 .../modutils-initscripts.bb|0 3 files changed, 0 insertions(+), 0 deletions(-) rename meta/recipes-ker

[OE-core] [RFC v3 PATCH 2/9] image¡kernel.bblass: do not use depmod-2.6

2011-06-29 Thread Anders Darander
Change to only depend on virtual/*/depmod. Change all calls to only use depmod. Signed-off-by: Anders Darander --- meta/classes/image.bbclass |2 +- meta/classes/kernel.bbclass | 10 -- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/meta/classes/image.bbclass b

[OE-core] [RFC v3 PATCH 1/9] Remove support for building 2.4 kernels

2011-06-29 Thread Anders Darander
Signed-off-by: Anders Darander --- meta/classes/kernel.bbclass | 12 ++-- meta/classes/module-base.bbclass |2 +- 2 files changed, 3 insertions(+), 11 deletions(-) diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass index fd27832..6bdfd3e 100644 --- a/meta

[OE-core] [RFC v3 PATCH 5/9] kernel.bblass: remove get_kernelmajorversion

2011-06-29 Thread Anders Darander
It is now unused. Signed-off-by: Anders Darander --- meta/classes/linux-kernel-base.bbclass |8 1 files changed, 0 insertions(+), 8 deletions(-) diff --git a/meta/classes/linux-kernel-base.bbclass b/meta/classes/linux-kernel-base.bbclass index 510951a..4f2b0a4 100644 --- a/meta

[OE-core] [RFC v3 PATCH 9/9] distro_tracking_fields: remove modutils.

2011-06-29 Thread Anders Darander
Signed-off-by: Anders Darander --- .../conf/distro/include/distro_tracking_fields.inc |8 +--- 1 files changed, 1 insertions(+), 7 deletions(-) diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc index 8a13426..0d915e4

[OE-core] [RFC v3 PATCH 3/9] modules-init-tools(-cross): update to 3.16

2011-06-29 Thread Anders Darander
Update to get support for Linux 3.0. Remove the application of ignore_arch_directory.patch, as this one do not apply. (A comment in the patch states "not sure the reason yet. Keep for a while and verify later."). Signed-off-by: Anders Darander --- ...oss_3.12.bb => module-init-too

[OE-core] [RFC v3 PATCH 7/9] modutils: remove modutils

2011-06-29 Thread Anders Darander
As 2.4 support is being phased out, remove modutils. Signed-off-by: Anders Darander --- meta/recipes-kernel/modutils/files/armeb.patch | 16 meta/recipes-kernel/modutils/files/configure.patch | 34 --- meta/recipes-kernel/modutils/files/gcc4.patch | 93

[OE-core] [RFC v3 PATCH 8/9] task-base: remove modutils reference.

2011-06-29 Thread Anders Darander
Also remove the other kernel24 references. Make everything dependent on kernel26 default. Signed-off-by: Anders Darander --- meta/recipes-core/tasks/task-base.bb | 24 1 files changed, 4 insertions(+), 20 deletions(-) diff --git a/meta/recipes-core/tasks/task-base.bb

[OE-core] [RFC v3 PATCH 4/9] module-init-tools-cross: do not install depmod as depmod-2.6

2011-06-29 Thread Anders Darander
Signed-off-by: Anders Darander --- .../module-init-tools-cross_3.16.bb|4 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/meta/recipes-kernel/module-init-tools/module-init-tools-cross_3.16.bb b/meta/recipes-kernel/module-init-tools/module-init-tools

Re: [OE-core] [RFC v3 PATCH 0/9] Linux 3.0 build support

2011-06-29 Thread Anders Darander
On Wed, Jun 29, 2011 at 19:54, Anders Darander wrote: > > v3: - task-base.bb: fix a problem that *pcmia26 couldn't be found. This third version fixes a bug introduced in v2. (task-base-pcmcia26 weren't found). The fix is incorporated in patch 0008 (task-base). Sofar, I'

Re: [OE-core] [RFC v3 PATCH 0/9] Linux 3.0 build support

2011-06-30 Thread Anders Darander
On Thu, Jun 30, 2011 at 10:00, Richard Purdie wrote: > On Wed, 2011-06-29 at 20:02 +0200, Anders Darander wrote: >> On Wed, Jun 29, 2011 at 19:54, Anders Darander wrote: >> > >> > v3: - task-base.bb: fix a problem that *pcmia26 couldn't be found. >> Unless

[OE-core] [PATCH v4 2/8] image¡kernel.bblass module-init-tools: do not use depmod-2.6

2011-07-01 Thread Anders Darander
Change to only depend on virtual/*/depmod. Change all calls to only use depmod. Do not install depmod as depmod-2.6 Bump PR in module-init-tools-cross. Signed-off-by: Anders Darander --- meta/classes/image.bbclass |2 +- meta/classes/kernel.bbclass

[OE-core] [PATCH v4 1/8] Remove support for building 2.4 kernels

2011-07-01 Thread Anders Darander
Signed-off-by: Anders Darander --- meta/classes/kernel.bbclass | 12 ++-- meta/classes/module-base.bbclass |2 +- 2 files changed, 3 insertions(+), 11 deletions(-) diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass index f282a57..25f4855 100644 --- a/meta

[OE-core] [PATCH v4 6/8] modutils: remove modutils

2011-07-01 Thread Anders Darander
As 2.4 support is being phased out, remove modutils. Signed-off-by: Anders Darander --- meta/recipes-kernel/modutils/files/armeb.patch | 16 meta/recipes-kernel/modutils/files/configure.patch | 34 --- meta/recipes-kernel/modutils/files/gcc4.patch | 93

[OE-core] [PATCH v4 5/8] modutils-initscripts: move recipe prior to modutils removal

2011-07-01 Thread Anders Darander
Signed-off-by: Anders Darander --- .../{modutils => module-init-tools}/files/PD.patch |0 .../files/modutils.sh |0 .../modutils-initscripts.bb|0 3 files changed, 0 insertions(+), 0 deletions(-) rename meta/recipes-ker

[OE-core] [PATCH v4 4/8] kernel.bblass: remove get_kernelmajorversion

2011-07-01 Thread Anders Darander
It is now unused. Signed-off-by: Anders Darander --- meta/classes/linux-kernel-base.bbclass |8 1 files changed, 0 insertions(+), 8 deletions(-) diff --git a/meta/classes/linux-kernel-base.bbclass b/meta/classes/linux-kernel-base.bbclass index 510951a..4f2b0a4 100644 --- a/meta

[OE-core] [PATCH v4 7/8] task-base: remove modutils reference.

2011-07-01 Thread Anders Darander
Also remove the other kernel24 references. Make everything dependent on kernel26 default. Signed-off-by: Anders Darander --- meta/recipes-core/tasks/task-base.bb | 24 1 files changed, 4 insertions(+), 20 deletions(-) diff --git a/meta/recipes-core/tasks/task-base.bb

[OE-core] [PATCH v4 3/8] modules-init-tools(-cross): update to 3.16

2011-07-01 Thread Anders Darander
Update to get support for Linux 3.0. Delete the ignore_arch_directory.patch (as it does not apply to 3.16). Signed-off-by: Anders Darander --- .../files/ignore_arch_directory.patch | 30 ...oss_3.12.bb => module-init-tools-cross_3.16.bb} |4 +- .../mod

[OE-core] [PATCH v4 8/8] distro_tracking_fields: remove modutils.

2011-07-01 Thread Anders Darander
Signed-off-by: Anders Darander --- .../conf/distro/include/distro_tracking_fields.inc |8 +--- 1 files changed, 1 insertions(+), 7 deletions(-) diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc index 2e7996b..ad64581

[OE-core] [PATCH v4 0/8] Linux 3.0 build support

2011-07-01 Thread Anders Darander
8408: uclibc: Add default uClibc.machine files (2011-07-01 00:40:10 +0100) are available in the git repository at: git://github.com/darander/oe-core kernel-3.0 https://github.com/darander/oe-core/tree/kernel-3.0 Anders Darander (8): Remove support for building 2.4 kernels image¡kernel.bbla

Re: [OE-core] [PATCH v4 7/8] task-base: remove modutils reference.

2011-07-01 Thread Anders Darander
* Koen Kooi Koen Kooi [07/01/11 09:20 AM]: > Op 1 jul 2011, om 09:06 heeft Anders Darander het volgende geschreven: > > Also remove the other kernel24 references. > > Make everything dependent on kernel26 default. > > Since there will be only one of each, can we just c

Re: [OE-core] [PATCH v4 7/8] task-base: remove modutils reference.

2011-07-01 Thread Anders Darander
* Anders Darander Anders Darander [07/01/11 01:52 PM]: > from task-base.bb? Should that part just be new, general > RRECOMMENDS = "\ > kernel-module-nls-utf8 \ I should have written: RRECOMMENDS_task-base = "\ kernel-module-nls-utf8 \ Regards, Anders -- Anders D

[OE-core] [PATCH v5 0/8] Linux 3.0 build support

2011-07-01 Thread Anders Darander
core/tree/kernel-3.0 Anders Darander (8): Remove support for building 2.4 kernels image¡kernel.bblass module-init-tools: do not use depmod-2.6 modules-init-tools(-cross): update to 3.16 kernel.bblass: remove get_kernelmajorversion modutils-initscripts: move recipe prior to modutils remova

[OE-core] [PATCH v5 2/8] image¡kernel.bblass module-init-tools: do not use depmod-2.6

2011-07-01 Thread Anders Darander
Change to only depend on virtual/*/depmod. Change all calls to only use depmod. Do not install depmod as depmod-2.6 Bump PR in module-init-tools-cross. Signed-off-by: Anders Darander --- meta/classes/image.bbclass |2 +- meta/classes/kernel.bbclass

[OE-core] [PATCH v5 1/8] Remove support for building 2.4 kernels

2011-07-01 Thread Anders Darander
Signed-off-by: Anders Darander --- meta/classes/kernel.bbclass | 12 ++-- meta/classes/module-base.bbclass |2 +- 2 files changed, 3 insertions(+), 11 deletions(-) diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass index f282a57..25f4855 100644 --- a/meta

[OE-core] [PATCH v5 5/8] modutils-initscripts: move recipe prior to modutils removal

2011-07-01 Thread Anders Darander
Signed-off-by: Anders Darander --- .../{modutils => module-init-tools}/files/PD.patch |0 .../files/modutils.sh |0 .../modutils-initscripts.bb|0 3 files changed, 0 insertions(+), 0 deletions(-) rename meta/recipes-ker

[OE-core] [PATCH v5 6/8] modutils: remove modutils

2011-07-01 Thread Anders Darander
As 2.4 support is being phased out, remove modutils. Signed-off-by: Anders Darander --- meta/recipes-kernel/modutils/files/armeb.patch | 16 meta/recipes-kernel/modutils/files/configure.patch | 34 --- meta/recipes-kernel/modutils/files/gcc4.patch | 93

[OE-core] [PATCH v5 4/8] kernel.bblass: remove get_kernelmajorversion

2011-07-01 Thread Anders Darander
It is now unused. Signed-off-by: Anders Darander --- meta/classes/linux-kernel-base.bbclass |8 1 files changed, 0 insertions(+), 8 deletions(-) diff --git a/meta/classes/linux-kernel-base.bbclass b/meta/classes/linux-kernel-base.bbclass index 510951a..4f2b0a4 100644 --- a/meta

[OE-core] [PATCH v5 8/8] distro_tracking_fields: remove modutils.

2011-07-01 Thread Anders Darander
Signed-off-by: Anders Darander --- .../conf/distro/include/distro_tracking_fields.inc |8 +--- 1 files changed, 1 insertions(+), 7 deletions(-) diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc index 2e7996b..ad64581

[OE-core] [PATCH v5 7/8] task-base: remove modutils reference.

2011-07-01 Thread Anders Darander
Also remove the other kernel24 references. Make everything dependent on kernel26 default. Move the RDEPENDS- and RRECOMMENDS_task-base-kernel26 to _task-base. Signed-off-by: Anders Darander --- meta/recipes-core/tasks/task-base.bb | 49 ++--- 1 files changed, 15

[OE-core] [PATCH v5 3/8] modules-init-tools(-cross): update to 3.16

2011-07-01 Thread Anders Darander
Update to get support for Linux 3.0. Delete the ignore_arch_directory.patch (as it does not apply to 3.16). Signed-off-by: Anders Darander --- .../files/ignore_arch_directory.patch | 30 ...oss_3.12.bb => module-init-tools-cross_3.16.bb} |4 +- .../mod

[OE-core] [PATCH] resolvconf: update to version 1.58.

2011-07-04 Thread Anders Darander
The old version has become unavailable from the download site. Signed-off-by: Anders Darander --- .../{resolvconf_1.48.bb => resolvconf_1.58.bb} |7 +++ 1 files changed, 3 insertions(+), 4 deletions(-) rename meta/recipes-connectivity/resolvconf/{resolvconf_1.48

Re: [OE-core] [PATCH v5 7/8] task-base: remove modutils reference.

2011-07-04 Thread Anders Darander
Hi, * Richard Purdie Richard Purdie [07/02/11 12:35 AM]: > On Fri, 2011-07-01 at 15:32 +0200, Koen Kooi wrote: > > Op 1 jul 2011, om 15:08 heeft Anders Darander het volgende geschreven: > > > # linux-hotplug or none > > > # > > > -HOTPLUG ?= "${@ba

Re: [OE-core] [PATCH v5 7/8] task-base: remove modutils reference.

2011-07-05 Thread Anders Darander
* Richard Purdie Richard Purdie [07/05/11 10:24 AM]: > On Tue, 2011-07-05 at 08:54 +0200, Anders Darander wrote: > > Before I'll try to look into the comments above, I'd just like to be sure > > I'm working on the correct version of task-base.bb. Did you l

[OE-core] [PATCH 1/1] kernel.bbclass: make external module compile

2011-07-05 Thread Anders Darander
When compiling external modules, scripts/basic/fixdep and scripts/mod/modpost, is wanted. Do not remove too much from the staged kernel sources. Signed-off-by: Anders Darander --- meta/classes/kernel.bbclass |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/meta/classes

[OE-core] [PATCH 0/1] Fix external module compilations

2011-07-05 Thread Anders Darander
c8daf8b467: qt4: ensure target packages don't include host binaries (2011-07-05 11:28:59 +0100) are available in the git repository at: git://github.com/darander/oe-core fixdep https://github.com/darander/oe-core/tree/fixdep Anders Darander (1): kernel.bbclass: make external module

Re: [OE-core] [PATCH 1/1] kernel.bbclass: make external module compile

2011-07-05 Thread Anders Darander
* Phil Blundell Phil Blundell [07/05/11 02:44 PM]: > On Tue, 2011-07-05 at 14:01 +0200, Anders Darander wrote: > > diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass > > index 943252a..26ee416 100644 > > --- a/meta/classes/kernel.bbclass > > +++ b/

[OE-core] [PATCH 0/1] Remove exported KERNEL_SOURCE

2011-07-05 Thread Anders Darander
+0100) are available in the git repository at: git://github.com/darander/oe-core kernel-source https://github.com/darander/oe-core/tree/kernel-source Anders Darander (1): module-base: remove KERNEL-SOURCE meta/classes/module-base.bbclass |1 - 1 files changed, 0 insertions(+), 1

[OE-core] [PATCH 1/1] module-base: remove KERNEL-SOURCE

2011-07-05 Thread Anders Darander
kernel-source do not exist in STAGING_KERNEL_DIR any longer. Remove the exported KERNEL_SOURCE as the STAGING_KERNEL_DIR can be used in module recipes directly. Signed-off-by: Anders Darander --- meta/classes/module-base.bbclass |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff

Re: [OE-core] [PATCH 1/1] kernel.bbclass: make external module compile

2011-07-05 Thread Anders Darander
On 5 jul 2011, at 15:09, "Richard Purdie" wrote: > On Tue, 2011-07-05 at 14:54 +0200, Anders Darander wrote: >> * Phil Blundell Phil Blundell [07/05/11 02:44 PM]: >>> On Tue, 2011-07-05 at 14:01 +0200, Anders Darander wrote: >>>> diff --git a/me

[OE-core] [PATCH v6 0/2] Linux 3.0 build support

2011-07-05 Thread Anders Darander
https://github.com/darander/oe-core/tree/kernel-3.0 Anders Darander (2): task-base: remove modutils reference. task-base: remove unconditional inclusion of kernel-module-rtc-sa1100 meta/recipes-core/tasks/task-base.bb | 59 -- 1 files changed, 14 insertions

[OE-core] [PATCH v6 1/2] task-base: remove modutils reference.

2011-07-05 Thread Anders Darander
Also remove the other kernel24 references. Make everything dependent on kernel26 default. Move the RDEPENDS- and RRECOMMENDS_task-base-kernel26 to _task-base. Signed-off-by: Anders Darander --- meta/recipes-core/tasks/task-base.bb | 60 - 1 files changed, 15

[OE-core] [PATCH v6 2/2] task-base: remove unconditional inclusion of kernel-module-rtc-sa1100

2011-07-05 Thread Anders Darander
Signed-off-by: Anders Darander --- meta/recipes-core/tasks/task-base.bb |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/meta/recipes-core/tasks/task-base.bb b/meta/recipes-core/tasks/task-base.bb index 527bc6d..97a854c 100644 --- a/meta/recipes-core/tasks/task-base.bb

Re: [OE-core] [PATCH 0/1] Remove exported KERNEL_SOURCE

2011-07-05 Thread Anders Darander
* Anders Darander Anders Darander [07/05/11 04:52 PM]: > Remove KERNEL-SOURCE as an exported variable. > When building an external module the > STAGING_KERNEL_DIR variable can justbas well be used in > the module recipe. There is an alternative solution, which is to instead of remov

Re: [OE-core] [PATCH 1/1] kernel.bbclass: make external module compile

2011-07-06 Thread Anders Darander
Hi Darren, On 6 jul 2011, at 18:37, "Darren Hart" wrote: > Please see the following commit log: > > commit 3b49416fc7a7ee9bfe722f2e6089aa18df41dc58 > Author: Darren Hart > Date: Tue Mar 8 17:09:10 2011 -0800 > >kernel/bbclass: rework kernel and module classes to allow for building > out

Re: [OE-core] Proposal: recipe feature switches

2011-07-06 Thread Anders Darander
* Tom Rini Tom Rini [07/06/11 07:53 PM]: > On 07/01/2011 02:41 AM, Koen Kooi wrote: > > Op 1 jul 2011, om 11:26 heeft Frans Meulenbroeks het volgende geschreven: > >> 2011/7/1 Koen Kooi > >> > >> Op 1 jul 2011, om 10:55 heeft Frans Meulenbroeks het volgende geschreven: > >>> Good idea. > >>> Pe

Re: [OE-core] [PATCH 1/1] kernel.bbclass: make external module compile

2011-07-08 Thread Anders Darander
On 6 jul 2011, at 20:32, "Darren Hart" wrote: > > On 07/06/2011 10:31 AM, Anders Darander wrote: >> Hi Darren, >> >> On 6 jul 2011, at 18:37, "Darren Hart" >> wrote: >>> The scripts are recreated during the build of module.b

Re: [OE-core] kernels

2011-07-21 Thread Anders Darander
On 20 jul 2011, at 22:18, "Bruce Ashfield" wrote: > On Wed, Jul 20, 2011 at 11:45 AM, Koen Kooi > wrote: >> >> Op 20 jul 2011, om 17:42 heeft Bruce Ashfield het volgende geschreven: >> >>> On Fri, Jul 15, 2011 at 11:36 AM, Bruce Ashfield >>> wrote: On Fri, Jul 15, 2011 at 11:02 AM, Phi

Re: [OE-core] kernels

2011-07-21 Thread Anders Darander
On 21 jul 2011, at 19:36, "Bruce Ashfield" wrote: > On Thu, Jul 21, 2011 at 1:23 PM, Anders Darander > wrote: >> >> On 20 jul 2011, at 22:18, "Bruce Ashfield" wrote: >> >>> On Wed, Jul 20, 2011 at 11:45 AM, Koen Kooi >>> wrote

[OE-core] Unrecognized option while building pseudo (target)

2011-08-08 Thread Anders Darander
ion '-m32'cc1: error: unrecognized command line option '-m32'cc1: error: unrecognized command line option '-m32' By commenting out the setting of 'CFLAGS_CODE += -m$(BITS)' in Makefile.in, I can get the build to continue past pseudo. Any ideas of how I sh

Re: [OE-core] Unrecognized option while building pseudo (target)

2011-08-08 Thread Anders Darander
u change the compilation to not specify the -m32 on arm, I'd > give pseudo about a 75% chance of working properly on ARM.. but it's never > been > tested there.) -- Anders Darander ChargeStorm AB Tel: +46 702 44 84 36 Laxholmstorget 3Email: and...@chargestorm.

Re: [OE-core] X11 as DISTRO_FEATURE

2011-08-11 Thread Anders Darander
wanted to do for a long time (but I never seem to get the time for it). Once again, I'm fighting against not only building X-related stuff, but also preventing it from leaking into my image... I think making it a distro feature is the best option, and once we get this into oe-core, I think we

Re: [OE-core] [PATCH] libx11: skip self if x11 not in DISTRO_FEATURES

2011-08-15 Thread Anders Darander
should only build the correct version, not all of them. > EXCLUDE_FROM_WORLD = "1" > + > +python () { > + if not oe.utils.contains ('DISTRO_FEATURES', 'x11', True, False, d): > + raise bb.parse.SkipPackage("X11 not enab

Re: [OE-core] [PATCH] libx11: skip self if x11 not in DISTRO_FEATURES

2011-08-15 Thread Anders Darander
* Phil Blundell [110815 15:07]: > On Mon, 2011-08-15 at 14:23 +0200, Anders Darander wrote: > > Although, it is already mergerd by Richard, I really like this patch > > series (after testing it). > > > > * Phil Blundell [110812 17:57]: > > > This stops (most)

Re: [OE-core] [PATCH] libx11: skip self if x11 not in DISTRO_FEATURES

2011-08-15 Thread Anders Darander
* Paul Eggleton [110815 15:24]: > On Monday 15 August 2011 14:15:47 Anders Darander wrote: > > The short-term solution is to get a similar patch applied to meta-oe. > > The long-term solution, any volunteers?, would be to convert the > > qt4-recipes in meta-to bbappends (if

[OE-core] [PATCH 1/5] qt4: allow a reduction in build time

2011-08-16 Thread Anders Darander
to rename qtdemo, if qtdemo exists. * Guard do_split_packages() with an try-except-clause, otherwise we get an error stating that .../phrasebooks/... do not exist. Signed-off-by: Anders Darander --- meta/recipes-qt/qt4/qt4.inc | 13 - 1 files changed, 8 insertions(+), 5 deletions(-)

[OE-core] [PATCH 2/5] qmake_base: add uclibceabi

2011-08-16 Thread Anders Darander
Partial sync of qmake_base from meta-oe. * Add a matching rule for *linux-uclibceabi-oe-g++, to make qmake_base.bbclase more similar to the version in meta-oe. Signed-off-by: Anders Darander --- meta/classes/qmake_base.bbclass |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff

[OE-core] [PATCH 4/5] ofono: conditionally enable bluetooth

2011-08-16 Thread Anders Darander
Use DISTRO_FEATURE to conditionally depend on bluez4, as well as enabling bluetooth. Signed-off-by: Anders Darander --- meta/recipes-connectivity/ofono/ofono.inc |3 ++- meta/recipes-connectivity/ofono/ofono_0.50.bb |1 + meta/recipes-connectivity/ofono/ofono_git.bb |4 3

  1   2   3   4   >