Re: [oe] packages versioning

2011-12-08 Thread Chris Larson
On Thu, Dec 8, 2011 at 7:57 PM, Mr Dash Four wrote: > Is there a way I could force/select a particular version of a specific > package in a given target? > > I am building my fso-console-image and I would like it to use udev-165 > instead of udev-162, but I can't find a way to alter this. I could

[oe] packages versioning

2011-12-08 Thread Mr Dash Four
Is there a way I could force/select a particular version of a specific package in a given target? I am building my fso-console-image and I would like it to use udev-165 instead of udev-162, but I can't find a way to alter this. I could build udev-165 separately - no problem, but don't know how

[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 --- conf/machine/include/motorola-ezx-base.inc |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/conf/machine/include/m

[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 --- conf/machine/include/motorola-ezx-base.inc |4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/conf/mach

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

2011-12-08 Thread Antonio Ospite
Hi, these are little touches for motorola-ezx in meta-handheld. The first one is an actual fix, without it we can't build anything using EzX MACHINEs. After this at least meta-toolchain builds fine. The second one is taken from zaurus.inc, it makes settings less scattered around motorola-ezx-bas

[oe] [meta-handheld][PATCH] zaurus.inc: adapt jffs2 and sum.jffs2 to changes in oe-core

2011-12-08 Thread Andrea Adami
* in oe-core jffs2 summary has been added to image_types.bbclass and * IMAGE_CMD_jffs2 now includes '-n' to skip cleanmarkers node creation * so we need to customize only padding, endianness and compression mode * While there remove compression settings which are handled in kernel. * This allows us

[oe] [meta-handheld][PATCH] linux(-kexecboot): upgrade from 3.1.2 to 3.1.4

2011-12-08 Thread Andrea Adami
Signed-off-by: Andrea Adami --- recipes-kernel/linux/linux-kexecboot_3.1.bb |8 recipes-kernel/linux/linux_3.1.bb |8 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/recipes-kernel/linux/linux-kexecboot_3.1.bb b/recipes-kernel/linux/linux-kexecb

Re: [oe] [2011.03-maintenance] Pull request for libpam

2011-12-08 Thread Tom Rini
On Mon, Dec 5, 2011 at 9:42 AM, Mats Kärrman wrote: > Hello Tom, > > Please pull this commit from here: > > git://github.com/mkarrman/openembedded > Branch: maintenance > > Mats Kärrman (1): >      368c68a  libpam_1.1.1: remove directory preventing /var/run from being > volatile. To be clear, si

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 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 this patch was > mo

Re: [oe] [master/2011.03-maintenance] module-init-tools-cross-3.12-r6: task do_compile: Failed (solution)

2011-12-08 Thread Steffen Sledz
On 07.12.2011 14:39, Steffen Sledz wrote: > This problem occurs with the current master > (a4f35de0f6ca17e92763d5a5f32422c56e5d8882) *and* the 2011.03-maintenance > branch (672af8093cf33d8b90e9186986ba5c95fc7a0a0a). > > To reproduce it i used the current Kaeilos setup and made a clean build. >

[oe] Capture output of shell command in bb variable

2011-12-08 Thread Mats Kärrman
Hi, I'm not a bitbake or Phyton guru so I wonder if anyone could help with this. Is it possible to capture the output of a shell command in a bitbake variable during parsing of the recipes? What I like to do is something like: SVN_URL = some-phyton-stuff ( svn info |grep 'URL:' |cut -f 2 -d ' '