[yocto] beagleboard not booting

2012-07-18 Thread Edward Vidal
Hello, On a previous posting Bruce Ashfield posted *** I know that we had to disable PREEMPT to get some of the mmc's to detect and boot, but I can't tell if this is the same thing from the trace. *** I did not understand. Which

Re: [yocto] beagleboard not booting

2012-07-18 Thread Robert Berger
Hi, On 07/18/2012 03:54 AM, Edward Vidal wrote: Hello, The beagleboard that I am using is XM. Which revison? C? Can you try to build a mainline 3.4.x kernel and a mainline u-boot and see what happens? ...I'm afraid that I've seen too many people fix bugs by looking at debugger output, and

[yocto] beagleboard not booting

2012-07-18 Thread Edward Vidal
Hello, Close to the USB I see a C and close to speaker XM I am assuming the This is XM-C What would be the process to use 3.4.x kernel and a mainline u-boot. I am new to poky and don't know much about bit bake and openembedded. Can you suggest where to read about using a different kernel. Thanks

Re: [yocto] meta-baryon flexibility

2012-07-18 Thread James Abernathy
On Tue, Jul 17, 2012 at 6:19 PM, Joshua Lock j...@linux.intel.com wrote: On Tue, 2012-07-17 at 15:24 -0400, Jim Abernathy wrote: In an effort to explore how independent a layer could be to the underlying hardware, I took the meta-baryon NAS layer and got it built from master using the

Re: [yocto] Error: PATH contains '.' or '', which will break the build, please remove this.

2012-07-18 Thread Burton, Ross
On 18 July 2012 12:44, Axel Beierlein belatro...@freenet.de wrote: Hello, when i start bitbake core-image-minimal i get the Error PATH contains '.' or '', which will break the build, please remove this. But there is definitly no '' a whitespace or a point in my PATH. That error could be

Re: [yocto] beagleboard not booting

2012-07-18 Thread Robert Berger
On 07/18/2012 02:27 PM, Edward Vidal wrote: Hello, Close to the USB I see a C and close to speaker XM I am assuming the This is XM-C OK What would be the process to use 3.4.x kernel and a mainline u-boot. I am new to poky and don't know much about bit bake and openembedded. Can you

[yocto] [Solved] Re: Error: PATH contains '.' or '', which will break the build, please remove this.

2012-07-18 Thread Axel Beierlein
Hello, i've solved the Problem. A few posts ago there was a hint with a trailing : in a PATH Var. This was my Problem. Deleting the last : an it works! This hint could be also integrated in the error message. Regards Axel Am 18.07.2012 13:44, schrieb Axel Beierlein: Hello, when i start

Re: [yocto] [Solved] Re: Error: PATH contains '.' or '', which will break the build, please remove this.

2012-07-18 Thread Burton, Ross
On 18 July 2012 13:07, Axel Beierlein belatro...@freenet.de wrote: Hello, i've solved the Problem. A few posts ago there was a hint with a trailing : in a PATH Var. This was my Problem. Deleting the last : an it works! This hint could be also integrated in the error message. I'm working on

Re: [yocto] beagleboard not booting

2012-07-18 Thread Bruce Ashfield
On Wed, Jul 18, 2012 at 7:27 AM, Edward Vidal vidal.devel...@gmail.com wrote: Hello, Close to the USB I see a C and close to speaker XM I am assuming the This is XM-C What would be the process to use 3.4.x kernel and a mainline u-boot. I am new to poky and don't know much about bit bake and

[yocto] [RFC 1/8] plugins/sdk.doc.user: Added plugin for the yocto project documentation

2012-07-18 Thread mail
From: Timo Mueller timo.muel...@bmw-carit.de This currently empty plugin will in the future contain the documentation of the yocto project converted to the eclipse help format. --- plugins/org.yocto.sdk.doc.user/.classpath |6 plugins/org.yocto.sdk.doc.user/.project

[yocto] [RFC 2/8] plugins/sdk.doc.user: Added empty table of contents

2012-07-18 Thread mail
From: Timo Mueller timo.muel...@bmw-carit.de This is the preparation needed for adding documentation from the yocto project later on. --- .../org.yocto.sdk.doc.user/META-INF/MANIFEST.MF|1 + plugins/org.yocto.sdk.doc.user/build.properties|2 ++

[yocto] [RFC 0/8] Integrate yocto documentation into eclipse

2012-07-18 Thread mail
From: Timo Mueller timo.muel...@bmw-carit.de Hi, the documentation of the yocto project can currently be viewed online or as a separate pdf. When using the eclipse ide to develop software on base of a yocto sysroot and toolchain it would be convenient to access the relevant parts of the

[yocto] [RFC 4/8] feature/sdk.doc: Added org.yocto.sdk.doc.user plugin

2012-07-18 Thread mail
From: Timo Mueller timo.muel...@bmw-carit.de The added plugin will contain the official documentation of the yocto project. --- features/org.yocto.sdk.doc/feature.xml |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/features/org.yocto.sdk.doc/feature.xml

[yocto] [RFC 3/8] feature/sdk.doc: Added feature containing yocto documentation plugins

2012-07-18 Thread mail
From: Timo Mueller timo.muel...@bmw-carit.de The project documentation of yocto is licensed under the Create Commons Attribution Share Alike 2.0 (CCA-SA). Because the plugins containing this documentation cannot be licensed under the Eclipse Public License 1.0, as it is not compatible to the

[yocto] [RFC 6/8] feature/sdk: Added org.yocto.sdk.doc feature.

2012-07-18 Thread mail
From: Timo Mueller timo.muel...@bmw-carit.de The feature is added to the yocto main feature so it will be part of the build. Also when installing the documentation feature will also be installed. To be able to install the documentation feature is has to be available via an eclipse update site.

[yocto] [RFC 7/8] features/sdk.site: Added eclipse help feature to update site

2012-07-18 Thread mail
From: Timo Mueller timo.muel...@bmw-carit.de Using the update site the user is able to install the documentation feature. As it is required by yocto's main feature it will be automatically installed during the main features installation. --- features/org.yocto.sdk.site/category.xml |6

Re: [yocto] [Solved] Re: Error: PATH contains '.' or '', which will break the build, please remove this.

2012-07-18 Thread Chris Larson
On Wed, Jul 18, 2012 at 6:37 AM, Burton, Ross ross.bur...@intel.com wrote: On 18 July 2012 13:13, Burton, Ross ross.bur...@intel.com wrote: I'm working on a patch to display the parsed PATH so you'll see the trailing empty element in that case. How's this? It's still slightly hard to spot

Re: [yocto] [Solved] Re: Error: PATH contains '.' or '', which will break the build, please remove this.

2012-07-18 Thread Burton, Ross
On 18 July 2012 14:46, Chris Larson clar...@kergoth.com wrote: On Wed, Jul 18, 2012 at 6:37 AM, Burton, Ross ross.bur...@intel.com wrote: On 18 July 2012 13:13, Burton, Ross ross.bur...@intel.com wrote: I'm working on a patch to display the parsed PATH so you'll see the trailing empty element

Re: [yocto] [PATCH 0/1] meta: update crownbay.scc for newer emgd driver

2012-07-18 Thread Tom Zanussi
On Mon, 2012-07-16 at 22:57 -0700, nitin.a.kam...@intel.com wrote: From: Nitin A Kamble nitin.a.kam...@intel.com This commit changes emgd kernel driver for crownbay bsp to the emgd-1.14. Nitin, Doesn't switching this over in the kenrnel require emgd-1.14 userspace recipe updates to work?

Re: [yocto] Problem building Yocto Hello World demo on imx53QSB

2012-07-18 Thread Giovanni Foiani
Hi Jessica, downgrading from Ubuntu 11.04 (32 bit) to Ubuntu 10.04 (32 bit) and following the ADT manual procedure HelloWorld demo works. I noticed that ADT creates an armv5 tool chain instead building the toolchain using Freescale layer (because I need to deploy the application on a iMX53QSB) it

Re: [yocto] [Solved] Re: Error: PATH contains '.' or '', which will break the build, please remove this.

2012-07-18 Thread Chris Larson
On Wed, Jul 18, 2012 at 6:57 AM, Burton, Ross ross.bur...@intel.com wrote: On 18 July 2012 14:46, Chris Larson clar...@kergoth.com wrote: On Wed, Jul 18, 2012 at 6:37 AM, Burton, Ross ross.bur...@intel.com wrote: On 18 July 2012 13:13, Burton, Ross ross.bur...@intel.com wrote: I'm working on a

Re: [yocto] [RFC 0/8] Integrate yocto documentation into eclipse

2012-07-18 Thread Rifenbark, Scott M
Hi, This seems like a very cool idea. What about when things change structurally for the Yocto Docs? For example, right now I am restructuring much of the Eclipse information that is in the ADT manual to move it to the development manual as part of an application development flow. It looks

Re: [yocto] meta-baryon flexibility

2012-07-18 Thread Joshua Lock
On 18/07/12 04:40, James Abernathy wrote: On Tue, Jul 17, 2012 at 6:19 PM, Joshua Lock j...@linux.intel.com mailto:j...@linux.intel.com wrote: On Tue, 2012-07-17 at 15:24 -0400, Jim Abernathy wrote: In an effort to explore how independent a layer could be to the underlying

Re: [yocto] [PATCH 0/1] meta: update crownbay.scc for newer emgd driver

2012-07-18 Thread Bruce Ashfield
On 12-07-18 10:13 AM, Tom Zanussi wrote: On Mon, 2012-07-16 at 22:57 -0700, nitin.a.kam...@intel.com wrote: From: Nitin A Kamblenitin.a.kam...@intel.com This commit changes emgd kernel driver for crownbay bsp to the emgd-1.14. Nitin, Doesn't switching this over in the kenrnel require

Re: [yocto] Problem building Yocto Hello World demo on imx53QSB

2012-07-18 Thread Zhang, Jessica
Please see my comments below... From: Giovanni Foiani [mailto:fno...@unife.it] Sent: Wednesday, July 18, 2012 7:25 AM To: Zhang, Jessica Cc: yocto@yoctoproject.org Subject: Re: [yocto] Problem building Yocto Hello World demo on imx53QSB Hi Jessica, downgrading from Ubuntu 11.04 (32

Re: [yocto] [RFC 0/8] Integrate yocto documentation into eclipse

2012-07-18 Thread Zhang, Jessica
Hi Timo, Can you send me the link to the branch that I can take a look at this new plug-in? Thanks, Jessica -Original Message- From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of m...@timomueller.eu Sent: Wednesday, July 18, 2012 6:03 AM To:

Re: [yocto] 1.1.2 Full Pass consolidated Test Report

2012-07-18 Thread McClintock Matthew-B29882
Ok, so I've found downgrading coreutils package to the last working version (from CentOS 5.6) makes this issue go away: $ wget http://vault.centos.org/5.6/os/x86_64/CentOS/coreutils-5.97-23.el5_4.2.x86_64.rpm $ sudo rpm -Uvh --oldpackage coreutils-5.97-23.el5_4.2.x86_64.rpm I've looked at the

[yocto] [ANNOUNCEMENT] Yocto 1.2.1 Released

2012-07-18 Thread Flanagan, Elizabeth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, We are pleased to announce the point release of the Yocto Project Denzil release. The full test report for this release is available here: https://wiki.yoctoproject.org/wiki/Yocto_1.2.1_Test_Report You can download this release from either

Re: [yocto] ERROR: QA Issue: Architecture did not match (62 to 3) for linux-yocto_3.2.bb

2012-07-18 Thread Bodke, Kishore K
-Original Message- From: Bruce Ashfield [mailto:bruce.ashfi...@windriver.com] Sent: Tuesday, July 17, 2012 5:35 PM To: Bodke, Kishore K Cc: yocto@yoctoproject.org; Zanussi, Tom; Darren Hart Subject: Re: ERROR: QA Issue: Architecture did not match (62 to 3) for linux- yocto_3.2.bb On

[yocto] beagleboard not booting

2012-07-18 Thread Edward Vidal
Daemon: avahi-daemon ...done. Starting Telephony daemon Stopping Bootlog daemon: bootlogd. D-BUS per-session daemon address is: unix:abstract=/tmp/dbus-YSsZ7bMMnl,guid=80b 47e1ed801ed95e922788b00b7 Yocto (Built by Poky 7.0) 1.2+snapshot-20120718 beagleboard ttyO2 beagleboard login

[yocto] Manually fetching files (and disabling the sanity-checker)

2012-07-18 Thread Tim Bird
Hi all, I've given up trying to work around Sony's firewall. After repeated attempts I still can't get any 'git:'-based URLS to work through the firewall. I vaguely recall the last time I worked on this (about 5.0 timeframe) there was a mirror where tarballs could be downloaded, if the git

Re: [yocto] Manually fetching files (and disabling the sanity-checker)

2012-07-18 Thread Saul Wold
On 07/18/2012 04:50 PM, Tim Bird wrote: Hi all, I've given up trying to work around Sony's firewall. After repeated attempts I still can't get any 'git:'-based URLS to work through the firewall. I vaguely recall the last time I worked on this (about 5.0 timeframe) there was a mirror where

[yocto] beagleboard not booting

2012-07-18 Thread Edward Vidal
Hello, Not getting any X display. As root I was able to ssh -Y 19.168.0.104 root@beagleboard:uname -a Linux beagleboard 3.2.18-yocto-standard #1 Wed Jul 18 15:18:53 MDT 2012 armv7l GNU/Linux # /etc/inittab: init(8) configuration. # $Id: inittab,v 1.91 2002/01/25 13:35:21 miquels Exp $ # The

Re: [yocto] Manually fetching files (and disabling the sanity-checker)

2012-07-18 Thread Michael Halstead
On 07/18/2012 04:50 PM, Tim Bird wrote: Hi all, I've given up trying to work around Sony's firewall. After repeated attempts I still can't get any 'git:'-based URLS to work through the firewall. I vaguely recall the last time I worked on this (about 5.0 timeframe) there was a mirror where

Re: [yocto] [PATCH 0/1] meta: update crownbay.scc for newer emgd driver

2012-07-18 Thread Kamble, Nitin A
-Original Message- From: Zanussi, Tom Sent: Wednesday, July 18, 2012 7:43 PM To: Kamble, Nitin A Cc: yocto@yoctoproject.org; bruce.ashfi...@windriver.com Subject: Re: [PATCH 0/1] meta: update crownbay.scc for newer emgd driver On Mon, 2012-07-16 at 22:57 -0700,

Re: [yocto] [PATCH 0/1] meta: update crownbay.scc for newer emgd driver

2012-07-18 Thread Tom Zanussi
On Wed, 2012-07-18 at 19:58 -0700, Kamble, Nitin A wrote: -Original Message- From: Zanussi, Tom Sent: Wednesday, July 18, 2012 7:43 PM To: Kamble, Nitin A Cc: yocto@yoctoproject.org; bruce.ashfi...@windriver.com Subject: Re: [PATCH 0/1] meta: update crownbay.scc for newer

Re: [yocto] beagleboard not booting

2012-07-18 Thread Bruce Ashfield
Daemon: avahi-daemon ...done. Starting Telephony daemon Stopping Bootlog daemon: bootlogd. D-BUS per-session daemon address is: unix:abstract=/tmp/dbus-YSsZ7bMMnl,guid=80b 47e1ed801ed95e922788b00b7 Yocto (Built by Poky 7.0) 1.2+snapshot-20120718 beagleboard ttyO2 beagleboard login: [settings

Re: [yocto] Manually fetching files (and disabling the sanity-checker)

2012-07-18 Thread McClintock Matthew-B29882
On Wed, Jul 18, 2012 at 6:50 PM, Tim Bird tim.b...@am.sony.com wrote: Hi all, I've given up trying to work around Sony's firewall. After repeated attempts I still can't get any 'git:'-based URLS to work through the firewall. I vaguely recall the last time I worked on this (about 5.0