Re: [yocto] [PATCH 1/1] meta-tlk: fix ignored SRC_URI appends

2012-10-05 Thread Mihai Lindner
On 2012-10-05 14:51, Richard Purdie wrote: > On Fri, 2012-10-05 at 14:20 +0300, Mihai Lindner wrote: >> Fix SRC_URI appends ignored by meta-cedartrail and meta-crownbay. Used >> SRC_URI_append instead of SRC_URI. >> Also placed all variables in an .inc file to be required by all >> linux-yocto reci

[yocto] [PATCH 1/1] meta-tlk: fix ignored SRC_URI appends

2012-10-05 Thread Mihai Lindner
Fix SRC_URI appends ignored by meta-cedartrail and meta-crownbay. Used SRC_URI_append instead of SRC_URI. Also placed all variables in an .inc file to be required by all linux-yocto recipes in here, since all versions use the same. [YOCTO #3217] Signed-off-by: Mihai Lindner --- meta-tlk/recipes

Re: [yocto] [PATCH 1/1] meta-tlk: fix ignored SRC_URI appends

2012-10-05 Thread Richard Purdie
On Fri, 2012-10-05 at 14:20 +0300, Mihai Lindner wrote: > Fix SRC_URI appends ignored by meta-cedartrail and meta-crownbay. Used > SRC_URI_append instead of SRC_URI. > Also placed all variables in an .inc file to be required by all > linux-yocto recipes in here, since all versions use the same. >

[yocto] [PATCH 1/1] meta-tlk: fix ignored SRC_URI appends

2012-10-05 Thread Mihai Lindner
Fix SRC_URI appends ignored by meta-cedartrail and meta-crownbay. Used SRC_URI_append instead of SRC_URI. Also placed all variables in an .inc file to be required by all linux-yocto recipes in here, since all versions use the same. [YOCTO #3217] Signed-off-by: Mihai Lindner --- meta-tlk/recipes

Re: [yocto] [PATCH 1/1] meta-tlk: fix ignored SRC_URI appends

2012-10-05 Thread Mihai Lindner
On 2012-10-04 20:51, Paul Eggleton wrote: > Hi Mihai, > > On Thursday 04 October 2012 20:47:08 Mihai Lindner wrote: >> Fix SRC_URI appends ignored by meta-cedartrail and meta-crownbay. Used >> SRC_URI_append instead of SRC_URI. >> Also placed all variables in an .inc file to be required by all >>

Re: [yocto] [PATCH 1/1] meta-tlk: fix ignored SRC_URI appends

2012-10-04 Thread Paul Eggleton
Hi Mihai, On Thursday 04 October 2012 20:47:08 Mihai Lindner wrote: > Fix SRC_URI appends ignored by meta-cedartrail and meta-crownbay. Used > SRC_URI_append instead of SRC_URI. > Also placed all variables in an .inc file to be required by all > linux-yocto recipes in here, since all versions use

[yocto] [PATCH 1/1] meta-tlk: fix ignored SRC_URI appends

2012-10-04 Thread Mihai Lindner
Fix SRC_URI appends ignored by meta-cedartrail and meta-crownbay. Used SRC_URI_append instead of SRC_URI. Also placed all variables in an .inc file to be required by all linux-yocto recipes in here, since all versions use the same. [YOCTO #3217] Signed-off-by: Mihai Lindner --- meta-tlk/recipes