[oe] [meta-oe][PATCH v2 0/1] Fix issue re-running sqlite configure step

2012-04-11 Thread Anders Darander
A recent update of meta-oe and oe-core force a rebuild of e.g. sqlite in my tree. This made sqlite error out in the configure step, as it couldn't find sqlite.pc, which had already been moved in a prior run of do_configure. V2: I'm resending this, the only differences is that I this time

[oe] [meta-oe][PATCH v2 1/1] sqlite: cp instead of mv in do_configure

2012-04-11 Thread Anders Darander
The use of mv in do_configure() made bitbake error out if a second run of do_configure was requested. Copy the file instead. Signed-off-by: Anders Darander and...@chargestorm.se --- meta-oe/recipes-support/sqlite/sqlite_2.8.17.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff

Re: [oe] [meta-handheld][PATCH v2] Initial commit of linux-yocto-tiny_3.2 for Zaurus

2012-04-11 Thread Andrea Adami
With the help of Darren and Bruce I'm smoothing the last rough edges. The patch v3 was merging the two .scc in one but this was leading to wrong .config. The patch v4 did resplit the .scc and could configure valid kernels. Patch is temporarly available at:

[oe] [oe-core] THISDIR usage

2012-04-11 Thread Giuseppe Condorelli
Hi, I moved to OE-Core (working on stable version dowloaded as tar file from cgit.openembedded.org). I'm in trouble trying to include a source through .bbappend file, located under my meta-personal subtree. FILESPATHBASE_prepend := ${THISDIR}/files: SRC_URI += file://myfile.tar.gz results in a

Re: [oe] [oe-core] THISDIR usage

2012-04-11 Thread Giuseppe Condorelli
Sorry, I used FILESEXTRAPATHS but the result is the same. I'm using openembedded-core-2011-1 sources. Il giorno mercoledì 11 aprile 2012, Giuseppe Condorelli ha scritto: Hi, I moved to OE-Core (working on stable version dowloaded as tar file from cgit.openembedded.org). I'm in trouble trying

Re: [oe] [oe-core] THISDIR usage

2012-04-11 Thread Gary Thomas
On 2012-04-11 04:23, Giuseppe Condorelli wrote: Hi, I moved to OE-Core (working on stable version dowloaded as tar file from cgit.openembedded.org). I'm in trouble trying to include a source through .bbappend file, located under my meta-personal subtree. FILESPATHBASE_prepend :=

Re: [oe] [oe-core] THISDIR usage

2012-04-11 Thread Giuseppe Condorelli
Many thanks for the reply, I tried the suggestion but I obtained this: Unable to fetch URL file://myfile.tar.gz from any source What's happening? Thanks, Giuseppe Il giorno mercoledì 11 aprile 2012, Gary Thomas ha scritto: On 2012-04-11 04:23, Giuseppe Condorelli wrote: Hi, I moved to

Re: [oe] [oe-core] THISDIR usage

2012-04-11 Thread Gary Thomas
On 2012-04-11 04:52, Giuseppe Condorelli wrote: Many thanks for the reply, I tried the suggestion but I obtained this: Unable to fetch URL file://myfile.tar.gz from any source What's happening? Does your layer look like the pseudo tree quoted below? Can you send the results of 'tree

[oe] [oe-core] THISDIR usage

2012-04-11 Thread Giuseppe Condorelli
I'm obtaining this error trying to rebuild the poky-edison repository (http://downloads.yoctoproject.org/releases/yocto/yocto-1.1.1/poky-edison-6. 0.1.tar.bz2) and the error is happening trying to build quilt-native package (indeed I'm running ../script/bitbake -k core-image-sato), where I

Re: [oe] [oe-core] THISDIR usage

2012-04-11 Thread Jaap de Jong
There is no file named: myfile.tar.gz That it can't be found by bitbake is pretty clear then... On 04/11/2012 02:49 PM, Giuseppe Condorelli wrote: I'm obtaining this error trying to rebuild the poky-edison repository (http://downloads.yoctoproject.org/releases/yocto/yocto-1.1.1/poky-edison-6.

Re: [oe] [oe-core] THISDIR usage

2012-04-11 Thread Giuseppe Condorelli
No no, myfile.tar.gz was a dummy name I used in this mail tree to avoid deep explanation. As said in previous mail, I'm trying to build quilt and I'm in trouble with its tar.gz source put into the directory the tree shows. I've downloaded it by hand and put under files directory, then I set

Re: [oe] [oe-core] THISDIR usage

2012-04-11 Thread Martin Jansa
Use bitbake -e your_recipe and check FILESPATH variable. On Wed, Apr 11, 2012 at 12:52 PM, Giuseppe Condorelli giuseppe.condore...@gmail.com wrote: Many thanks for the reply, I tried the suggestion but I obtained this: Unable to fetch URL file://myfile.tar.gz from any source What's

Re: [oe] [oe-core] THISDIR usage

2012-04-11 Thread Giuseppe Condorelli
No FILESPATH in the log after bitbake -e recipe command. But... it's ok running scripts/bitbake instead of the binary one as I'm doing? Il giorno 11/apr/2012, alle ore 15:07, Martin Jansa martin.ja...@gmail.com ha scritto: Use bitbake -e your_recipe and check FILESPATH variable. On Wed, Apr

[oe] MINUTES: OE TSC 13 March 2012

2012-04-11 Thread Jeff Osier-Mixon
OpenEmbedded Technical Steering Committee 13 March 2012 Attending: Richard Purdie (RP) Paul Eggleton (bluelightning) Mark Hatle (fray) Tom Rini (Tartarus) Khem (khem) Minutes: Jefro (Jefro) Agenda Summary 1. pick a chair fray

[oe] MINUTES: OE TSC 10 April 2012 (date corrected)

2012-04-11 Thread Jeff Osier-Mixon
[Sorry - this was yesterday's meeting, date corrected] OpenEmbedded Technical Steering Committee 10 April 2012 Attending:   Richard Purdie (RP)   Paul Eggleton (bluelightning)   Mark Hatle (fray)   Tom Rini (Tartarus)   Khem (khem) Minutes: Jefro (Jefro)

Re: [oe] meta-linaro and toolchain-layer

2012-04-11 Thread McClintock Matthew-B29882
On Sat, Apr 7, 2012 at 4:08 PM, Khem Raj raj.k...@gmail.com wrote: Use gcc-4.6 from meta-linaro and retire it from toolchain-layer which means toolchain layer only has gcc-4.5 and eventually This also means that we don't move gcc-4.6 into toolchain-layer when its relegated from OE-Core What

Re: [oe] [meta-oe][PATCH 1/2] xserver-nodm-init: use /etc/X11/Xserver from service file instead of Xorg directly

2012-04-11 Thread Otavio Salvador
On Tue, Apr 10, 2012 at 02:59, Martin Jansa martin.ja...@gmail.com wrote: * /etc/X11/Xserver is provided by xserver-common and sets correct DPI  before starting Xorg (or other xserver) This breaks the images using systemd only as it depends on init.d/functions now. -- Otavio Salvador         

[oe] [meta-oe] xinput-calibrator 0.7.5: run xinput_calibrator_once.sh using XDG autostart mechanism

2012-04-11 Thread Koen Kooi
This runs when the session starts so after the DM. Not a great solution, but at least it will popup a calibration dialog automatically and restore calibration on subsequent sessions. Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- .../xinput-calibrator-autostart.desktop|

Re: [oe] meta-linaro and toolchain-layer

2012-04-11 Thread Denys Dmytriyenko
On Tue, Apr 10, 2012 at 03:48:26PM -0700, Khem Raj wrote: On Mon, Apr 9, 2012 at 11:41 PM, Martin Jansa martin.ja...@gmail.com wrote: I haven't tried gcc-4.7 on my armv4t machines yet, because I fear similar issues like with binutils gold (which are still not resolved), because nobody

[oe] [meta-oe] cpuburn-neon: add cpuburn app for neon and neon-cortexa8

2012-04-11 Thread Koen Kooi
Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta-oe/recipes-benchmark/cpuburn/cpuburn-neon.bb | 31 + 1 files changed, 31 insertions(+), 0 deletions(-) create mode 100644 meta-oe/recipes-benchmark/cpuburn/cpuburn-neon.bb diff --git

Re: [oe] meta-linaro and toolchain-layer

2012-04-11 Thread Khem Raj
On Wed, Apr 11, 2012 at 8:59 AM, McClintock Matthew-B29882 b29...@freescale.com wrote: What is the harm in saving off the 4.6 toolchain recipes off in a layer that we other users could later add back in if they needed it? I for see issues where folks will insist on using the same toolchain

Re: [oe] meta-linaro and toolchain-layer

2012-04-11 Thread Khem Raj
On Wed, Apr 11, 2012 at 10:24 AM, Denys Dmytriyenko de...@denix.org wrote: Why? Do we need another fork? Can you upstream your fixes? its not the intention. infact all changes will be upstreamed to one place whatever that is its a placeholder for development since the patch flow process for

[oe] [PATCH] opkg-utils: Update SRC_URI to git.yoctoproject.org

2012-04-11 Thread Apelete Seketeli
This updates SRC_URI as the svn.openmoko.org repository is now down. All the changes of this patch were picked from oe-core and brought over. Signed-off-by: Apelete Seketeli apel...@seketeli.net --- .../opkg-utils/opkg-utils/add-license-field.patch | 39 +

Re: [oe] [PATCH] opkg-utils: Update SRC_URI to git.yoctoproject.org

2012-04-11 Thread Martin Jansa
On Wed, Apr 11, 2012 at 11:46:32PM +0200, Apelete Seketeli wrote: This updates SRC_URI as the svn.openmoko.org repository is now down. All the changes of this patch were picked from oe-core and brought over. Signed-off-by: Apelete Seketeli apel...@seketeli.net ---

Re: [oe] [meta-oe][PATCH 1/2] xserver-nodm-init: use /etc/X11/Xserver from service file instead of Xorg directly

2012-04-11 Thread Martin Jansa
On Wed, Apr 11, 2012 at 02:10:29PM -0300, Otavio Salvador wrote: On Tue, Apr 10, 2012 at 02:59, Martin Jansa martin.ja...@gmail.com wrote: * /etc/X11/Xserver is provided by xserver-common and sets correct DPI  before starting Xorg (or other xserver) This breaks the images using systemd

[oe] [meta-oe 2/5] python-cheetah : Remove DEPENDS on python native packages.

2012-04-11 Thread philip
From: Philip Balister phi...@opensdr.com The oe-core recipe no longer explicitly provides various -native packages. THe recipe builds fine without them. Built fine on distroless config. Signed-off-by: Philip Balister phi...@opensdr.com --- .../python/python-cheetah_2.4.4.bb |

[oe] [meta-oe 3/5] uhd : Update to version 3.4.1.

2012-04-11 Thread philip
From: Philip Balister phi...@opensdr.com Signed-off-by: Philip Balister phi...@opensdr.com --- meta-oe/recipes-connectivity/uhd/uhd.inc|2 +- meta-oe/recipes-connectivity/uhd/uhd_git.bb |6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git

[oe] [meta-oe 0/5] Update UHD and GNU Radio to current versions.

2012-04-11 Thread philip
From: Philip Balister phi...@opensdr.com Build tested on a distroless oe-core+toolchain-layer+meta-oe setup. Philip Balister (5): uhd-firmware : Update to version 003.004.000. python-cheetah : Remove DEPENDS on python native packages. uhd : Update to version 3.4.1. gnuradio : Update to

[oe] [meta-oe 4/5] gnuradio : Update to version 3.5.3.

2012-04-11 Thread philip
From: Philip Balister phi...@opensdr.com Signed-off-by: Philip Balister phi...@opensdr.com --- .../recipes-connectivity/gnuradio/gnuradio_git.bb | 79 ++-- 1 files changed, 71 insertions(+), 8 deletions(-) diff --git a/meta-oe/recipes-connectivity/gnuradio/gnuradio_git.bb

[oe] [meta-oe 1/5] uhd-firmware : Update to version 003.004.000.

2012-04-11 Thread philip
From: Philip Balister phi...@opensdr.com Yes, Josh changed the paths again. They are much saner now, and if he touches them again, I will beat him with a ping pong paddle. Signed-off-by: Philip Balister phi...@opensdr.com --- .../uhd/uhd-firmware_003.003.001.bb| 27

[oe] [meta-oe 5/5] gnuradio : Remove old files.

2012-04-11 Thread philip
From: Philip Balister phi...@opensdr.com Left the buildsys patch for now. It does not apply, but I have only built this with gcc-4.6 from toolchain layer, not gcc from Angstrom. The patch does not apply, but I am saving it to remind me how to fix the problem. Signed-off-by: Philip Balister