diff options
| author | Mihai Lindner <mihaix.lindner@linux.intel.com> | 2012-10-05 13:58:14 +0300 |
|---|---|---|
| committer | Tom Zanussi <tom.zanussi@intel.com> | 2012-10-05 14:47:55 -0500 |
| commit | 7228f6b0c81817c8a8455ea78271abfd5d66fed8 (patch) | |
| tree | c3790dcea86561cb355cd142b897eeebddd5c770 /meta-tlk | |
| parent | 6eea475e2038c1de3fbbd5bcd0986862ff85bb9a (diff) | |
| download | meta-intel-7228f6b0c81817c8a8455ea78271abfd5d66fed8.tar.gz | |
meta-tlk: fix ignored SRC_URI appends
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.lindner@linux.intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'meta-tlk')
4 files changed, 6 insertions, 18 deletions
diff --git a/meta-tlk/recipes-kernel/linux/linux-yocto-tlk.inc b/meta-tlk/recipes-kernel/linux/linux-yocto-tlk.inc new file mode 100644 index 00000000..b1cf8834 --- /dev/null +++ b/meta-tlk/recipes-kernel/linux/linux-yocto-tlk.inc | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
| 2 | SRC_URI_append = " file://time-limited-kernel.cfg" | ||
| 3 | PR .= ".2" | ||
diff --git a/meta-tlk/recipes-kernel/linux/linux-yocto_3.0.bbappend b/meta-tlk/recipes-kernel/linux/linux-yocto_3.0.bbappend index 138cc219..e316320e 100644 --- a/meta-tlk/recipes-kernel/linux/linux-yocto_3.0.bbappend +++ b/meta-tlk/recipes-kernel/linux/linux-yocto_3.0.bbappend | |||
| @@ -1,6 +1 @@ | |||
| 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | require ${PN}-tlk.inc | |
| 2 | |||
| 3 | # enable the time limited kernel configuration options | ||
| 4 | SRC_URI += "file://time-limited-kernel.cfg" | ||
| 5 | |||
| 6 | PR .= ".1" | ||
diff --git a/meta-tlk/recipes-kernel/linux/linux-yocto_3.2.bbappend b/meta-tlk/recipes-kernel/linux/linux-yocto_3.2.bbappend index 138cc219..e316320e 100644 --- a/meta-tlk/recipes-kernel/linux/linux-yocto_3.2.bbappend +++ b/meta-tlk/recipes-kernel/linux/linux-yocto_3.2.bbappend | |||
| @@ -1,6 +1 @@ | |||
| 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | require ${PN}-tlk.inc | |
| 2 | |||
| 3 | # enable the time limited kernel configuration options | ||
| 4 | SRC_URI += "file://time-limited-kernel.cfg" | ||
| 5 | |||
| 6 | PR .= ".1" | ||
diff --git a/meta-tlk/recipes-kernel/linux/linux-yocto_3.4.bbappend b/meta-tlk/recipes-kernel/linux/linux-yocto_3.4.bbappend index 138cc219..e316320e 100644 --- a/meta-tlk/recipes-kernel/linux/linux-yocto_3.4.bbappend +++ b/meta-tlk/recipes-kernel/linux/linux-yocto_3.4.bbappend | |||
| @@ -1,6 +1 @@ | |||
| 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | require ${PN}-tlk.inc | |
| 2 | |||
| 3 | # enable the time limited kernel configuration options | ||
| 4 | SRC_URI += "file://time-limited-kernel.cfg" | ||
| 5 | |||
| 6 | PR .= ".1" | ||
