Re: [yocto] managing layer priorities

2012-04-09 Thread Tomas Frydrych
On 08/04/12 23:28, Tomas Frydrych wrote: Is there a way to change the priority that a layer assigns itself in its layer.conf? E.g., I want to add meta-oe alongside of meta-yocto, but I want it to have a lower priority than the latter. Currently meta-yocto gives itself 5 and meta-oe 6, I'd like

[yocto] Yocto weekly bug trend charts -- WW14

2012-04-09 Thread Xu, Jiajun
Hi all, This is the weekly bug trend for WW14. The new submitted vs. fixed bug number is 42 vs. 32. By comparing with WW13, open bug number for Critical, Major and Normal increased a lot. WDD number and Open Bug number are 955 and 187. Bug status of WW14 could be found on

Re: [yocto] [PATCH 1/2] initrdscripts: fix init-live.sh and use unionfs

2012-04-09 Thread Darren Hart
On 03/26/2012 02:19 PM, Yang Shi wrote: [YOCTO #1487] Use unionfs to mount rootfs and make root file system can be writen when using liveCD to boot up. Set UNION_FS variable depending on kenrel config, so that it can work with kernel which doesn't s/kenrel/kernel/ have unionfs

Re: [yocto] Porting of specific Kernel/Driver into yocto.

2012-04-09 Thread Bruce Ashfield
On Mon, Apr 9, 2012 at 12:31 PM, Om Prakash PAL omprakash@stericsson.com wrote: Hi Bruce, Thanks for you help. As you have mentioned, its working properly. I want to know that is there any better way of doing same thing for my scenario ?: here is my scenario: We have development branch

Re: [yocto] [PATCH 1/7] Cedartrail: Add PVR graphics support.

2012-04-09 Thread Tom Zanussi
Hi Kishore, Comments below... On Tue, 2012-04-03 at 16:43 -0700, kishore.k.bo...@intel.com wrote: From: Kishore Bodke kishore.k.bo...@intel.com Adding PVR Graphics support and separate out xorg.conf for building both with pvr and no-pvr. Signed-off-by: Kishore Bodke

[yocto] [PATCH 0/1] meta-skeleton: Move hello-mod example kernel module to meta-skeleton

2012-04-09 Thread Darren Hart
The following changes since commit 190f6d791d51aaa4cfb9f1cf932bc205ff674fb5: runqemu-internal: Add console=tty for qemuppc and NFS (2012-04-06 01:12:47 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib dvhart/skeleton

[yocto] [PATCH 1/1] meta-skeleton: Move hello-mod example kernel module to meta-skeleton

2012-04-09 Thread Darren Hart
Fixes [YOCTO #1501] hello-mod is an example kernel module, and does not provide any real functionality. As such, it would be better placed under meta-skeleton than in meta. I am posting a separate patch to oe-core removing hello-mod. Signed-off-by: Darren Hart dvh...@linux.intel.com ---

Re: [yocto] [PATCH 3/7] Cedartrail: Add new recipes for audio and video samples.

2012-04-09 Thread Tom Zanussi
On Tue, 2012-04-03 at 16:43 -0700, kishore.k.bo...@intel.com wrote: From: Kishore Bodke kishore.k.bo...@intel.com This recipe adds sample Audio files and Video files for testing with pvr Acceleration driver. Signed-off-by: Kishore Bodke kishore.k.bo...@intel.com ---

[yocto] Yocto Project 1.2 M4 schedule

2012-04-09 Thread Liu, Song
Hi all, This is to restate and clarify the schedule for Yocto Project 1.2 M4 (milestone 4). If you are concerned or have patches you would like to merge, please see the following dates: 1. RC3 official patch cut-off time: 12:00AM April 8th, 2012, PDT 2. RC3 build: April 11th,

Re: [yocto] [PATCH 4/7] Cedartrail: Add bbappend files to install Audio and Video files.

2012-04-09 Thread Tom Zanussi
On Tue, 2012-04-03 at 16:43 -0700, kishore.k.bo...@intel.com wrote: From: Kishore Bodke kishore.k.bo...@intel.com These bbappend files pulls in the Audio, Video and Web Kit into the Image with IMAGE_INSTALL. Signed-off-by: Kishore Bodke kishore.k.bo...@intel.com ---

Re: [yocto] [PATCH 6/7] Cedartrail: Add a new recipe for Audio.

2012-04-09 Thread Tom Zanussi
On Tue, 2012-04-03 at 16:43 -0700, kishore.k.bo...@intel.com wrote: From: Kishore Bodke kishore.k.bo...@intel.com Adding a new recipe for including a Audio feature for the cedartrail bsp. As mentioned, I think the new way to do this is using asound.state (see

Re: [yocto] [PATCH 1/7] Cedartrail: Add PVR graphics support.

2012-04-09 Thread Bodke, Kishore K
-Original Message- From: Zanussi, Tom Sent: Monday, April 09, 2012 10:56 AM To: Bodke, Kishore K Cc: yocto@yoctoproject.org Subject: Re: [PATCH 1/7] Cedartrail: Add PVR graphics support. Hi Kishore, Comments below... On Tue, 2012-04-03 at 16:43 -0700, kishore.k.bo...@intel.com wrote:

Re: [yocto] [PATCH 3/7] Cedartrail: Add new recipes for audio and video samples.

2012-04-09 Thread Bodke, Kishore K
-Original Message- From: Zanussi, Tom Sent: Monday, April 09, 2012 10:57 AM To: Bodke, Kishore K Cc: yocto@yoctoproject.org Subject: Re: [PATCH 3/7] Cedartrail: Add new recipes for audio and video samples. On Tue, 2012-04-03 at 16:43 -0700, kishore.k.bo...@intel.com wrote: From:

Re: [yocto] [PATCH 4/7] Cedartrail: Add bbappend files to install Audio and Video files.

2012-04-09 Thread Bodke, Kishore K
-Original Message- From: Zanussi, Tom Sent: Monday, April 09, 2012 11:01 AM To: Bodke, Kishore K Cc: yocto@yoctoproject.org Subject: Re: [PATCH 4/7] Cedartrail: Add bbappend files to install Audio and Video files. On Tue, 2012-04-03 at 16:43 -0700, kishore.k.bo...@intel.com wrote:

Re: [yocto] [PATCH 1/2] initrdscripts: fix init-live.sh and use unionfs

2012-04-09 Thread Yang Shi
On 4/9/2012 9:35 AM, Darren Hart wrote: On 03/26/2012 02:19 PM, Yang Shi wrote: [YOCTO #1487] Use unionfs to mount rootfs and make root file system can be writen when using liveCD to boot up. Set UNION_FS variable depending on kenrel config, so that it can work with kernel which doesn't

Re: [yocto] [PATCH 2/2] sato: Remove questioned ISO image

2012-04-09 Thread Yang Shi
On 4/9/2012 9:31 AM, Darren Hart wrote: On 03/26/2012 02:19 PM, Yang Shi wrote: [YOCTO #1487] For the liveCD image, interactive bootup is needed, but psplash prevents from booting interactively. In such case ISO image is not usable, so remove ISO image and the corresponding link and throw

Re: [yocto] [PATCH 7/7] Cedartrail: Update the README.

2012-04-09 Thread Bodke, Kishore K
-Original Message- From: Zanussi, Tom Sent: Monday, April 09, 2012 11:07 AM To: Bodke, Kishore K Cc: yocto@yoctoproject.org Subject: Re: [PATCH 7/7] Cedartrail: Update the README. On Tue, 2012-04-03 at 16:43 -0700, kishore.k.bo...@intel.com wrote: From: Kishore Bodke

Re: [yocto] [PATCH 4/7] Cedartrail: Add bbappend files to install Audio and Video files.

2012-04-09 Thread Tom Zanussi
On Mon, 2012-04-09 at 11:29 -0700, Bodke, Kishore K wrote: -Original Message- From: Zanussi, Tom Sent: Monday, April 09, 2012 11:01 AM To: Bodke, Kishore K Cc: yocto@yoctoproject.org Subject: Re: [PATCH 4/7] Cedartrail: Add bbappend files to install Audio and Video files. On

Re: [yocto] [PATCH 4/7] Cedartrail: Add bbappend files to install Audio and Video files.

2012-04-09 Thread Bodke, Kishore K
-Original Message- From: Zanussi, Tom Sent: Monday, April 09, 2012 11:42 AM To: Bodke, Kishore K Cc: yocto@yoctoproject.org Subject: RE: [PATCH 4/7] Cedartrail: Add bbappend files to install Audio and Video files. On Mon, 2012-04-09 at 11:29 -0700, Bodke, Kishore K wrote:

Re: [yocto] [PATCH 2/2] sato: Remove questioned ISO image

2012-04-09 Thread Darren Hart
On 04/09/2012 11:34 AM, Yang Shi wrote: On 4/9/2012 9:31 AM, Darren Hart wrote: On 03/26/2012 02:19 PM, Yang Shi wrote: [YOCTO #1487] For the liveCD image, interactive bootup is needed, but psplash prevents from booting interactively. In such case ISO image is not usable, so remove ISO

[yocto] build error on core-image-sato-sdk

2012-04-09 Thread jfabernathy
at the end of the build of core-image-sato-sdk I got the following error. I'm using the edison branch with the latest changes and also building the meta-cedartrail. I had previously built core-image-sato successfully with this setup. Any ideas? ERROR: Function 'build_boot_bin' failed (see

Re: [yocto] [PATCH 2/2] sato: Remove questioned ISO image

2012-04-09 Thread Yang Shi
On 4/9/2012 12:49 PM, Darren Hart wrote: On 04/09/2012 11:34 AM, Yang Shi wrote: On 4/9/2012 9:31 AM, Darren Hart wrote: On 03/26/2012 02:19 PM, Yang Shi wrote: [YOCTO #1487] For the liveCD image, interactive bootup is needed, but psplash prevents from booting interactively. In such case

[yocto] [PATCH 1/1] meta-cedartrail: fix README to state tools-testapps needed for Glxgears

2012-04-09 Thread rahul . saxena
From: Rahul Saxena rahul.sax...@intel.com Existing README incorrectly states that debug-tweaks is needed to be added to EXTRA_IMAGE_FEATURES to include Glxgears in build. The correct feature to be included is tools-testapps and not debug-tweaks Signed-off-by: Rahul Saxena rahul.sax...@.intel.com

[yocto] [PATCH 1/1] syslinux: Update distro-tracking fields

2012-04-09 Thread Darren Hart
Add reason for not updating syslinux this release. Signed-off-by: Darren Hart dvh...@linux.intel.com --- .../conf/distro/include/distro_tracking_fields.inc |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/meta/conf/distro/include/distro_tracking_fields.inc

[yocto] [PATCH 0/1] syslinux: Update distro-tracking fields

2012-04-09 Thread Darren Hart
The following changes since commit 190f6d791d51aaa4cfb9f1cf932bc205ff674fb5: runqemu-internal: Add console=tty for qemuppc and NFS (2012-04-06 01:12:47 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib dvhart/distro-tracking

[yocto] [PATCH 2/2] sato: Throw warning when building ISO image without unionfs enabled

2012-04-09 Thread Yang Shi
[YOCTO #1487] For the liveCD image, interactive bootup is needed, but psplash prevents from booting interactively. In such case ISO image is not usable, so throw warning info when building ISO image without unionfs enabled in kernel. Signed-off-by: Yang Shi yang@windriver.com ---

[yocto] [PATCH 0/2] Misc bugfixes

2012-04-09 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com The following changes since commit 190f6d791d51aaa4cfb9f1cf932bc205ff674fb5: runqemu-internal: Add console=tty for qemuppc and NFS (2012-04-06 01:12:47 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib

[yocto] [PATCH 1/2] tclibc-eglibc.inc: make locale packages dependency conditional

2012-04-09 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Only add locale package dependencies if the eglibc is configured with locale support. This avoids dependencies issues for distros such as poky-tiny Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com ---

[yocto] [PATCH 2/2] poky-tiny.conf: adjust eglibc options for poky-tiny

2012-04-09 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Avoid errors for building meta-toolchain for poky-tiny This Fixes Bug: [YOCTO #2259] Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- meta-yocto/conf/distro/poky-tiny.conf |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-)

[yocto] 1.2_M2 build fails for syslinux_4.03.bb for Romley BSP

2012-04-09 Thread Bodke, Kishore K
Hi , Poky and meta-intel for 1.2_M2 build is failing for syslinux_4.03 recipe. Did anyone saw this for other BSPs? ERROR: Function 'do_compile' failed (see /home/tmelab/yocto/poky/poky-1.2_M2.final/build/tmp/work/x86_64-linux/syslinux-native-4.03-r3/temp/log.do_compile.53231 for further

Re: [yocto] 1.2_M2 build fails for syslinux_4.03.bb for Romley BSP

2012-04-09 Thread Mark Hatle
On 4/9/12 5:36 PM, Bodke, Kishore K wrote: Hi , Poky and meta-intel for 1.2_M2 build is failing for syslinux_4.03 recipe. Did anyone saw this for other BSPs? ERROR: Function 'do_compile' failed (see

Re: [yocto] 1.2_M2 build fails for syslinux_4.03.bb for Romley BSP

2012-04-09 Thread Bodke, Kishore K
-Original Message- From: yocto-boun...@yoctoproject.org [mailto:yocto- boun...@yoctoproject.org] On Behalf Of Mark Hatle Sent: Monday, April 09, 2012 3:41 PM To: yocto@yoctoproject.org Subject: Re: [yocto] 1.2_M2 build fails for syslinux_4.03.bb for Romley BSP On 4/9/12 5:36 PM, Bodke,

Re: [yocto] build error on core-image-sato-sdk

2012-04-09 Thread James Abernathy
On Mon, Apr 9, 2012 at 6:15 PM, Darren Hart dvh...@linux.intel.com wrote: On 04/09/2012 01:33 PM, jfabernathy wrote: at the end of the build of core-image-sato-sdk I got the following error. I'm using the edison branch with the latest changes and also building the meta-cedartrail. I

Re: [yocto] build error on core-image-sato-sdk

2012-04-09 Thread Christopher Larson
See the cooker.log.* files in the tmp (or build) directory. -- Christopher Larson On Monday, April 9, 2012 at 5:01 PM, James Abernathy wrote: On Mon, Apr 9, 2012 at 6:15 PM, Darren Hart dvh...@linux.intel.com (mailto:dvh...@linux.intel.com) wrote: On 04/09/2012 01:33 PM,

[yocto] ADT Manual v1.1.1 Issues - 1 of 3

2012-04-09 Thread Andy Gikling
All, There's a broken link in the ADT manual. In section 4.1.3.1, the path http://downloads.yoctoproject.org/releases/eclipse-plugin/1.1.1; does not exist. I think this is the desired path but the files aren't there... Just an FYI - not sure if this merits filing a bug really. ~Andy Gikling

[yocto] ADT Manual v1.1.1 Issues - 2 of 3

2012-04-09 Thread Andy Gikling
All, I've had very mixed results during the three or four times I've run through the ADT manual from scratch. There seems to be a real problem I keep encountering that I'd like to describe to the community with the hope that someone understands why I keep getting stuck. I'm running a 32bit

[yocto] ADT Manual v1.1.1 Issues - 3 of 3

2012-04-09 Thread Andy Gikling
All, I ran through the ADT manual and ran into some goofynees in section 2.1.1.2. Configuring and Running the ADT Installer Script. My adt_installer.conf contains: YOCTOADT_REPO=http://adtrepo.yoctoproject.org/1.1.1; YOCTOADT_TARGETS=x86_64 YOCTOADT_QEMU=Y YOCTOADT_NFS_UTIL=Y

Re: [yocto] ADT Manual v1.1.1 Issues - 2 of 3

2012-04-09 Thread Lu, Lianhao
Andy, Could you please attach both the config.log file and the environment file under the directory /opt/poky/1.1.1/ ? Andy Gikling wrote on 2012-04-10: All, I've had very mixed results during the three or four times I've run through the ADT manual from scratch. There seems to be a

Re: [yocto] ADT Manual v1.1.1 Issues - 3 of 3

2012-04-09 Thread Lu, Lianhao
Hi Beth, Looks like the 1.1.1 rootfs on adtrepo was populated into a wrong URL. It should be http://adtrepo.yoctoproject.org/1.1.1/rootfs/ instead of http://adtrepo.yoctoproject.org/1.1.1/adt-ipk/rootfs/. Hi Andy, Please file a bug against 1.1.1. Before we got that fixed, you may tweak the