Re: [yocto] understanding recipes

2012-01-28 Thread Gary Thomas
On 2012-01-27 18:42, McClintock Matthew-B29882 wrote: On Fri, Jan 27, 2012 at 10:43 AM, Joshua Lock wrote: On 26/01/12 14:11, Scott Garman wrote: In this case, the LIC_FILES_CHKSUM is storing the md5sum of the COPYING file, which is stored in the top-level directory of the extracted sources.

Re: [yocto] understanding recipes

2012-01-27 Thread McClintock Matthew-B29882
On Fri, Jan 27, 2012 at 10:43 AM, Joshua Lock wrote: > On 26/01/12 14:11, Scott Garman wrote: >> >> In this case, the LIC_FILES_CHKSUM is storing the md5sum of the COPYING >> file, which is stored in the top-level directory of the extracted sources. >> >> So manually download the hello version you

Re: [yocto] understanding recipes

2012-01-27 Thread Joshua Lock
On 26/01/12 14:11, Scott Garman wrote: In this case, the LIC_FILES_CHKSUM is storing the md5sum of the COPYING file, which is stored in the top-level directory of the extracted sources. So manually download the hello version you are trying to use, extract the tarball locally, and run md5sum agai

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] 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

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] 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] 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

[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