Re: [yocto] creating images which include actively developed applications

2015-04-22 Thread Brian Karcz
pably unlikely, since this lends itself to being very custom, but do you know of any examples of a recipe implementation that use this mechanism? Thanks, Brian -Original Message- From: Paul Eggleton [mailto:paul.eggle...@linux.intel.com] Sent: Wednesday, April 22, 2015 1:58 PM To: Bria

[yocto] creating images which include actively developed applications

2015-04-22 Thread Brian Karcz
Hi, I'm attempting to create a recipe for some custom applications that we want to include in our target image. The applications are actively developed and it's often desired to generate images without versioning the application code. It's also desired to be able to work in a source tree that i

Re: [yocto] [meta-atmel] at91sam9x5ek: "no machine record defined" failure for core-image-minimal

2014-05-09 Thread Brian Karcz
urve might have steepened a bit. Thanks, Brian -Original Message- From: Bryan Evenson [mailto:beven...@melinkcorp.com] Sent: Friday, May 09, 2014 3:31 PM To: Bruce Ashfield; Brian Karcz; yocto@yoctoproject.org Subject: RE: [yocto] [meta-atmel] at91sam9x5ek: "no machine record defined&quo

Re: [yocto] [meta-atmel] at91sam9x5ek: "no machine record defined" failure for core-image-minimal

2014-05-09 Thread Brian Karcz
in why there is no machine record macro being declared. I'll keep digging... Thanks, Brian -Original Message- From: Bruce Ashfield [mailto:bruce.ashfi...@windriver.com] Sent: Friday, May 09, 2014 2:42 PM To: Brian Karcz; yocto@yoctoproject.org Subject: Re: [yocto] [meta-atmel] at91s

Re: [yocto] [meta-atmel] at91sam9x5ek: "no machine record defined" failure for core-image-minimal

2014-05-09 Thread Brian Karcz
e at91sam9g20ek demo board and then port THAT over to a custom machine based roughly off that reference design. -Original Message- From: Bruce Ashfield [mailto:bruce.ashfi...@windriver.com] Sent: Friday, May 09, 2014 9:55 AM To: Brian Karcz; yocto@yoctoproject.org Subject: Re: [yoc

[yocto] [meta-atmel] at91sam9x5ek: "no machine record defined" failure for core-image-minimal

2014-05-09 Thread Brian Karcz
Hi, Not sure if this is the correct place to email this, but I've seen a few other meta-atmel references so I figured I'd give it a shot. I'm attempting to setup a core-image-minimal build using the guidelines in the meta-atmel README for the at91sam9x5ek machine type. When the kernel build goe

Re: [yocto] Parallel builds with common shared state cache

2014-02-05 Thread Brian Karcz
February 05, 2014 9:34 AM To: Brian Karcz Cc: yocto@yoctoproject.org Subject: Re: [yocto] Parallel builds with common shared state cache On 4 February 2014 18:03, Brian Karcz wrote: > I’m curious is there are any issues with using a common shared state > cache directory, outside th

[yocto] Parallel builds with common shared state cache

2014-02-04 Thread Brian Karcz
Hi, I'm curious is there are any issues with using a common shared state cache directory, outside the build directory, for multiple different image builds that also might be running in parallel to each other? I'm in the process of setting up a new build server and wanted to make sure this wasn'

Re: [yocto] Image recipes in Yocto 1.4 (dylan-9.0.0)

2013-08-01 Thread Brian Karcz
AM To: Brian Karcz Cc: yocto@yoctoproject.org Subject: Re: [yocto] Image recipes in Yocto 1.4 (dylan-9.0.0) On Thursday 01 August 2013 14:00:24 Brian Karcz wrote: > I'll keep the do_rootfs dependency adjustment for the main image on ready. > I'd like to try to fix the simple case f

Re: [yocto] Image recipes in Yocto 1.4 (dylan-9.0.0)

2013-08-01 Thread Brian Karcz
do_rootfs for image recipe builds. Thanks, Brian -Original Message- From: Paul Eggleton [mailto:paul.eggle...@linux.intel.com] Sent: Thursday, August 01, 2013 4:26 AM To: Brian Karcz Cc: yocto@yoctoproject.org Subject: Re: [yocto] Image recipes in Yocto 1.4 (dylan-9.0.0) On Wedn

Re: [yocto] Image recipes in Yocto 1.4 (dylan-9.0.0)

2013-07-31 Thread Brian Karcz
ng does not appear and the build jumps right to the do_rootfs task where it fails. Thanks, Brian -Original Message- From: Paul Eggleton [mailto:paul.eggle...@linux.intel.com] Sent: Tuesday, July 16, 2013 1:30 PM To: Brian Karcz Cc: yocto@yoctoproject.org Subject: Re: [yocto] Image recipe

Re: [yocto] recipe dependency on externally built binaries?

2013-07-31 Thread Brian Karcz
52 AM To: Brian Karcz Cc: yocto@yoctoproject.org Subject: Re: [yocto] recipe dependency on externally built binaries? Hi Brian, On Monday 29 July 2013 19:05:04 Brian Karcz wrote: > I'm curious if there is a way to tell a package recipe that its > resulting package output is de

[yocto] recipe dependency on externally built binaries?

2013-07-29 Thread Brian Karcz
Hi, I'm curious if there is a way to tell a package recipe that its resulting package output is dependent on the pieces it's assembling. The scenario I have is as follows. I created a series of recipes that assemble an externally built executable, and some configurations files that are local to

Re: [yocto] only -dbg and -dev packages being built

2013-07-11 Thread Brian Karcz
Thanks Ross and Nicolas. That was the nudge I needed to get past this. -Brian -Original Message- From: Burton, Ross [mailto:ross.bur...@intel.com] Sent: Thursday, July 11, 2013 10:29 AM To: Brian Karcz Cc: yocto@yoctoproject.org Subject: Re: [yocto] only -dbg and -dev packages being

[yocto] only -dbg and -dev packages being built

2013-07-11 Thread Brian Karcz
Hi, I created a recipe (xyz) to assemble together an externally built executable and some configuration files that are local to recipe. It consists of a few SRC_URI specifications for the files and a do_install function to place all the pieces in the root filesystem. When I bitbake the recipe,

[yocto] Image recipes in Yocto 1.4 (dylan-9.0.0)

2013-06-24 Thread Brian Karcz
Hi, I apologize in advance if I'm not posting this to correct place or in the correct manner. I have a question regarding the shared state code optimizations in yocto 1.4. I'm in the process of upgrading one of our projects from Edison (6.0) to Dylan (9.0.0) and am running into an issue with o