Re: [yocto] [Yocto] How to remove a particular package or packages

2012-04-12 Thread Jegan Chandru
Tomas, The basic package selection in the Poky/Yocto images is done on basis of the DISTRO_FEATURES variable, so you need to set this somewhere suitable to only include the components you need (iirc, the default package selection is quite rich). Thanks for pointing this out. I am using this

Re: [yocto] Build time data

2012-04-12 Thread Darren Hart
On 04/11/2012 09:39 PM, Bob Cochran wrote: On 04/11/2012 08:30 PM, Darren Hart wrote: SSDs are one way to go, but we've been known to chew through them and they aren't priced as consumables. Hi Darren, Could you please elaborate on been known to chew through them? Are you running

Re: [yocto] confusion about IMAGE_INSTALL and getting packages into rootfs

2012-04-12 Thread Darren Hart
On 04/11/2012 11:02 AM, Peter Tornel wrote: I'm working with the poky tree, master branch. I added a few packages to IMAGE_INSTALL in core-image-minimal.bb. Everything builds fine, and I can see the built images in each tmp/work subdirectory for my IMAGE_INSTALL packages. However, I

Re: [yocto] Build time data

2012-04-12 Thread Joshua Immanuel
Darren, On Wed, 2012-04-11 at 17:30 -0700, Darren Hart wrote: I run on a beast with 12 cores, 48GB of RAM, OS and sources on a G2 Intel SSD, with two Seagate Barracudas in a RAID0 array for my /build partition. I run a headless Ubuntu 11.10 (x86_64) installation running the 3.0.0-16-server

Re: [yocto] Build time data

2012-04-12 Thread Joshua Immanuel
On Thu, 2012-04-12 at 10:00 +0200, Martin Jansa wrote: On Wed, 2012-04-11 at 17:30 -0700, Darren Hart wrote: I run on a beast with 12 cores, 48GB of RAM, OS and sources on a G2 Intel SSD, with two Seagate Barracudas in a RAID0 array for my /build partition. I run a headless Ubuntu

Re: [yocto] Build time data

2012-04-12 Thread Björn Stenberg
Darren Hart wrote: /dev/md0/build ext4 noauto,noatime,nodiratime,commit=6000 A minor detail: 'nodiratime' is a subset of 'noatime', so there is no need to specify both. I run on a beast with 12 cores, 48GB of RAM, OS and sources on a G2 Intel SSD, with two Seagate

Re: [yocto] Build time data

2012-04-12 Thread Darren Hart
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/12/2012 01:00 AM, Martin Jansa wrote: On Thu, Apr 12, 2012 at 01:05:00PM +0530, Joshua Immanuel wrote: Darren, On Wed, 2012-04-11 at 17:30 -0700, Darren Hart wrote: I run on a beast with 12 cores, 48GB of RAM, OS and sources on a G2

[yocto] native recipe and sysroot-destdir troubles

2012-04-12 Thread Philip Tricca
Yocto, I'm working on two new recipes and both are working quite well. Now I need native variants and online sources indicate this should be done through BBCLASSEXTEND = native. For one of my recipes this works fine, for the other not so much. The error I'm seeing seems to be in the staging of

Re: [yocto] Build time data

2012-04-12 Thread Darren Hart
On 04/12/2012 03:43 PM, Chris Tapp wrote: On 12 Apr 2012, at 15:34, Darren Hart wrote: On 04/12/2012 07:08 AM, Björn Stenberg wrote: Darren Hart wrote: /dev/md0/build ext4 noauto,noatime,nodiratime,commit=6000 A minor detail: 'nodiratime' is a subset of 'noatime', so

Re: [yocto] Build time data

2012-04-12 Thread Flanagan, Elizabeth
On Thu, Apr 12, 2012 at 7:12 AM, Darren Hart dvh...@linux.intel.com wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/12/2012 01:00 AM, Martin Jansa wrote: On Thu, Apr 12, 2012 at 01:05:00PM +0530, Joshua Immanuel wrote: Darren, On Wed, 2012-04-11 at 17:30 -0700, Darren

Re: [yocto] QA for 1.2_M4.rc3

2012-04-12 Thread Zhao Yi
Hi Beth, We found the rc3 branch has been updated and rebuild on autobuilder. The images are available in http://autobuilder.pokylinux.org/nightly/20120412-2/ We should use it rather than 20120411-2 for our rc3 testing, right ? Thanks, Yi ? 2012?04?12? 09:31, Flanagan, Elizabeth ??: Sorry

[yocto] [PATCH 0/4] yocto-bsp fixes

2012-04-12 Thread tom . zanussi
From: Tom Zanussi tom.zanu...@intel.com This patchset fixes [YOCTO #], updating the property value listing code to match the current representation. The following combinations were tested (BSPs generated by yocto-bsp and sato images built and boot-tested): - qemu i386 generated from JSON

[yocto] [PATCH 1/4] yocto-bsp: enable property value display of nested properties

2012-04-12 Thread tom . zanussi
From: Tom Zanussi tom.zanu...@intel.com Previous versions of yocto-bsp mapped every input element to a unique variable name, which is what the current property value display code expects. When that was changed to a nested form, the display code wasn't updated to match - this updated does that.

[yocto] [PATCH 4/4] yocto-bsp: fix x86_64 tuning for qemu arch

2012-04-12 Thread tom . zanussi
From: Tom Zanussi tom.zanu...@intel.com While testing the fix for [YOCTO #] I noticed that the tuning for the qemu x86_64 target was using the wrong tuning file - it should be x86_64 instead of i586. Change the template to match. Signed-off-by: Tom Zanussi tom.zanu...@intel.com ---

[yocto] Unable to Load Kernel Module

2012-04-12 Thread Navani Srivastava
Hi, I am facing problem in loading kernel module at startup. I have added kernel-modules in rootfs image file. I am getting the below mentioned error- modprobe: FATAL: Could not load /lib/modules/2.6.35.3-433-g0fae922/modules.dep: No such file or directory flexcan flexcan.0: writing

Re: [yocto] Build time data

2012-04-12 Thread Martin Jansa
On Thu, Apr 12, 2012 at 04:37:00PM -0700, Flanagan, Elizabeth wrote: On Thu, Apr 12, 2012 at 7:12 AM, Darren Hart dvh...@linux.intel.com wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/12/2012 01:00 AM, Martin Jansa wrote: On Thu, Apr 12, 2012 at 01:05:00PM +0530,