Re: [yocto] Setting PV dynamically in a recipe

2013-12-20 Thread Martin Jansa
_ > From: yocto-boun...@yoctoproject.org [yocto-boun...@yoctoproject.org] on > behalf of Brad Litterell [b...@evidence.com] > Sent: Friday, December 20, 2013 2:03 AM > To: Martin Jansa > Cc: Paul Eggleton; yocto@yoctoproject.org > Subject: Re: [yocto] Setting P

Re: [yocto] Setting PV dynamically in a recipe

2013-12-20 Thread Brad Litterell
ehalf of Brad Litterell [b...@evidence.com] Sent: Friday, December 20, 2013 2:03 AM To: Martin Jansa Cc: Paul Eggleton; yocto@yoctoproject.org Subject: Re: [yocto] Setting PV dynamically in a recipe I'll have a look at diffsigs. ${ETM_DEBUG} is the parsed representation of just the debug flag

Re: [yocto] Setting PV dynamically in a recipe

2013-12-20 Thread Brad Litterell
ing though. From: Martin Jansa [martin.ja...@gmail.com] Sent: Friday, December 20, 2013 2:01 AM To: Brad Litterell Cc: Paul Eggleton; yocto@yoctoproject.org Subject: Re: [yocto] Setting PV dynamically in a recipe On Fri, Dec 20, 2013 at 09:39:13AM +, Brad Litterell wrote: > I'm

Re: [yocto] Setting PV dynamically in a recipe

2013-12-20 Thread Martin Jansa
rebuilt > automatically (with the same version) when MY_FEATURES is changes. > > If you're using latest oe-core, that error is QA check, which can be > disabled with SKIP_INSANE (per package) or moved from ERROR_QA to > WARN_QA in distro config. > > > >

Re: [yocto] Setting PV dynamically in a recipe

2013-12-20 Thread Brad Litterell
org Subject: Re: [yocto] Setting PV dynamically in a recipe On Fri, Dec 20, 2013 at 03:09:31AM +, Brad Litterell wrote: > Hi Martin, > > I decided just to create my own feature list: > > MY_FEATURES="debug" > > and I can happily query it in my custom recipes. >

Re: [yocto] Setting PV dynamically in a recipe

2013-12-20 Thread Martin Jansa
___ > From: Martin Jansa [martin.ja...@gmail.com] > Sent: Wednesday, December 18, 2013 1:36 AM > To: Brad Litterell > Cc: Paul Eggleton; yocto@yoctoproject.org > Subject: Re: [yocto] Setting PV dynamically in a recipe > > On Wed, Dec 18, 2013 at 01:29:25AM +,

Re: [yocto] Setting PV dynamically in a recipe

2013-12-19 Thread Brad Litterell
message on specific recipes? Thanks, Brad From: Martin Jansa [martin.ja...@gmail.com] Sent: Wednesday, December 18, 2013 1:36 AM To: Brad Litterell Cc: Paul Eggleton; yocto@yoctoproject.org Subject: Re: [yocto] Setting PV dynamically in a recipe On Wed, D

Re: [yocto] Setting PV dynamically in a recipe

2013-12-18 Thread Martin Jansa
ug-build" flag. > ____________________ > From: Paul Eggleton [paul.eggle...@linux.intel.com] > Sent: Tuesday, December 17, 2013 12:24 PM > To: Brad Litterell > Cc: zhenhua@freescale.com; yocto@yoctoproject.org > Subject: Re: [yocto] Setting PV dynamically in

Re: [yocto] Setting PV dynamically in a recipe

2013-12-17 Thread Brad Litterell
PM To: Brad Litterell Cc: zhenhua....@freescale.com; yocto@yoctoproject.org Subject: Re: [yocto] Setting PV dynamically in a recipe Hi Brad, On Tuesday 17 December 2013 19:46:11 Brad Litterell wrote: > Thank you for the reply. However, That's not what I'm looking for. I > alread

Re: [yocto] Setting PV dynamically in a recipe

2013-12-17 Thread Brad Litterell
oject.org [mailto:yocto- > boun...@yoctoproject.org] On Behalf Of Brad Litterell > Sent: Tuesday, December 17, 2013 4:17 PM > To: yocto@yoctoproject.org > Subject: [yocto] Setting PV dynamically in a recipe > > Hi, > > I have a few recipes in my image that represent my own custom code. I >

Re: [yocto] Setting PV dynamically in a recipe

2013-12-17 Thread Paul Eggleton
Hi Brad, On Tuesday 17 December 2013 19:46:11 Brad Litterell wrote: > Thank you for the reply. However, That's not what I'm looking for. I > already get the latest version of the source code. > > What I'm really after is the ability to generate output packages that have > increasing version num

Re: [yocto] Setting PV dynamically in a recipe

2013-12-17 Thread Martin Jansa
On Tue, Dec 17, 2013 at 08:16:40AM +, Brad Litterell wrote: > Hi, > > I have a few recipes in my image that represent my own custom code. I would > like to generate PV dynamically from my source code, but since the recipe is > parsed before the code is extracted from the tarball, that's not

Re: [yocto] Setting PV dynamically in a recipe

2013-12-17 Thread zhenhua....@freescale.com
ll > Sent: Tuesday, December 17, 2013 4:17 PM > To: yocto@yoctoproject.org > Subject: [yocto] Setting PV dynamically in a recipe > > Hi, > > I have a few recipes in my image that represent my own custom code. I > would like to generate PV dynamically from my source code,

[yocto] Setting PV dynamically in a recipe

2013-12-17 Thread Brad Litterell
Hi, I have a few recipes in my image that represent my own custom code. I would like to generate PV dynamically from my source code, but since the recipe is parsed before the code is extracted from the tarball, that's not easy to do. The Poky reference manual implies this is possible: PV is ge