[yocto] [PATCH 0/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 mihaix.lind...@linux.intel.com
---
The following changes since commit 6eea475e2038c1de3fbbd5bcd0986862ff85bb9a:

  meta-crownbay: remove 3.0 kernel support (2012-10-04 20:20:52 -0500)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib mihai/bug3217
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=mihai/bug3217

Mihai Lindner (1):
  meta-tlk: fix ignored SRC_URI appends

 meta-tlk/recipes-kernel/linux/linux-yocto.inc  | 3 +++
 meta-tlk/recipes-kernel/linux/linux-yocto_3.0.bbappend | 7 +--
 meta-tlk/recipes-kernel/linux/linux-yocto_3.2.bbappend | 7 +--
 meta-tlk/recipes-kernel/linux/linux-yocto_3.4.bbappend | 7 +--
 4 files changed, 6 insertions(+), 18 deletions(-)
 create mode 100644 meta-tlk/recipes-kernel/linux/linux-yocto.inc

-- 
1.7.12

___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


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

2012-10-05 Thread Tom Zanussi
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 #3217]
 
 Signed-off-by: Mihai Lindner mihaix.lind...@linux.intel.com
 ---
 The following changes since commit 6eea475e2038c1de3fbbd5bcd0986862ff85bb9a:
 
   meta-crownbay: remove 3.0 kernel support (2012-10-04 20:20:52 -0500)
 
 are available in the git repository at:
 
   git://git.yoctoproject.org/poky-contrib mihai/bug3217
   http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=mihai/bug3217
 

Pulled into meta-intel/master.

Thanks,

Tom

 Mihai Lindner (1):
   meta-tlk: fix ignored SRC_URI appends
 
  meta-tlk/recipes-kernel/linux/linux-yocto.inc  | 3 +++
  meta-tlk/recipes-kernel/linux/linux-yocto_3.0.bbappend | 7 +--
  meta-tlk/recipes-kernel/linux/linux-yocto_3.2.bbappend | 7 +--
  meta-tlk/recipes-kernel/linux/linux-yocto_3.4.bbappend | 7 +--
  4 files changed, 6 insertions(+), 18 deletions(-)
  create mode 100644 meta-tlk/recipes-kernel/linux/linux-yocto.inc
 


___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


[yocto] [PATCH 0/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 mihaix.lind...@linux.intel.com
---

The following changes since commit c4a86a2ad5df3a94b47e394090f67f7e324b1483:

  meta-crystalforest: Create a custom build Image recipe. (2012-10-03 23:56:13 
-0500)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib mihai/bug3217
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=mihai/bug3217

Mihai Lindner (1):
  meta-tlk: fix ignored SRC_URI appends

 meta-tlk/recipes-kernel/linux/linux-yocto.inc  | 3 +++
 meta-tlk/recipes-kernel/linux/linux-yocto_3.0.bbappend | 7 +--
 meta-tlk/recipes-kernel/linux/linux-yocto_3.2.bbappend | 7 +--
 meta-tlk/recipes-kernel/linux/linux-yocto_3.4.bbappend | 7 +--
 4 files changed, 6 insertions(+), 18 deletions(-)
 create mode 100644 meta-tlk/recipes-kernel/linux/linux-yocto.inc

-- 
1.7.12

___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto