Re: [yocto] understanding recipes

2012-01-26 Thread Scott Garman
On 01/26/2012 03:52 PM, Gary Thomas wrote: Any ideas as to why EXTRA_IMAGE_FEATURES += "hello" didn't add the hello code to the final image? EXTRA_IMAGE_FEATURES enables target *features*, not packages. To get your package added, use this in local.conf IMAGE_INSTALL += " hello " Good catch.

Re: [yocto] New recipes not installing in core-image-minimal

2012-01-26 Thread Darren Hart
On 01/26/2012 05:42 PM, Saul Wold wrote: > On 01/26/2012 05:29 PM, Darren Hart wrote: >> In support of a new BSP I've written two new recipes and appended to >> another to depend on them. The new recipes files are not appearing in >> the resulting images. I'm sure I'm overlooking something trivia

Re: [yocto] New recipes not installing in core-image-minimal

2012-01-26 Thread Saul Wold
On 01/26/2012 05:29 PM, Darren Hart wrote: In support of a new BSP I've written two new recipes and appended to another to depend on them. The new recipes files are not appearing in the resulting images. I'm sure I'm overlooking something trivial, but I'm not sure what it would be. The layer is a

[yocto] New recipes not installing in core-image-minimal

2012-01-26 Thread Darren Hart
In support of a new BSP I've written two new recipes and appended to another to depend on them. The new recipes files are not appearing in the resulting images. I'm sure I'm overlooking something trivial, but I'm not sure what it would be. The layer is available here: http://git.yoctoproject.org/c

Re: [yocto] understanding recipes

2012-01-26 Thread Saul Wold
On 01/26/2012 05:12 PM, jfabernathy wrote: On 01/26/2012 06:52 PM, Gary Thomas wrote: On 2012-01-26 16:44, jfabernathy wrote: On 01/26/2012 05:37 PM, Gary Thomas wrote: On 2012-01-26 15:11, Scott Garman wrote: On 01/26/2012 02:04 PM, jfabernathy wrote: On 01/26/2012 04:38 PM, Scott Garman wr

Re: [yocto] understanding recipes

2012-01-26 Thread jfabernathy
On 01/26/2012 06:52 PM, Gary Thomas wrote: On 2012-01-26 16:44, jfabernathy wrote: On 01/26/2012 05:37 PM, Gary Thomas wrote: On 2012-01-26 15:11, Scott Garman wrote: On 01/26/2012 02:04 PM, jfabernathy wrote: On 01/26/2012 04:38 PM, Scott Garman wrote: On 01/26/2012 01:32 PM, jfabernathy wr

Re: [yocto] understanding recipes

2012-01-26 Thread Gary Thomas
On 2012-01-26 16:44, jfabernathy wrote: On 01/26/2012 05:37 PM, Gary Thomas wrote: On 2012-01-26 15:11, Scott Garman wrote: On 01/26/2012 02:04 PM, jfabernathy wrote: On 01/26/2012 04:38 PM, Scott Garman wrote: On 01/26/2012 01:32 PM, jfabernathy wrote: On 01/26/2012 01:55 PM, Scott Garman w

Re: [yocto] understanding recipes

2012-01-26 Thread jfabernathy
On 01/26/2012 05:37 PM, Gary Thomas wrote: On 2012-01-26 15:11, Scott Garman wrote: On 01/26/2012 02:04 PM, jfabernathy wrote: On 01/26/2012 04:38 PM, Scott Garman wrote: On 01/26/2012 01:32 PM, jfabernathy wrote: On 01/26/2012 01:55 PM, Scott Garman wrote: On 01/26/2012 08:44 AM, jfabernath

[yocto] opkg-utils to move to git.yoctoproject.org

2012-01-26 Thread Saul Wold
Folks, Currently opkg-utils is hosted on svn.openmoko.org, that host seems to be failing and is not a reliable upstream. We have a copy of opkg-utils under git.yoctoproject.org (captured the last time svn.openmoko.org was up). This move would also allow us to apply some pending patches. W

Re: [yocto] understanding recipes

2012-01-26 Thread Gary Thomas
On 2012-01-26 15:11, Scott Garman wrote: On 01/26/2012 02:04 PM, jfabernathy wrote: On 01/26/2012 04:38 PM, Scott Garman wrote: On 01/26/2012 01:32 PM, jfabernathy wrote: On 01/26/2012 01:55 PM, Scott Garman wrote: On 01/26/2012 08:44 AM, jfabernathy wrote: I'm trying to understand the conce

Re: [yocto] understanding recipes

2012-01-26 Thread jfabernathy
On 01/26/2012 05:11 PM, Scott Garman wrote: On 01/26/2012 02:04 PM, jfabernathy wrote: On 01/26/2012 04:38 PM, Scott Garman wrote: On 01/26/2012 01:32 PM, jfabernathy wrote: On 01/26/2012 01:55 PM, Scott Garman wrote: On 01/26/2012 08:44 AM, jfabernathy wrote: I'm trying to understand the co

Re: [yocto] understanding recipes

2012-01-26 Thread Scott Garman
On 01/26/2012 02:04 PM, jfabernathy wrote: On 01/26/2012 04:38 PM, Scott Garman wrote: On 01/26/2012 01:32 PM, jfabernathy wrote: On 01/26/2012 01:55 PM, Scott Garman wrote: On 01/26/2012 08:44 AM, jfabernathy wrote: I'm trying to understand the concept of creating a recipe and having it incl

Re: [yocto] understanding recipes

2012-01-26 Thread jfabernathy
On 01/26/2012 04:38 PM, Scott Garman wrote: On 01/26/2012 01:32 PM, jfabernathy wrote: On 01/26/2012 01:55 PM, Scott Garman wrote: On 01/26/2012 08:44 AM, jfabernathy wrote: I'm trying to understand the concept of creating a recipe and having it included in the build I do. For example, suppo

Re: [yocto] understanding recipes

2012-01-26 Thread jfabernathy
On 01/26/2012 04:38 PM, Scott Garman wrote: On 01/26/2012 01:32 PM, jfabernathy wrote: On 01/26/2012 01:55 PM, Scott Garman wrote: On 01/26/2012 08:44 AM, jfabernathy wrote: I'm trying to understand the concept of creating a recipe and having it included in the build I do. For example, suppo

Re: [yocto] understanding recipes

2012-01-26 Thread Scott Garman
On 01/26/2012 01:32 PM, jfabernathy wrote: On 01/26/2012 01:55 PM, Scott Garman wrote: On 01/26/2012 08:44 AM, jfabernathy wrote: I'm trying to understand the concept of creating a recipe and having it included in the build I do. For example, suppose I want to create the meta-intel/meta-cedart

Re: [yocto] understanding recipes

2012-01-26 Thread jfabernathy
On 01/26/2012 01:55 PM, Scott Garman wrote: On 01/26/2012 08:44 AM, jfabernathy wrote: I'm trying to understand the concept of creating a recipe and having it included in the build I do. For example, suppose I want to create the meta-intel/meta-cedartrail BSP with the core-image-minimal image,

Re: [yocto] How to get opkg in rootfilesystem

2012-01-26 Thread Khem Raj
On Thu, Jan 26, 2012 at 10:53 AM, Brian Hutchinson wrote: > I'm not building minimal.  I built core-image-minimal and it truly was > minimal.  Nothing in /usr/lib! > > Next I build core-image-base.  Most of the Angstrom & Arago images > I've build that were minimal-ish had opkg. Every distro defi

Re: [yocto] understanding recipes

2012-01-26 Thread Scott Garman
On 01/26/2012 08:44 AM, jfabernathy wrote: I'm trying to understand the concept of creating a recipe and having it included in the build I do. For example, suppose I want to create the meta-intel/meta-cedartrail BSP with the core-image-minimal image, but I wanted to include hello world as shown

Re: [yocto] How to get opkg in rootfilesystem

2012-01-26 Thread Brian Hutchinson
On Thu, Jan 26, 2012 at 11:47 AM, Gary Thomas wrote: > On 2012-01-26 09:36, Brian Hutchinson wrote: > Because you asked to build an absolutely minimal root file system. > In this case, it's expected that you don't want to have opkg available. > If you still want this very minimal system *and* opkg

[yocto] [meta-intel] [PATCH 1/1] meta-cedartrail: enable smp for linux-yocto-rt_3.0

2012-01-26 Thread kishore . k . bodke
From: Kishore Bodke Add smp feature to linux-yocto-rt_3.0. Signed-off-by: Kishore Bodke --- .../linux/linux-yocto-rt_3.0.bbappend |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/meta-cedartrail/recipes-kernel/linux/linux-yocto-rt_3.0.bbapp

[yocto] [meta-intel] [PATCH 0/1] meta-cedartrail: Add smp feature for rt kernel build

2012-01-26 Thread kishore . k . bodke
From: Kishore Bodke Hi, The patch is for enabling the smp feature for the rt kernel build for the Cedartrail BSP. Please pull into master. Thanks Kishore. The following changes since commit 3f86785a9a510773ca9eb7b31903f90ac78a297e: meta-cedartrail: update linux-yocto-3.0 SRCREVs (2012-01

Re: [yocto] understanding recipes

2012-01-26 Thread Jack Mitchell
On 26/01/12 16:44, jfabernathy wrote: I'm trying to understand the concept of creating a recipe and having it included in the build I do. For example, suppose I want to create the meta-intel/meta-cedartrail BSP with the core-image-minimal image, but I wanted to include hello world as shown in

Re: [yocto] How to get opkg in rootfilesystem

2012-01-26 Thread Gary Thomas
On 2012-01-26 09:36, Brian Hutchinson wrote: Update, I'm still not doing something right. I did a clean rebuild of core-image-base and a tar jtvf core-image-base-beagleboard.tar.bz2 reveals opkg stuff in /var/lib/opkg only. No opkg bin. I guess I'm still in shock over this. I mean why should

Re: [yocto] How to get opkg in rootfilesystem

2012-01-26 Thread Paul Eggleton
On Thursday 26 January 2012 11:36:31 Brian Hutchinson wrote: > Update, > > I'm still not doing something right. I did a clean rebuild of > core-image-base and a tar jtvf core-image-base-beagleboard.tar.bz2 > reveals opkg stuff in /var/lib/opkg only. No opkg bin. > > I guess I'm still in shock o

Re: [yocto] How to get opkg in rootfilesystem

2012-01-26 Thread Brian Hutchinson
On Thu, Jan 26, 2012 at 11:39 AM, Khem Raj wrote: > weather you want online (on device) package management is a different story OK, I want to hear that story :) Regards, Brian ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.o

[yocto] understanding recipes

2012-01-26 Thread jfabernathy
I'm trying to understand the concept of creating a recipe and having it included in the build I do. For example, suppose I want to create the meta-intel/meta-cedartrail BSP with the core-image-minimal image, but I wanted to include hello world as shown in 3.1.2 Autotooled Package section of th

Re: [yocto] How to get opkg in rootfilesystem

2012-01-26 Thread Khem Raj
On Thu, Jan 26, 2012 at 8:36 AM, Brian Hutchinson wrote: > Update, > > I'm still not doing something right.  I did a clean rebuild of > core-image-base and a tar jtvf core-image-base-beagleboard.tar.bz2 > reveals opkg stuff in /var/lib/opkg only.  No opkg bin. > > I guess I'm still in shock over t

Re: [yocto] How to get opkg in rootfilesystem

2012-01-26 Thread Brian Hutchinson
Update, I'm still not doing something right. I did a clean rebuild of core-image-base and a tar jtvf core-image-base-beagleboard.tar.bz2 reveals opkg stuff in /var/lib/opkg only. No opkg bin. I guess I'm still in shock over this. I mean why should I have to do anything other than: PACKAGE_CLAS

Re: [yocto] How to get opkg in rootfilesystem

2012-01-26 Thread Brian Hutchinson
On Thu, Jan 26, 2012 at 12:51 AM, Khem Raj wrote: > add package-management to your image > EXTRA_IMAGE_FEATURES_append_pn- = " > package-management" Hi Khem, Just want to make sure I'm following you. In my local.conf I have: EXTRA_IMAGE_FEATURES_append_pn-core-image-base = "package-management"

Re: [yocto] BeagleBone with meta-ti layer

2012-01-26 Thread Brian Hutchinson
I grabbed a bag of chips and a beverage ... watching this thread! I'm right behind you guys so thanks for blazing the trail. I have other TI parts to work with but starting with first BeagleBoard (& BeagleBone) since that is the reference. Regards, Brian

Re: [yocto] BeagleBone with meta-ti layer

2012-01-26 Thread Jack Mitchell
On 26/01/12 15:24, Gary Thomas wrote: On 2012-01-26 08:07, Gary Thomas wrote: On 2012-01-26 07:06, Gary Thomas wrote: On 2012-01-26 06:50, Jack Mitchell wrote: On 26/01/12 13:27, Gary Thomas wrote: On 2012-01-26 05:35, Gary Thomas wrote: On 2012-01-26 05:01, Jack Mitchell wrote: On 26/01/12

Re: [yocto] BeagleBone with meta-ti layer

2012-01-26 Thread Gary Thomas
On 2012-01-26 08:07, Gary Thomas wrote: On 2012-01-26 07:06, Gary Thomas wrote: On 2012-01-26 06:50, Jack Mitchell wrote: On 26/01/12 13:27, Gary Thomas wrote: On 2012-01-26 05:35, Gary Thomas wrote: On 2012-01-26 05:01, Jack Mitchell wrote: On 26/01/12 12:00, Koen Kooi wrote: Op 26 jan. 20

Re: [yocto] BeagleBone with meta-ti layer

2012-01-26 Thread Gary Thomas
On 2012-01-26 07:06, Gary Thomas wrote: On 2012-01-26 06:50, Jack Mitchell wrote: On 26/01/12 13:27, Gary Thomas wrote: On 2012-01-26 05:35, Gary Thomas wrote: On 2012-01-26 05:01, Jack Mitchell wrote: On 26/01/12 12:00, Koen Kooi wrote: Op 26 jan. 2012, om 12:06 heeft Jack Mitchell het volg

Re: [yocto] BeagleBone with meta-ti layer

2012-01-26 Thread Gary Thomas
On 2012-01-26 06:50, Jack Mitchell wrote: On 26/01/12 13:27, Gary Thomas wrote: On 2012-01-26 05:35, Gary Thomas wrote: On 2012-01-26 05:01, Jack Mitchell wrote: On 26/01/12 12:00, Koen Kooi wrote: Op 26 jan. 2012, om 12:06 heeft Jack Mitchell het volgende geschreven: Hello everyone, I wil

Re: [yocto] BeagleBone with meta-ti layer

2012-01-26 Thread Jack Mitchell
On 26/01/12 13:27, Gary Thomas wrote: On 2012-01-26 05:35, Gary Thomas wrote: On 2012-01-26 05:01, Jack Mitchell wrote: On 26/01/12 12:00, Koen Kooi wrote: Op 26 jan. 2012, om 12:06 heeft Jack Mitchell het volgende geschreven: Hello everyone, I will soon be receiving a Beaglebone and I wish

Re: [yocto] BeagleBone with meta-ti layer

2012-01-26 Thread Gary Thomas
On 2012-01-26 05:35, Gary Thomas wrote: On 2012-01-26 05:01, Jack Mitchell wrote: On 26/01/12 12:00, Koen Kooi wrote: Op 26 jan. 2012, om 12:06 heeft Jack Mitchell het volgende geschreven: Hello everyone, I will soon be receiving a Beaglebone and I wish to transfer the work I have been doin

Re: [yocto] BeagleBone with meta-ti layer

2012-01-26 Thread Gary Thomas
On 2012-01-26 05:01, Jack Mitchell wrote: On 26/01/12 12:00, Koen Kooi wrote: Op 26 jan. 2012, om 12:06 heeft Jack Mitchell het volgende geschreven: Hello everyone, I will soon be receiving a Beaglebone and I wish to transfer the work I have been doing with Yocto on the Beagleboard over to t

Re: [yocto] BeagleBone with meta-ti layer

2012-01-26 Thread Jack Mitchell
On 26/01/12 12:00, Koen Kooi wrote: Op 26 jan. 2012, om 12:06 heeft Jack Mitchell het volgende geschreven: Hello everyone, I will soon be receiving a Beaglebone and I wish to transfer the work I have been doing with Yocto on the Beagleboard over to the Beaglebone, to show my company how the

Re: [yocto] BeagleBone with meta-ti layer

2012-01-26 Thread Koen Kooi
Op 26 jan. 2012, om 12:06 heeft Jack Mitchell het volgende geschreven: > Hello everyone, > > I will soon be receiving a Beaglebone and I wish to transfer the work I have > been doing with Yocto on the Beagleboard over to the Beaglebone, to show my > company how the same application codebase ca

[yocto] BeagleBone with meta-ti layer

2012-01-26 Thread Jack Mitchell
Hello everyone, I will soon be receiving a Beaglebone and I wish to transfer the work I have been doing with Yocto on the Beagleboard over to the Beaglebone, to show my company how the same application codebase can be run different platforms using Linux/Yocto/etc.. I have been looking at the