[yocto] [PATCH 0/6] commits to move crownbay BSP to v3.4 kernel I v1.14 EMGD driver.

2012-07-24 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com The following changes since commit 961f835e4f5dd2d02b34b7fce13316ec7b0bf1c4: emgd-driver-bin: remove FILES_${PN}-dev addition (2012-07-20 11:29:23 -0500) are available in the git repository at: git://git.yoctoproject.org/meta-intel-contrib

[yocto] [PATCH 1/6] emgd-driver-bin: upgrade from 1.10 to 1.14

2012-07-24 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com 1.14 is the latest released driver for emgd. This change is tested on crownbay machine. Add runtime dependency to libxcb-dri2 Otherwise the libxcb-dri2.so is not getting installed, and video acceleration of emgd does not work. It is dynamic

[yocto] [PATCH 2/6] crownbay: customize the xorg.conf for the flat panel on the corwnbay kit

2012-07-24 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com The kit has Auo 800x600 LCD screen. Configuring Xorg for it. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- .../xserver-xf86-config/crownbay/xorg.conf | 14 ++ 1 files changed, 14 insertions(+), 0 deletions(-) diff

[yocto] [PATCH 3/6] crownbay: update emgd driver version in the README

2012-07-24 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- meta-crownbay/README |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/meta-crownbay/README b/meta-crownbay/README index b56c79a..2521432 100644 ---

[yocto] [PATCH 4/6] crownbay: add recipe extension for linux-yocto-3.4

2012-07-24 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com crownbay: linux-yocto v3.4 : add emgd branch info in git src_uri At build time, the emgd-1.14 branch is merged with the crownbay bsp kernel source branch to get emgd kernel driver's support. Refer it in the src_uri, it's commit-id to be used, so

[yocto] [PATCH 5/6] crownbay: make v3.4 the default kernel

2012-07-24 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- meta-crownbay/conf/machine/crownbay-noemgd.conf |2 +- meta-crownbay/conf/machine/crownbay.conf|2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git

[yocto] [PATCH 6/6] gnu-efi: fix whitespace usage

2012-07-24 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com the use of tabs was causing bitbake warnings. TO avoid these warnings converted tags into space which is also the recommended indenting for python code. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com ---

Re: [yocto] [PATCH 1/6] emgd-driver-bin: upgrade from 1.10 to 1.14

2012-07-24 Thread Kamble, Nitin A
This commit needs latest poky master to get the bitbake wget fetcher enhancement needed for the SRC_URI. Thanks, Nitin -Original Message- From: yocto-boun...@yoctoproject.org [mailto:yocto- boun...@yoctoproject.org] On Behalf Of nitin.a.kam...@intel.com Sent: Monday, July 23, 2012

[yocto] [RFC 1/3] plugins/sdk.ide.doc.user: Added plugin for ide specific user help

2012-07-24 Thread Atanas Gegov
From: Atanas Gegov atanas.ge...@bmw-carit.de This currently empty plugin will in the future contain yocto ide specific user help documents such as eclipse help documents or cheat sheets. --- plugins/org.yocto.sdk.ide.doc.user/.classpath |6

[yocto] [RFC 2/3] feature/sdk: Added user doc plugin

2012-07-24 Thread Atanas Gegov
From: Atanas Gegov atanas.ge...@bmw-carit.de The added doc plugin org.yocto.sdk.ide.doc.user will provide help contents for this feature (e.g help documents, cheat sheets). --- features/org.yocto.sdk/feature.xml |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git

[yocto] [RFC 3/3] plugins/sdk.ide.doc.user: Added cheat sheet for hello world project

2012-07-24 Thread Atanas Gegov
From: Atanas Gegov atanas.ge...@bmw-carit.de The cheat sheet added provides an interactive tutorial for creating and building the 'Hello World C++ Autotools Project' provided with the yocto ide. The tutorial starts of by configuring the yocto project settings and then guides the user through the

[yocto] [RFC 0/3] Cheat sheet for hello world project

2012-07-24 Thread Atanas Gegov
From: Atanas Gegov atanas.ge...@bmw-carit.de Hi, currently the adt manual contains a description of how to create a new project (chapter 4.2). Also some videos are explaining how to achieve this. Eclipse provides a nice way of interactive tutorials with the cheat sheets and I thought it would be

[yocto] bsp-guide: fix apparent error in sample layer.conf file

2012-07-24 Thread Robert P. J. Day
Signed-off-by: Robert P. J. Day rpj...@crashcourse.ca --- diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml index 1a85960..e9a7cf4 100644 --- a/documentation/bsp-guide/bsp.xml +++ b/documentation/bsp-guide/bsp.xml @@ -314,8 +314,8 @@ BBPATH :=

Re: [yocto] bsp-guide: fix apparent error in sample layer.conf file

2012-07-24 Thread Rifenbark, Scott M
Fixed. See docs-in-progress for the change. Thanks Robert. Scott -Original Message- From: Robert P. J. Day [mailto:rpj...@crashcourse.ca] Sent: Tuesday, July 24, 2012 9:48 AM To: Yocto discussion list Cc: Rifenbark, Scott M Subject: bsp-guide: fix apparent error in sample layer.conf

[yocto] Unable to get login prompt for Xilinx ML507 PowerPC440 target development board

2012-07-24 Thread Elvis Dowson
Hi, I have progressed somewhat further with getting Yocto to build a kernel image and rootfilesystem for the Xilinx ML507 PowerPC440 target development board. For some reason, I'm unable to get a login prompt. The serial console device is ttyUL0. If someone could help me figure out

Re: [yocto] Unable to get login prompt for Xilinx ML507 PowerPC440 target development board

2012-07-24 Thread McClintock Matthew-B29882
On Tue, Jul 24, 2012 at 12:03 PM, Elvis Dowson elvis.dow...@gmail.com wrote: Hi, I have progressed somewhat further with getting Yocto to build a kernel image and rootfilesystem for the Xilinx ML507 PowerPC440 target development board. For some reason, I'm unable to get a login prompt.

[yocto] Yocto weekly bug trend charts -- WW29

2012-07-24 Thread Serban, Laurentiu
Hello, This is the weekly bug trend updated for ww29. WDD decreased since ww28 (after a steep increase against ww27 values). There is also an important decrease in aging bugs. https://wiki.yoctoproject.org/wiki/Yocto_Bug_Trend Best regards, Laurentiu Serban QA Engineer Open Source Technology

Re: [yocto] Unable to get login prompt for Xilinx ML507 PowerPC440 target development board

2012-07-24 Thread Elvis Dowson
Hi, On Jul 24, 2012, at 11:15 PM, McClintock Matthew-B29882 b29...@freescale.com wrote: On Tue, Jul 24, 2012 at 12:03 PM, Elvis Dowson elvis.dow...@gmail.com wrote: Hi, I have progressed somewhat further with getting Yocto to build a kernel image and rootfilesystem for the Xilinx ML507

Re: [yocto] Unable to get login prompt for Xilinx ML507 PowerPC440 target development board

2012-07-24 Thread Gary Thomas
On 2012-07-24 13:36, Elvis Dowson wrote: Hi, On Jul 24, 2012, at 11:15 PM, McClintock Matthew-B29882 b29...@freescale.com mailto:b29...@freescale.com wrote: On Tue, Jul 24, 2012 at 12:03 PM, Elvis Dowson elvis.dow...@gmail.com mailto:elvis.dow...@gmail.com wrote: Hi, I have progressed

[yocto] hob issues

2012-07-24 Thread Dallas Clement
I've having some difficulty running hob on Debian wheezy/sid. When I enter hob from the command line, an X-window opens, but none of the controls have any text labels. Also, none of the drop-down lists are populated. I also see this message on the command prompt: Gtk-Message: Failed to load

[yocto] busybox-static how to?

2012-07-24 Thread Dallas Clement
I'm trying to get the core-image-minimal distro to boot in qemu for an ARM Cortex A9 system. It boots the kernel fine, but croaks when it tries to run init. kjournald starting. Commit interval 5 seconds EXT3-fs (sda): using internal journal EXT3-fs (sda): recovery complete EXT3-fs (sda):

[yocto] does a BSP layer *require* a README file?

2012-07-24 Thread Robert P. J. Day
currently, the BSP guide seems quite adamant that a BSP layer *must* have a top-level README file, but at least a couple of the meta-intel sublayers (meta-tlk, meta-n450) have no such file. so should that alleged requirement be, you know, dropped? rday --

[yocto] bsp-guide: a few more semantic tweaks to the BSP guide

2012-07-24 Thread Robert P. J. Day
Signed-off-by: Robert P. J. Day rpj...@crashcourse.ca --- diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml index 914c391..3699984 100644 --- a/documentation/bsp-guide/bsp.xml +++ b/documentation/bsp-guide/bsp.xml @@ -402,8 +402,8 @@ For example,

[yocto] Minutes: Yocto Project Technical Team Meeting - Tuesday, July 24, 2012 8:00 AM-9:00 AM (UTC-08:00) Pacific Time (US Canada).

2012-07-24 Thread Liu, Song
Attendees: Laurentiu, Ciby, Jessica, Michael, Paul, Dave, Saul, Richard, Russ, Bogdan, Alex, Kevin, Jeff, Sean, Darren, Nitin, ScottR, Chris, Song * Opens collection - 5 min (Song) * Yocto 1.3 M2 release readiness - 10 min (Song/team)

Re: [yocto] Minutes: Yocto Project Technical Team Meeting - Tuesday, July 24, 2012 8:00 AM-9:00 AM (UTC-08:00) Pacific Time (US Canada).

2012-07-24 Thread McClintock Matthew-B29882
On Tue, Jul 24, 2012 at 6:14 PM, Liu, Song song@intel.com wrote: - Micahel: working on 1.1.2, working on releasing that, should be out today. Log aggregation. Working on optimizing backups. Cutting out what we don't need. Improve efficiency. Oscon, meet yocto team f2f, continue to plan

Re: [yocto] Minutes: Yocto Project Technical Team Meeting - Tuesday, July 24, 2012 8:00 AM-9:00 AM (UTC-08:00) Pacific Time (US Canada).

2012-07-24 Thread Liu, Song
Hi Matthew, We have tested these distros for the release: Fedora 17, OpenSuse 12.1 and Ubuntu 12.04 You can also see it here in the full test report: https://wiki.yoctoproject.org/wiki/Yocto_1.1.2_Test_Report Thanks, Song -Original Message- From: McClintock Matthew-B29882

Re: [yocto] Unable to get login prompt for Xilinx ML507 PowerPC440 target development board

2012-07-24 Thread Elvis Dowson
Hi Gary, On Jul 24, 2012, at 11:55 PM, Gary Thomas wrote: Did 'udev' run? I didn't see it in your log. Normally, udev would be responsible for creating /dev/ttyUL0 No udev did not run. What image are you trying to run? e.g. core-image-minimal, etc? I tried with both core-image-minimal