Re: [yocto] Yocto Login Username and Password on MPC8315E-RDB

2011-10-26 Thread Scott Garman
On 10/26/2011 09:37 PM, Adrian Miller wrote: Hi, After I successfully load the kernel onto my board, I get this: Yocto (Built by Poky 5.0) 1.0 mpc8315e-rdb ttyS0 mpc8315e-rdb login: This is where it requests a username and password. I am wondering where can I find or set the login details.

[yocto] Yocto Login Username and Password on MPC8315E-RDB

2011-10-26 Thread Adrian Miller
Hi, After I successfully load the kernel onto my board, I get this: Yocto (Built by Poky 5.0) 1.0 mpc8315e-rdb ttyS0 mpc8315e-rdb login: This is where it requests a username and password. I am wondering where can I find or set the login details. Thank you for your assistance. Adrian Mille

Re: [yocto] [PATCH 7/7] Updated the romley.conf and removed linux-yocto_2.6.37.bbappend file. Signed-off-by: Kishore Bodke

2011-10-26 Thread Tom Zanussi
On Wed, 2011-10-26 at 16:25 -0700, kishore.k.bo...@intel.com wrote: > From: Kishore Bodke > > --- > MAINTAINERS|4 > meta-romley/conf/machine/romley.conf |4 +--- > .../linux/linux-yocto_2.6.37.bbappend |7 --

Re: [yocto] [PATCH 6/7] Romley BSP tested against master branch and with new xorg changes.

2011-10-26 Thread Tom Zanussi
On Wed, 2011-10-26 at 16:25 -0700, kishore.k.bo...@intel.com wrote: > From: Kishore Bodke > This .bbappend was added in the initial BSP and goes away in the next patch, so please squash it with the others... Tom > --- > .../linux/linux-yocto_2.6.37.bbappend |2 +- > 1 files c

Re: [yocto] [PATCH 1/7] New Romley BSP added.

2011-10-26 Thread Tom Zanussi
On Wed, 2011-10-26 at 16:25 -0700, kishore.k.bo...@intel.com wrote: > From: Kishore Bodke > Please add a comment describing this BSP, and also add a Signed-off-by: line. Tom > --- > meta-romley/COPYING.MIT| 17 > meta-romley/README

Re: [yocto] [PATCH 0/7] New meta-romley BSP created.

2011-10-26 Thread Tom Zanussi
On Wed, 2011-10-26 at 16:25 -0700, Bodke, Kishore K wrote: > From: Kishore Bodke > > Hi All, > > > This layer provides new BSP meta-romley and tested against the master branch. > This provides the support for Romley + Patsburg Chipset for Intel Systems. > Romley refers to the Intel Rosecity Bo

[yocto] [PATCH 3/7] meta-romley: xserver-xorg renaming updates

2011-10-26 Thread kishore . k . bodke
From: Tom Zanussi Update romley to reflect the new xserver-xorg naming. Signed-off-by: Tom Zanussi --- meta-romley/conf/machine/romley.conf | 12 +--- .../xorg-driver/xf86-video-mga_1.4.13.bb |2 +- meta-sugarbay/conf/machine/sugarbay.conf |4

[yocto] [PATCH 7/7] Updated the romley.conf and removed linux-yocto_2.6.37.bbappend file. Signed-off-by: Kishore Bodke

2011-10-26 Thread kishore . k . bodke
From: Kishore Bodke --- MAINTAINERS|4 meta-romley/conf/machine/romley.conf |4 +--- .../linux/linux-yocto_2.6.37.bbappend |7 --- 3 files changed, 5 insertions(+), 10 deletions(-) delete mode 100644 meta-ro

[yocto] [PATCH 6/7] Romley BSP tested against master branch and with new xorg changes.

2011-10-26 Thread kishore . k . bodke
From: Kishore Bodke --- .../linux/linux-yocto_2.6.37.bbappend |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta-romley/recipes-kernel/linux/linux-yocto_2.6.37.bbappend b/meta-romley/recipes-kernel/linux/linux-yocto_2.6.37.bbappend index e48f8b0..4e0af5a

[yocto] [PATCH 5/7] add missing xaa module

2011-10-26 Thread kishore . k . bodke
From: Tom Zanussi Signed-off-by: Tom Zanussi --- meta-romley/conf/machine/romley.conf |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/meta-romley/conf/machine/romley.conf b/meta-romley/conf/machine/romley.conf index 625fa60..1035d82 100644 --- a/meta-romley/conf/machin

[yocto] [PATCH 4/7] add enable-dga to the xserver to get rid of DGAInit startup error

2011-10-26 Thread kishore . k . bodke
From: Tom Zanussi Signed-off-by: Tom Zanussi --- .../xorg-xserver/xserver-xorg_1.11.1.bbappend |1 + 1 files changed, 1 insertions(+), 0 deletions(-) create mode 100644 meta-romley/recipes-graphics/xorg-xserver/xserver-xorg_1.11.1.bbappend diff --git a/meta-romley/recipes-graphics/

[yocto] [PATCH 2/7] meta-romley: remove meta-intel/common from BBFILES

2011-10-26 Thread kishore . k . bodke
From: Tom Zanussi There's nothing in meta-intel/common used by romley, and is too broad anyway, so remove it from BBFILES. Signed-off-by: Tom Zanussi --- meta-romley/conf/layer.conf |4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/meta-romley/conf/layer.conf b/meta-r

[yocto] [PATCH 1/7] New Romley BSP added.

2011-10-26 Thread kishore . k . bodke
From: Kishore Bodke --- meta-romley/COPYING.MIT| 17 meta-romley/README | 86 meta-romley/README.sources | 17 meta-romley/conf/layer.conf| 12 +++ m

[yocto] [PATCH 0/7] New meta-romley BSP created.

2011-10-26 Thread kishore . k . bodke
From: Kishore Bodke Hi All, This layer provides new BSP meta-romley and tested against the master branch. This provides the support for Romley + Patsburg Chipset for Intel Systems. Romley refers to the Intel Rosecity Board. This has been verified by Tom Zanussi, and wanted to pull this BSP int

[yocto] prelink-cross project sync update

2011-10-26 Thread Mark Hatle
(I'm going to try to send out these quick blurbs as prelink-cross is synced to the upstream. Upstream changes are fairly infrequent, so this will be a low volume set of emails. Most emails in the future will be shorted then this one.) prelink-cross has been synced up to the latest upstream preli

[yocto] Results of the latest documentation audit, October 2011

2011-10-26 Thread Scott Garman
Hello, Here are the results of the latest documentation audit, using a recent Poky master (72a1e63b67445c65954c21f5cbfab74d617a257f): 587 recipes in total 334 recipes are building documentation 252 recipes are not building documentation 7 recipes did not build, and are counted above as "not b

Re: [yocto] Eclipse Plugin: ADT Version too old

2011-10-26 Thread Zhang, Jessica
d Configuration: BB_VERSION= "1.13.3" TARGET_ARCH = "arm" TARGET_OS = "linux-gnueabi" MACHINE = "qemuarm" DISTRO= "poky" DISTRO_VERSION= "1.1+snapshot-20111026" TUNE_FEATURES = "armv5 dsp th

Re: [yocto] [PATCH 0/4][KERNEL] more bsp cleanup and new power/intel feature

2011-10-26 Thread Tom Zanussi
On Wed, 2011-10-26 at 07:39 -0700, Bruce Ashfield wrote: > On 11-10-25 03:17 PM, tom.zanu...@intel.com wrote: > > From: Tom Zanussi > > > > This patchset adds a new power/intel feature containing power-related > > config items for intel bsps and initially makes sugarbay and crownbay > > use it. > >

Re: [yocto] [PATCH 0/4][KERNEL] more bsp cleanup and new power/intel feature

2011-10-26 Thread Bruce Ashfield
On 11-10-25 03:17 PM, tom.zanu...@intel.com wrote: From: Tom Zanussi This patchset adds a new power/intel feature containing power-related config items for intel bsps and initially makes sugarbay and crownbay use it. It also removes the igb feature from common-pc-64, which shouldn't be there an

Re: [yocto] Eclipse Plugin: ADT Version too old

2011-10-26 Thread Jack Mitchell
= "linux-gnueabi" MACHINE = "qemuarm" DISTRO= "poky" DISTRO_VERSION= "1.1+snapshot-20111026" TUNE_FEATURES = "armv5 dsp thumb arm926ejs" TARGET_FPU= "soft" meta meta-yocto meta-db-generic = "edision: