diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-09-04 20:52:57 (GMT) |
---|---|---|
committer | Tom Zanussi <tom.zanussi@intel.com> | 2012-09-05 21:31:29 (GMT) |
commit | 4b13b548bf517fc0658053a8171325331a2e8633 (patch) | |
tree | 6c158fa2484415d6b1411fac6d5a4946d4b4952f /meta-tlk | |
parent | 16a7879b98352b70e8c17181912a26212d716c87 (diff) | |
download | meta-intel-4b13b548bf517fc0658053a8171325331a2e8633.tar.gz |
linux-yocto: Update linux-yocto for 3.2 and 3.4
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Acked-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'meta-tlk')
-rw-r--r-- | meta-tlk/recipes-kernel/linux/linux-yocto_3.0.bbappend | 2 | ||||
-rw-r--r-- | meta-tlk/recipes-kernel/linux/linux-yocto_3.2.bbappend | 6 | ||||
-rw-r--r-- | meta-tlk/recipes-kernel/linux/linux-yocto_3.4.bbappend | 6 |
3 files changed, 14 insertions, 0 deletions
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 58a6541..138cc21 100644 --- a/meta-tlk/recipes-kernel/linux/linux-yocto_3.0.bbappend +++ b/meta-tlk/recipes-kernel/linux/linux-yocto_3.0.bbappend | |||
@@ -2,3 +2,5 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | |||
2 | 2 | ||
3 | # enable the time limited kernel configuration options | 3 | # enable the time limited kernel configuration options |
4 | SRC_URI += "file://time-limited-kernel.cfg" | 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 new file mode 100644 index 0000000..138cc21 --- /dev/null +++ b/meta-tlk/recipes-kernel/linux/linux-yocto_3.2.bbappend | |||
@@ -0,0 +1,6 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
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 new file mode 100644 index 0000000..138cc21 --- /dev/null +++ b/meta-tlk/recipes-kernel/linux/linux-yocto_3.4.bbappend | |||
@@ -0,0 +1,6 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
2 | |||
3 | # enable the time limited kernel configuration options | ||
4 | SRC_URI += "file://time-limited-kernel.cfg" | ||
5 | |||
6 | PR .= ".1" | ||