Re: [oe] RFC: Support for R/W git in bitbake

2012-04-18 Thread Antonio Ospite
, Antonio -- Antonio Ospite http://ao2.it A: Because it messes up the order in which people normally read text. See http://en.wikipedia.org/wiki/Posting_style Q: Why is top-posting such a bad thing? pgpA6PWyQul2Q.pgp Description: PGP signature

[oe] Using 'mr' to manage an oe-core build environment (configuration and layers)

2011-12-09 Thread Antonio Ospite
://kitenet.net/~joey/code/mr/ -- Antonio Ospite http://ao2.it PGP public key ID: 0x4553B001 A: Because it messes up the order in which people normally read text. See http://en.wikipedia.org/wiki/Posting_style Q: Why is top-posting such a bad thing? pgp1JrW4jAfGz.pgp Description: PGP signature

Re: [oe] [oe-core][PATCH] gcc-4.6.inc: remove gcc-arm-set-cost.patch merged upstream

2011-12-08 Thread Antonio Ospite
On Wed, 7 Dec 2011 16:34:53 +0100 Martin Jansa martin.ja...@gmail.com wrote: On Wed, Dec 07, 2011 at 04:18:11PM +0100, Antonio Ospite wrote: gcc-arm-set-cost.patch is not needed anymore as it has been merged upstream, remove it. I belive this is because you're using meta-oe from where

[oe] [meta-handheld][PATCH 0/2] Little EzX fixes

2011-12-08 Thread Antonio Ospite
-base.inc. Thanks, Antonio Antonio Ospite (2): motorola-ezx-base.inc: do not define TARGET_ARCH motorola-ezx-base.inc: enable iwmmxt as extra arch only when needed conf/machine/include/motorola-ezx-base.inc |5 + 1 files changed, 1 insertions(+), 4 deletions(-) -- Antonio Ospite

[oe] [meta-handheld][PATCH 2/2] motorola-ezx-base.inc: enable iwmmxt as extra arch only when needed

2011-12-08 Thread Antonio Ospite
Use PACKAGE_EXTRA_ARCHS_tune-xscale so we don't need to remove the generic PACKAGE_EXTRA_ARCHS line in case we enable tune-iwmmxt.inc Signed-off-by: Antonio Ospite osp...@studenti.unina.it --- conf/machine/include/motorola-ezx-base.inc |4 +--- 1 files changed, 1 insertions(+), 3 deletions

[oe] [meta-handheld][PATCH 1/2] motorola-ezx-base.inc: do not define TARGET_ARCH

2011-12-08 Thread Antonio Ospite
Removing TARGET_ARCH = arm fixes this error: Error, the PACKAGE_ARCHS variable does not contain TUNE_PKGARCH (armv5te). Signed-off-by: Antonio Ospite osp...@studenti.unina.it --- conf/machine/include/motorola-ezx-base.inc |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git

[oe] [oe-core][PATCH] gcc-4.6.inc: remove gcc-arm-set-cost.patch merged upstream

2011-12-07 Thread Antonio Ospite
gcc-arm-set-cost.patch is not needed anymore as it has been merged upstream, remove it. Having it around breaks compilation with messages like: .../gcc-4.6.2+svnr181430-r22/gcc-4_6-branch/gcc/config/arm/arm.c:7945:5: error: duplicate case value Signed-off-by: Antonio Ospite osp

Re: [oe] [PATCH 1/2] tzcode-native: update to 2011e

2011-04-05 Thread Antonio Ospite
-2011e.sha256sum] = 44fef01de4589a4979eb6b5fdbbfd21a3b135852af1ecbfb9e0368ae47392c79 + Just nitpicking, maybe you can drop the last blank line. Same comment for the other patch about tzdata. Thanks, Antonio -- Antonio Ospite http://ao2.it PGP public key ID: 0x4553B001 A: Because it messes up the order

Re: [oe] [PATCH v2 1/2] tzcode-native: update to 2011e

2011-04-05 Thread Antonio Ospite
On Tue, 5 Apr 2011 07:28:25 -0400 Bob Foerster rob...@erafx.com wrote: Signed-off-by: Bob Foerster rob...@erafx.com Acked-by: Antonio Ospite osp...@studenti.unina.it Bob, do you want me to push those? --- ...code-native_2011d.bb = tzcode-native_2011e.bb} | 10 +- 1 files

Re: [oe] [PATCH v2 2/2] tzdata: update to 2011e

2011-04-05 Thread Antonio Ospite
On Tue, 5 Apr 2011 07:28:26 -0400 Bob Foerster rob...@erafx.com wrote: Signed-off-by: Bob Foerster rob...@erafx.com Acked-by: Antonio Ospite osp...@studenti.unina.it --- .../tzdata/{tzdata_2011d.bb = tzdata_2011e.bb}|4 ++-- 1 files changed, 2 insertions(+), 2 deletions

Re: [oe] [PATCH 1/2] tzcode-native: update to 2011e

2011-04-05 Thread Antonio Ospite
. Regards, Antonio -- Antonio Ospite http://ao2.it PGP public key ID: 0x4553B001 A: Because it messes up the order in which people normally read text. See http://en.wikipedia.org/wiki/Posting_style Q: Why is top-posting such a bad thing? pgp9fiqr78bQI.pgp Description: PGP signature

Re: [oe] [PATCH 1/2] tzcode-native: update to 2011e

2011-04-05 Thread Antonio Ospite
On Tue, 5 Apr 2011 11:32:41 -0400 Robert Foerster rob...@erafx.com wrote: On Tue, Apr 5, 2011 at 11:20 AM, Antonio Ospite osp...@studenti.unina.itwrote: [...] or a bit newer tzcode :) OE nokia900@shr ~/shr-core $ grep LIC meta-shr/recipes-extended/tzcode/ tzcode-native_2011d.bb

Re: [oe] [RFC, PATCH] classes/mirrors.bbclass: add mirror for download.osgeo.org

2011-04-04 Thread Antonio Ospite
On Tue, 29 Mar 2011 18:34:43 +0200 Antonio Ospite osp...@studenti.unina.it wrote: The host download.osgeo.org is not reachable from some network/country because of some routing issue, and this makes the do_fetch task of the libtiff recipe to fail: [..] Add a reachable mirror for it, so

[oe] [RFC, PATCH] classes/mirrors.bbclass: add mirror for download.osgeo.org

2011-03-29 Thread Antonio Ospite
mirror for it, so that the tiff recipe can build fine. Signed-off-by: Antonio Ospite osp...@studenti.unina.it --- A less invasive solution would be to change the SRC_URI address directly in the recipe, but I don't know if that can affects anyone else, or we can even have a copy of the archive

[oe] [PATCH 2/2] tzcode-native: update to 2011d

2011-03-28 Thread Antonio Ospite
Signed-off-by: Antonio Ospite osp...@studenti.unina.it --- ...code-native_2011b.bb = tzcode-native_2011d.bb} | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) rename recipes/tzcode/{tzcode-native_2011b.bb = tzcode-native_2011d.bb} (51%) diff --git a/recipes/tzcode/tzcode

[oe] [PATCH 0/2] Usual tzdata tzcode updates

2011-03-28 Thread Antonio Ospite
I am going to push these in a couple of hours. Antonio Ospite (2): tzdata: Updated to 2011d tzcode-native: update to 2011d ...code-native_2011b.bb = tzcode-native_2011d.bb} | 10 +- .../tzdata/{tzdata_2011b.bb = tzdata_2011d.bb}|5 ++--- 2 files changed, 7 insertions(+), 8

[oe] [PATCH 1/2] tzdata: Updated to 2011d

2011-03-28 Thread Antonio Ospite
Signed-off-by: Antonio Ospite osp...@studenti.unina.it --- .../tzdata/{tzdata_2011b.bb = tzdata_2011d.bb}|5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) rename recipes/tzdata/{tzdata_2011b.bb = tzdata_2011d.bb} (64%) diff --git a/recipes/tzdata/tzdata_2011b.bb b/recipes

[oe] [PATCH 2/2] tzcode-native: bump version to 2010n

2010-11-03 Thread Antonio Ospite
Signed-off-by: Antonio Ospite osp...@studenti.unina.it --- ...code-native_2010m.bb = tzcode-native_2010n.bb} | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) rename recipes/tzcode/{tzcode-native_2010m.bb = tzcode-native_2010n.bb} (51%) diff --git a/recipes/tzcode/tzcode

[oe] [PATCH 0/2] Update tzcode and tzdata to latest versions

2010-11-03 Thread Antonio Ospite
the changes in a few hours if nobody objects. Thanks, Antonio Antonio Ospite (2): tzdata: bump version to 2010o tzcode-native: bump version to 2010n ...code-native_2010m.bb = tzcode-native_2010n.bb} | 10 +- .../tzdata/{tzdata_2010m.bb = tzdata_2010o.bb}|4 ++-- 2 files

Re: [oe] [PATCH 1/2] libgpsbt_0.1: adding dbus-glib to DEPENDS

2010-07-21 Thread Antonio Ospite
for that? Maybe you are willing to send a v2 with proper SOB lines and improved commit messages? Thanks, Antonio -- Antonio Ospite http://ao2.it PGP public key ID: 0x4553B001 A: Because it messes up the order in which people normally read text. See http://en.wikipedia.org/wiki/Posting_style Q: Why

Re: [oe] [PATCH 1/2] libgpsbt_0.1: adding dbus-glib to DEPENDS

2010-07-19 Thread Antonio Ospite
On Wed, 14 Jul 2010 21:50:11 +0200 Antonio Ospite osp...@studenti.unina.it wrote: On Tue, 13 Jul 2010 16:08:56 +0200 Nicola Ranaldo nicola.rana...@gmail.com wrote: --- recipes/maemo4/libgpsbt_0.1.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) Hi Nicola, would you

Re: [oe] [PATCH 1/2] libgpsbt_0.1: adding dbus-glib to DEPENDS

2010-07-14 Thread Antonio Ospite
help people in picking up patches about areas of a project they are not directly interested in. Ah, and you should increase PR when changing a recipe like you are doing. Ciao ciao, Antonio -- Antonio Ospite http://ao2.it PGP public key ID: 0x4553B001 A: Because it messes up the order in which

Re: [oe] meta-toolchain fails in do_populate_sdk

2010-06-21 Thread Antonio Ospite
00:15, Antonio Ospite wrote: Hi, * check_data_file_clashes: Package gdb-cross-sdk wants to install file .../build/tmp/work/armv5te-oe-linux-gnueabi/meta-toolchain-1.0-r0/sdk/image/usr/local/minimal/arm/share/info/dir But that file is already provided by package * binutils-cross-sdk I

[oe] [PATCH 0/3] ezx: move some _svn.bb recipes to _git.bb

2010-06-18 Thread Antonio Ospite
gen-blob and boot_usb (now moto-boot-usb) are now managed with git, this series replaces the svn recipes, all future development will be in the git repositories. Antonio Ospite (3): ezx: replace ezx-gen-blob_svn.bb with ezx-gen-blob_git.bb ezx: rename ezx-boot-usb recipe to moto-boot-usb

[oe] [PATCH 3/3] ezx: rename references to ezx-boot-usb into moto-boot-usb

2010-06-18 Thread Antonio Ospite
Signed-off-by: Antonio Ospite osp...@studenti.unina.it --- conf/distro/include/preferred-om-2008-versions.inc |2 +- conf/machine/include/motorola-ezx-base.inc |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/distro/include/preferred-om-2008-versions.inc

[oe] [PATCH 1/3] ezx: replace ezx-gen-blob_svn.bb with ezx-gen-blob_git.bb

2010-06-18 Thread Antonio Ospite
gen-blob is now at git.openezx.org, replace the old svn recipe with one which fetches the code from the git repository. Signed-off-by: Antonio Ospite osp...@studenti.unina.it --- recipes/ezx/ezx-gen-blob_git.bb | 41 +++ recipes/ezx/ezx-gen-blob_svn.bb

[oe] [PATCH 2/3] ezx: rename ezx-boot-usb recipe to moto-boot-usb, use git

2010-06-18 Thread Antonio Ospite
boot_usb is now named moto-boot-usb and is hosted on git.openezx.org, move recipes/ezx/ezx-boot-usb-native_svn.bb to recipes/ezx/moto-boot-usb-native_git.bb and fix it. Signed-off-by: Antonio Ospite osp...@studenti.unina.it --- recipes/ezx/ezx-boot-usb-native_svn.bb | 29

Re: [oe] [PATCH 01/12] fso-image.inc: add an even shorter alias, for ls -l

2010-06-07 Thread Antonio Ospite
On Mon, 31 May 2010 13:19:30 +0200 Koen Kooi k.k...@student.utwente.nl wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 31-05-10 11:55, Antonio Ospite wrote: 'l' is a must have along with 'll'. Signed-off-by: Antonio Ospite osp...@studenti.unina.it [...] diff --git a/recipes

Re: [oe] [PATCH 07/12 v2] motorola-ezx-base.inc: refresh machine definition

2010-06-01 Thread Antonio Ospite
On Mon, 31 May 2010 18:32:34 +0200 Koen Kooi k.k...@student.utwente.nl wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 31-05-10 16:28, Antonio Ospite wrote: Reorder sections to a more logic scheme, following magician.conf, other cleanups: * sort MACHINE_FEATURES

[oe] [PATCH 03/12] device_table-ezx.txt: add needed device nodes

2010-05-31 Thread Antonio Ospite
* With all the mux nodes we can start playing again with gps on A780 * More fb nodes are needed for pxa fb overlay access * Audio devices are needed too in the case of static /dev Signed-off-by: Antonio Ospite osp...@studenti.unina.it --- files/device_table-ezx.txt | 12 +++- 1 files

[oe] [PATCH 02/12] device_table-minimal.txt: fix input device nodes path

2010-05-31 Thread Antonio Ospite
Input event device nodes are usually under /dev/input. Signed-off-by: Antonio Ospite osp...@studenti.unina.it --- files/device_table-minimal.txt |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/files/device_table-minimal.txt b/files/device_table-minimal.txt index a474377

[oe] [PATCH 07/12] motorola-ezx-base.inc: refresh machine definition

2010-05-31 Thread Antonio Ospite
Reorder sections to a more logic scheme, following magician.conf, other cleanups: * sort MACHINE_FEATURES alphabetically * add ezx-gen-blob to EXTRA_IMAGEDEPENDS * use MODUTILS=26 * Add needed kernel modules for BP * get rid of udev Signed-off-by: Antonio Ospite osp...@studenti.unina.it

[oe] [PATCH 00/12] motorola-ezx related changes

2010-05-31 Thread Antonio Ospite
Hi, here's some motorola-ezx related changes, plus a couple of other fixes I am using here. Namely, the non ezx related changes are 01 and 02. Can anyone review and apply, please? Thanks, Antonio Ospite Antonio Ospite (11): fso-image.inc: add an even shorter alias for ls -l device_table

[oe] [PATCH 09/12] openezx-kernel_git: update recipe

2010-05-31 Thread Antonio Ospite
* bump KV * bump SRCREV: The new version enables CONFIG_DEVTMPFS by default and some other stuff, and fixes usblan on gen2 when booting from MMC * Provide a fallback CMDLINE * Keep OABI config setting * Use a -oe LOCALVERSION both in KV and in .config Signed-off-by: Antonio Ospite osp

[oe] [PATCH 11/12] ezx-boot-usb-native: bump SRCREV

2010-05-31 Thread Antonio Ospite
This newer revision fixes flashing to NOR. Signed-off-by: Antonio Ospite osp...@studenti.unina.it --- recipes/ezx/ezx-boot-usb-native_svn.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/recipes/ezx/ezx-boot-usb-native_svn.bb b/recipes/ezx/ezx-boot-usb-native_svn.bb

[oe] [PATCH 01/12] fso-image.inc: add an even shorter alias, for ls -l

2010-05-31 Thread Antonio Ospite
'l' is a must have along with 'll'. Signed-off-by: Antonio Ospite osp...@studenti.unina.it --- recipes/images/fso-image.inc |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/recipes/images/fso-image.inc b/recipes/images/fso-image.inc index cc626f3..704d267 100644

[oe] [PATCH 12/12] frameworkd_git.bb: bump SRCREV

2010-05-31 Thread Antonio Ospite
ogsmd has now some more reliable support for the Freescale Neptune modem used in Motorola EzX phones. Signed-off-by: Antonio Ospite osp...@studenti.unina.it --- recipes/freesmartphone/frameworkd_git.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes

[oe] [PATCH 08/12] motorola-ezx-base.inc: Add support for ubifs

2010-05-31 Thread Antonio Ospite
From: Ilya Petrov ilya.muro...@gmail.com Signed-off-by: Ilya Petrov ilya.muro...@gmail.com Signed-off-by: Antonio Ospite osp...@studenti.unina.it --- conf/machine/include/motorola-ezx-base.inc | 17 + 1 files changed, 17 insertions(+), 0 deletions(-) diff --git a/conf/machine

[oe] [PATCH 04/12] xserver-kdrive-common/Xserver: fix EZX settings

2010-05-31 Thread Antonio Ospite
Support all EZX machines, and set up the mouse as a tslib device. Signed-off-by: Antonio Ospite osp...@studenti.unina.it --- .../xserver-kdrive-common/Xserver |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/recipes/xserver-kdrive-common/xserver

Re: [oe] [PATCH 00/12] motorola-ezx related changes

2010-05-31 Thread Antonio Ospite
bumps, for instance) I guess I will commit directly, on anything else I am going to send patches here some days before pushing, or until I get sufficient ACKs. Regards, Antonio -- Antonio Ospite http://ao2.it PGP public key ID: 0x4553B001 A: Because it messes up the order in which people

Re: [oe] [PATCH 07/12] motorola-ezx-base.inc: refresh machine definition

2010-05-31 Thread Antonio Ospite
On Mon, 31 May 2010 13:18:05 +0200 Koen Kooi k.k...@student.utwente.nl wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 31-05-10 11:55, Antonio Ospite wrote: * get rid of udev +# We don't want udev, we rely on CONFIG_DEVTMPFS +IMAGE_DEV_MANAGER = I most strongly

[oe] [PATCH 07/12 v2] motorola-ezx-base.inc: refresh machine definition

2010-05-31 Thread Antonio Ospite
Reorder sections to a more logic scheme, following magician.conf, other cleanups: * sort MACHINE_FEATURES alphabetically * add ezx-gen-blob to EXTRA_IMAGEDEPENDS * use MODUTILS=26 * Add needed kernel modules for BP Signed-off-by: Antonio Ospite osp...@studenti.unina.it --- Changes since v1

Re: [oe] [PATCH 00/12] motorola-ezx related changes

2010-05-31 Thread Antonio Ospite
On Mon, 31 May 2010 16:11:36 +0200 Koen Kooi k.k...@student.utwente.nl wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 31-05-10 11:55, Antonio Ospite wrote: Hi, here's some motorola-ezx related changes, plus a couple of other fixes I am using here. Namely, the non ezx related

Re: [oe] developmet setup

2010-05-27 Thread Antonio Ospite
at: http://ao2.it/blog/2010/05/27/neat-compilerun-cycle-git-and-openembedded does this work for you? Regards, Antonio -- Antonio Ospite http://ao2.it PGP public key ID: 0x4553B001 A: Because it messes up the order in which people normally read text. See http://en.wikipedia.org/wiki

Re: [oe] binutils-cross-sdk_cvs.bb fails in do_install

2010-05-21 Thread Antonio Ospite
On Thu, 20 May 2010 17:25:16 -0700 Khem Raj raj.k...@gmail.com wrote: On (21/05/10 00:28), Antonio Ospite wrote: Hi, as per subject binutils-cross-sdk_cvs.bb fails to build for DISTRO=minimal this prevents meta-toolchain to be build from scratch as well. http

Re: [oe] binutils-cross-sdk_cvs.bb fails in do_install

2010-05-21 Thread Antonio Ospite
On Fri, 21 May 2010 00:23:26 -0700 Khem Raj raj.k...@gmail.com wrote: On Thu, May 20, 2010 at 5:25 PM, Khem Raj raj.k...@gmail.com wrote: On (21/05/10 00:28), Antonio Ospite wrote: Hi, as per subject binutils-cross-sdk_cvs.bb fails to build for DISTRO=minimal this prevents meta

[oe] binutils-cross-sdk_cvs.bb fails in do_install

2010-05-20 Thread Antonio Ospite
Hi, as per subject binutils-cross-sdk_cvs.bb fails to build for DISTRO=minimal this prevents meta-toolchain to be build from scratch as well. http://tinderbox.openembedded.org/builds/71564/ Any hints? Thanks, Antonio -- Antonio Ospite http://ao2.it PGP public key ID: 0x4553B001

[oe] [PATCH 0/2] tzcode/tzdata updates

2010-05-14 Thread Antonio Ospite
And a question for future updates: when renaming recipes it is not needed to change PR, is it? Would it be even better to reset it to some zero value? I mean, like in tzcode-native_2010j.bb, should one set PR to ${INC_PR}.0 after a rename? Thanks, Antonio Antonio Ospite (2): tzcode-native

[oe] [PATCH 1/2] tzcode-native: update to 2010j

2010-05-14 Thread Antonio Ospite
Update checksums; tzdata version bumps to 2010j as well. Signed-off-by: Antonio Ospite osp...@studenti.unina.it --- recipes/tzcode/tzcode-native_2010f.bb | 16 recipes/tzcode/tzcode-native_2010j.bb | 16 2 files changed, 16 insertions(+), 16 deletions

[oe] [PATCH 1/2 v2] tzcode-native: update to 2010j

2010-05-14 Thread Antonio Ospite
Update checksums; tzdata version bumps to 2010j as well. Signed-off-by: Antonio Ospite osp...@studenti.unina.it --- Changes since v1: Set PR to ${INC_PR}.0 as confirmed by Roman. Thanks, Antonio recipes/tzcode/tzcode-native_2010f.bb | 16 recipes/tzcode/tzcode

Re: [oe] meta-toolchain doesn't build due to gdb-cross-sdk

2010-05-13 Thread Antonio Ospite
bb.providers.NoProvider NoProvider The weird thing is that 'bitbake gdb-cross-sdk' *DOES* work. Any ideas? regards, Koen -- Antonio Ospite http://ao2.it PGP public key ID: 0x4553B001 A: Because it messes up the order in which people normally read text. See http://en.wikipedia.org

Re: [oe] [PATCH] image.bbclass: create /etc/device_table from IMAGE_DEVICE_TABLES

2010-04-28 Thread Antonio Ospite
On Mon, 26 Apr 2010 18:34:06 +0200 Koen Kooi k.k...@student.utwente.nl wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 26-04-10 17:36, Antonio Ospite wrote: Right now when the 'devices' script from initscripts is called the layout specified in IMAGE_DEVICES_TABLES is lost

Re: [oe] gen-blob size with gcc-4.4.2 SOLVED? (was: [PATCH 0/5] Misc updates for EZX bits in OE)

2010-04-23 Thread Antonio Ospite
, 26 Mar 2010 16:17:24 +0100 Antonio Ospite osp...@studenti.unina.it wrote: On Thu, 25 Mar 2010 13:39:00 -0700 Khem Raj raj.k...@gmail.com wrote: On (25/03/10 18:19), Antonio Ospite wrote: [...] Note that although ezx-gen-blob builds fine now, it seems to have issues with GCC 4.4

Re: [oe] gen-blob size with gcc-4.4.2 SOLVED? (was: [PATCH 0/5] Misc updates for EZX bits in OE)

2010-04-23 Thread Antonio Ospite
On Fri, 23 Apr 2010 09:45:04 -0700 Khem Raj raj.k...@gmail.com wrote: On Fri, Apr 23, 2010 at 5:28 AM, Antonio Ospite osp...@studenti.unina.it wrote: [...] On Fri, 26 Mar 2010 16:17:24 +0100 Antonio Ospite osp...@studenti.unina.it wrote: On Thu, 25 Mar 2010 13:39:00 -0700 Khem Raj

[oe] About having a static /dev

2010-04-22 Thread Antonio Ospite
at the next boot. Any suggestion about how to get to a clean solution which can be reused by others? I can fix 1. somehow, but for 2. I still don't have any idea. Thanks, Antonio -- Antonio Ospite http://ao2.it PGP public key ID: 0x4553B001 A: Because it messes up the order in which people

Re: [oe] About having a static /dev

2010-04-22 Thread Antonio Ospite
On Thu, 22 Apr 2010 12:55:43 +0100 Phil Blundell ph...@gnu.org wrote: On Thu, 2010-04-22 at 13:43 +0200, Antonio Ospite wrote: 2. If I install any package which depends on udev then udev is brought in and the static layout is gone at the next boot. I think your best option

[oe] Configuring feeds when building an image

2010-04-21 Thread Antonio Ospite
repository layout is nice, but what if we want to use it (or abuse an online angstrom repository) with a non angstrom distro? Just IMAGE_INSTALL_append += angstrom-feed-configs is not enough and can lead to a mixed config right now. Thanks, Antonio -- Antonio Ospite http://ao2.it PGP public key ID

[oe] [BUG] pixman_0.16.2.bb fails in do_compile

2010-04-16 Thread Antonio Ospite
Hi, Here's the complete log: http://tinderbox.openembedded.org/packages/550959/ Thanks, Antonio -- Antonio Ospite http://ao2.it PGP public key ID: 0x4553B001 A: Because it messes up the order in which people normally read text. See http://en.wikipedia.org/wiki/Posting_style Q: Why

Re: [oe] [PATCH 0/5] Misc updates for EZX bits in OE

2010-04-15 Thread Antonio Ospite
On Fri, 26 Mar 2010 16:17:24 +0100 Antonio Ospite osp...@studenti.unina.it wrote: On Thu, 25 Mar 2010 13:39:00 -0700 Khem Raj raj.k...@gmail.com wrote: On (25/03/10 18:19), Antonio Ospite wrote: Hi, here are some updates for EZX bits in OE. With these changes we have

Re: [oe] libmokoui2 needs pygtk-codegen-2.0

2010-04-11 Thread Antonio Ospite
On Fri, 09 Apr 2010 22:41:07 +0200 Koen Kooi k.k...@student.utwente.nl wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09-04-10 21:39, Antonio Ospite wrote: Hi, when building libmokoui2 I get this: http://tinderbox.openembedded.org/packages/544186/ basically: /bin/sh

[oe] [PATCH] paroli: depend just on edbus, not on edbus-ehal

2010-04-09 Thread Antonio Ospite
edbus-ehal is not available anywhere in current metadata, just depend on edbus to make images which include paroli build. See also http://tinderbox.openembedded.org/packages/544404/ Signed-off-by: Antonio Ospite osp...@studenti.unina.it --- This fixes an issue when building fso-zhone-image

[oe] libmokoui2 needs pygtk-codegen-2.0

2010-04-09 Thread Antonio Ospite
- rm -f ${D}/${bindir}/pygtk-codegen-2.0 rm -rf ${D}/${libdir}/pkgconfig } Is this the way to go? Why pygtk-codegen-2.0 is not supplied? This is one of the very few issues which prevent me from building fso-zhone-image from a fresh setup. Thanks, Antonio -- Antonio Ospite http

Re: [oe] gtk+-native-2.20.0-r8.0 fails in do_configure.

2010-04-08 Thread Antonio Ospite
On Tue, 6 Apr 2010 11:58:37 +0200 Antonio Ospite osp...@studenti.unina.it wrote: On Sat, 3 Apr 2010 20:17:09 +0200 Marcin Juszkiewicz mar...@juszkiewicz.com.pl wrote: Dnia sobota, 3 kwietnia 2010 o 17:17:24 Antonio Ospite napisał(a): when building gtk+-native-2.20.0-r8.0 (actually

[oe] [PATCH 0/2] Updates to tzcode-native and tzdata

2010-04-08 Thread Antonio Ospite
Here are some updates to tzcode-native and tzdata as tzdata_2010g is no longer available at the default location. In tzcode-native_2010f I just changed the minimum to make it work, if it should be converted to BBCLASSEXTEND = native, that can be done later. Thanks, Antonio Ospite http

[oe] [PATCH 1/2] tzcode-native_2010f: Update tzdata SRC_URI and checksum

2010-04-08 Thread Antonio Ospite
tzdata2010g is no longer available, use tzdata2010h Signed-off-by: Antonio Ospite osp...@studenti.unina.it --- recipes/tzcode/tzcode-native_2010f.bb |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes/tzcode/tzcode-native_2010f.bb b/recipes/tzcode/tzcode

[oe] [PATCH 2/2] tzdata: move tzdata_2010g.bb to tzdata_2010h.bb

2010-04-08 Thread Antonio Ospite
tzdata_2010g is no longer available; change the checksums in the new recipe Signed-off-by: Antonio Ospite osp...@studenti.unina.it --- recipes/tzdata/tzdata_2010g.bb |7 --- recipes/tzdata/tzdata_2010h.bb |7 +++ 2 files changed, 7 insertions(+), 7 deletions(-) delete mode

Re: [oe] gtk+-native-2.20.0-r8.0 fails in do_configure.

2010-04-08 Thread Antonio Ospite
On Sat, 3 Apr 2010 20:17:09 +0200 Marcin Juszkiewicz mar...@juszkiewicz.com.pl wrote: Dnia sobota, 3 kwietnia 2010 o 17:17:24 Antonio Ospite napisał(a): when building gtk+-native-2.20.0-r8.0 (actually bitbaking fso-console-image DISTRO=minimal MACHINE=a780) I get this message

Re: [oe] gtk+-native-2.20.0-r8.0 fails in do_configure.

2010-04-08 Thread Antonio Ospite
On Thu, 08 Apr 2010 11:54:37 +0200 Koen Kooi k.k...@student.utwente.nl wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08-04-10 11:22, Antonio Ospite wrote: [...] Should I just send a patch which blindly removes native recipes for older versions, or try to port the BBCLASSEXTEND

Re: [oe] gtk+-native-2.20.0-r8.0 fails in do_configure.

2010-04-08 Thread Antonio Ospite
On Thu, 08 Apr 2010 16:15:57 +0200 Koen Kooi k.k...@student.utwente.nl wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08-04-10 16:11, Antonio Ospite wrote: versioned dependencies are possible in .bb files Actually, they aren't. DISTROs should take care of stuff like

Re: [oe] [PATCH 1/2] tzcode-native_2010f: Update tzdata SRC_URI and checksum

2010-04-08 Thread Antonio Ospite
On Thu, 8 Apr 2010 23:11:42 +0400 Roman I Khimov ro...@khimov.ru wrote: В сообщении от Четверг 08 апреля 2010 13:30:02 автор Antonio Ospite написал: - ftp://elsie.nci.nih.gov/pub/tzdata2010g.tar.gz;name=tzdata-2010g \ + ftp://elsie.nci.nih.gov/pub/tzdata2010h.tar.gz;name=tzdata-2010h

[oe] [PATCH] glib-2.0: remove old glib-2.0-native recipes

2010-04-08 Thread Antonio Ospite
exists. [1] http://tinderbox.openembedded.org/packages/540390/ Signed-off-by: Antonio Ospite osp...@studenti.unina.it --- Please check if the commit message is clear enough, I think I've figured out what's happening behind the scenes, but I have not that deep knowledge of bitbake. Thanks

[oe] gtk+-native-2.20.0-r8.0 fails in do_configure.

2010-04-03 Thread Antonio Ospite
like to learn what the best way to solve such issues would be. I don't see any preferred-minimal-versions.inc Thanks, Antonio -- Antonio Ospite http://ao2.it PGP public key ID: 0x4553B001 A: Because it messes up the order in which people normally read text. See http://en.wikipedia.org/wiki

[oe] [PATCH] frameworkd-config-shr: fix a nasty typo

2010-04-01 Thread Antonio Ospite
A misplaced '-' instead of '_' made bitbake conditional appending fail, resulting in fso-abyss being added unconditionally to runtime dependencies. Signed-off-by: Antonio Ospite osp...@studenti.unina.it --- The problem was in frameworkd-config, which was provided also by frameworkd-config-shr, so

Re: [oe] [PATCH] task-fso-compliance: depend on fso-abyss

2010-03-30 Thread Antonio Ospite
On Mon, 29 Mar 2010 17:26:40 +0200 Antonio Ospite osp...@studenti.unina.it wrote: On Fri, 26 Mar 2010 09:15:38 +0100 Antonio Ospite osp...@studenti.unina.it wrote: On Fri, 26 Mar 2010 01:06:05 +0100 Michael 'Mickey' Lauer mic...@vanille-media.de wrote: diff --git a/recipes/tasks

Re: [oe] [PATCH] task-fso-compliance: depend on fso-abyss

2010-03-29 Thread Antonio Ospite
On Fri, 26 Mar 2010 09:15:38 +0100 Antonio Ospite osp...@studenti.unina.it wrote: On Fri, 26 Mar 2010 01:06:05 +0100 Michael 'Mickey' Lauer mic...@vanille-media.de wrote: diff --git a/recipes/tasks/task-fso-compliance.bb b/recipes/tasks/task-fso-compliance.bb [...] @@ -12,6 +12,7

Re: [oe] [PATCH] task-fso-compliance: depend on fso-abyss

2010-03-26 Thread Antonio Ospite
machine. :M: Ok, thanks, I'll take a deeper look. Regards, Antonio -- Antonio Ospite http://ao2.it PGP public key ID: 0x4553B001 A: Because it messes up the order in which people normally read text. See http://en.wikipedia.org/wiki/Posting_style Q: Why is top-posting such a bad thing

Re: [oe] [PATCH v2] gnutls: fix do_configure by depending on gtk-doc

2010-03-26 Thread Antonio Ospite
On Mon, 22 Mar 2010 08:16:04 +0100 Holger Hans Peter Freyther holger...@freyther.de wrote: On Thursday 18 March 2010 21:31:44 Antonio Ospite wrote: --- a/recipes/gnutls/gnutls.inc +++ b/recipes/gnutls/gnutls.inc @@ -1,13 +1,13 @@ DESCRIPTION = GNU Transport Layer Security Library

Re: [oe] [PATCH 0/5] Misc updates for EZX bits in OE

2010-03-26 Thread Antonio Ospite
On Fri, 26 Mar 2010 16:17:24 +0100 Antonio Ospite osp...@studenti.unina.it wrote: Here are more details: A gcc-4.1.2 toolchain[1] produces the expected result, the current gcc-4.4.2 toolchain[2] from 'minimal' distro does not. Forgot the refs in previous mail even if they were

Re: [oe] [PATCH] oestats-client: add metadata_scm inherit after base.bbclass split in 89b7e433719f43f1c36c76cb8856d559014e99bc

2010-03-25 Thread Antonio Ospite
please explain if/why my previous patch[1] is not complete? In other words can oestats-client be used without base.bbclass? Or is that just to make the inheritance explicit? Thanks, Antonio [1] http://lists.linuxtogo.org/pipermail/openembedded-devel/2010-March/018675.html -- Antonio Ospite

[oe] [PATCH 0/5] Misc updates for EZX bits in OE

2010-03-25 Thread Antonio Ospite
300KiB instead of the expected 64KiB, if anyone has a clue please let me know. Thanks, Antonio Antonio Ospite (5): ezx: update openezx-kernel version ezx: update ezx-boot-usb-native version ezx: update ezxd version and ezxd.init script ezx: update ezx-gen-blob version ezx: update

[oe] [PATCH 4/5] ezx: update ezx-gen-blob version

2010-03-25 Thread Antonio Ospite
NOTE: this version builds fine but the resulting binaries do not seem to be correct, their size is about 300KiB instead of the expected 64KiB. Signed-off-by: Antonio Ospite osp...@studenti.unina.it --- conf/distro/include/sane-srcrevs.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions

[oe] [PATCH 1/5] ezx: update openezx-kernel version

2010-03-25 Thread Antonio Ospite
This version uses an adapted ts27010mux driver from Motorola Milestone. Signed-off-by: Antonio Ospite osp...@studenti.unina.it --- conf/distro/include/sane-srcrevs.inc |2 +- recipes/linux/openezx-kernel_git.bb |4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf

[oe] [PATCH 2/5] ezx: update ezx-boot-usb-native version

2010-03-25 Thread Antonio Ospite
Fix also ezx-boot-usb-native_svn.bb as the code now resides in a 'src' subdirectory. Signed-off-by: Antonio Ospite osp...@studenti.unina.it --- conf/distro/include/sane-srcrevs.inc |2 +- recipes/ezx/ezx-boot-usb-native_svn.bb |2 +- 2 files changed, 2 insertions(+), 2 deletions

[oe] [PATCH 3/5] ezx: update ezxd version and ezxd.init script

2010-03-25 Thread Antonio Ospite
Newer kernels have drivers for BP interaction built as modules, add the loading sequence in ezxd.init. Fix also the recipe so that the CC and CROSS variables do not interfere with the crosscompiler from OE. Signed-off-by: Antonio Ospite osp...@studenti.unina.it --- conf/distro/include/sane

[oe] [PATCH 5/5] ezx: update device_table-ezx.txt

2010-03-25 Thread Antonio Ospite
Update mux nodes to be used with the ts27010mux driver. Fix names for ttyIPC0 and video0 nodes. Signed-off-by: Antonio Ospite osp...@studenti.unina.it --- files/device_table-ezx.txt |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/files/device_table-ezx.txt b/files

Re: [oe] [PATCH 4/5] ezx: update ezx-gen-blob version

2010-03-25 Thread Antonio Ospite
On Thu, 25 Mar 2010 19:30:50 +0100 Stefan Schmidt ste...@datenfreihafen.org wrote: Hello. On Thu, 2010-03-25 at 19:13, Antonio Ospite wrote: On Thu, 25 Mar 2010 18:42:40 +0100 Stefan Schmidt ste...@datenfreihafen.org wrote: On Thu, 2010-03-25 at 18:19, Antonio Ospite wrote: NOTE

Re: [oe] [PATCH 0/5] Misc updates for EZX bits in OE

2010-03-25 Thread Antonio Ospite
On Thu, 25 Mar 2010 13:39:00 -0700 Khem Raj raj.k...@gmail.com wrote: On (25/03/10 18:19), Antonio Ospite wrote: [...] Note that although ezx-gen-blob builds fine now, it seems to have issues with GCC 4.4: the binary size is about 300KiB instead of the expected 64KiB, if anyone has

[oe] [RESEND, PATCH v2] distros: remove leading dots in DISTRO_VERSIONs

2010-03-25 Thread Antonio Ospite
the leading dot in DISTRO_VERSIONs to avoid such possible confusion. Signed-off-by: Antonio Ospite osp...@studenti.unina.it Acked-by: Khem Raj raj.k...@gmail.com --- There have been no ojections on this one yet. Can anyone apply it please? This way my local branch will have one less patch :) Thank you

[oe] [PATCH] task-fso-compliance: depend on fso-abyss

2010-03-25 Thread Antonio Ospite
fso-console-image fails in do_rootfs with this message: | Collected errors: | * satisfy_dependencies_for: Cannot satisfy the following dependencies \ for task-fso-compliance: | *fso-abyss * See also http://bugs.openembedded.org/show_bug.cgi?id=5385 Signed-off-by: Antonio Ospite osp

[oe] [PATCH] numptyphysics: update SRC_URI

2010-03-25 Thread Antonio Ospite
The old SRC_URI doesn't work anymore, use vcs.maemo.org instead of garage.maemo.org as stated on https://garage.maemo.org/scm/?group_id=638 Signed-off-by: Antonio Ospite osp...@studenti.unina.it --- recipes/numptyphysics/numptyphysics_svn.bb |4 ++-- 1 files changed, 2 insertions(+), 2

[oe] [PATCH] base.bbclass: add missing import of metadata_scm

2010-03-23 Thread Antonio Ospite
-by: Antonio Ospite osp...@studenti.unina.it --- classes/base.bbclass |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/classes/base.bbclass b/classes/base.bbclass index 182ce62..cda9b8f 100644 --- a/classes/base.bbclass +++ b/classes/base.bbclass @@ -7,6 +7,7 @@ inherit

[oe] [PATCH] Update vala-dbus-binding-tool.inc

2010-03-18 Thread Antonio Ospite
HOMEPAGE and SRC_URI changed at freesmartphone.org Signed-off-by: Antonio Ospite osp...@studenti.unina.it --- .../vala-dbus-binding-tool.inc |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes/vala-dbus-binding-tool/vala-dbus-binding-tool.inc

[oe] [PATCH v2] gnutls: fix do_configure by depending on gtk-doc

2010-03-18 Thread Antonio Ospite
to be rerun and 1 failed. ERROR: '/home/chris/oe/openembedded.org/recipes/gnutls/gnutls_2.8.5.bb' failed Depending on gtk-doc fixes this. Signed-off-by: Antonio Ospite osp...@studenti.unina.it --- Changes since v1: * better short commit message * increased INC_PR Thanks, Antonio Ospite

Re: [oe] [PATCH v2] distros: remove leading dots in DISTRO_VERSIONs

2010-03-15 Thread Antonio Ospite
On Fri, 12 Mar 2010 12:16:48 -0800 Khem Raj raj.k...@gmail.com wrote: On Fri, Mar 12, 2010 at 4:27 AM, Antonio Ospite osp...@studenti.unina.it wrote: Having a leading dot in DISTRO_VERSION will result in a '-.' string when building archive names; this may lead to mistakenly think

[oe] [PATCH v2] distros: remove leading dots in DISTRO_VERSIONs

2010-03-12 Thread Antonio Ospite
the leading dot in DISTRO_VERSIONs to avoid such possible confusion. Signed-off-by: Antonio Ospite osp...@studenti.unina.it --- Changes since RFC/v1: Just strip the leading dot as suggested by Khem Raj. Thanks, Antonio conf/distro/minimal.conf|2 +- conf/distro/oplinux-uclibc.conf |2

Re: [oe] [RFC, PATCH] distros: prettier notation for dev snapshots version strings

2010-03-05 Thread Antonio Ospite
On Tue, 2 Mar 2010 16:35:27 +0100 Antonio Ospite osp...@studenti.unina.it wrote: On Mon, 1 Mar 2010 15:07:53 -0800 Khem Raj raj.k...@gmail.com wrote: On Mon, Mar 1, 2010 at 2:35 PM, Antonio Ospite osp...@studenti.unina.it wrote: On Mon, 1 Mar 2010 14:14:13 -0800 Khem Raj raj.k

[oe] [PATCH] sanity.bbclass: Fix a typo in required_utilities.

2010-03-03 Thread Antonio Ospite
A missing space in required_utilities makes OE ask to install md5sumsqemu. Prepend the needed whitespace when appending to required_utilities. Signed-off-by: Antonio Ospite osp...@studenti.unina.it --- classes/sanity.bbclass |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

Re: [oe] [RFC, PATCH] distros: prettier notation for dev snapshots version strings

2010-03-02 Thread Antonio Ospite
On Mon, 1 Mar 2010 15:07:53 -0800 Khem Raj raj.k...@gmail.com wrote: On Mon, Mar 1, 2010 at 2:35 PM, Antonio Ospite osp...@studenti.unina.it wrote: On Mon, 1 Mar 2010 14:14:13 -0800 Khem Raj raj.k...@gmail.com wrote: On Sun, Feb 28, 2010 at 10:32 AM, Antonio Ospite osp

Re: [oe] [PATCH] ezx: Use pulseaudio 0.9.15

2010-03-01 Thread Antonio Ospite
On Sun, 28 Feb 2010 23:04:58 +0100 Michael 'Mickey' Lauer mic...@vanille-media.de wrote: Am Sonntag, den 28.02.2010, 16:49 -0500 schrieb Philip Balister: On 02/28/2010 02:55 PM, Koen Kooi wrote: On 28-02-10 19:57, Antonio Ospite wrote: [...] Cfr: http://bugs.openembedded.org

Re: [oe] meta-toolchain: Show the host system in toolchain archive name

2010-03-01 Thread Antonio Ospite
On Mon, 01 Mar 2010 10:36:31 -0700 Tom Rini tom_r...@mentor.com wrote: On Fri, 2010-02-19 at 00:34 +, Antonio Ospite wrote: Signed-off-by: Antonio Ospite osp...@studenti.unina.it --- In canadian-sdk.bb ${SDK_SYS} is used as a prefix but I find more logical to put it just before

  1   2   >