diff options
author | 2012-09-04 13:52:57 -0700 | |
---|---|---|
committer | 2012-09-05 16:31:29 -0500 | |
commit | 4b13b548bf517fc0658053a8171325331a2e8633 (patch) | |
tree | 6c158fa2484415d6b1411fac6d5a4946d4b4952f /meta-tlk | |
parent | 16a7879b98352b70e8c17181912a26212d716c87 (diff) | |
download | meta-intel-4b13b548bf517fc0658053a8171325331a2e8633.tar.gz meta-intel-4b13b548bf517fc0658053a8171325331a2e8633.tar.bz2 meta-intel-4b13b548bf517fc0658053a8171325331a2e8633.zip |
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 58a6541c..138cc219 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}:" # enable the time limited kernel configuration options SRC_URI += "file://time-limited-kernel.cfg" + +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 00000000..138cc219 --- /dev/null +++ b/meta-tlk/recipes-kernel/linux/linux-yocto_3.2.bbappend @@ -0,0 +1,6 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" + +# enable the time limited kernel configuration options +SRC_URI += "file://time-limited-kernel.cfg" + +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 00000000..138cc219 --- /dev/null +++ b/meta-tlk/recipes-kernel/linux/linux-yocto_3.4.bbappend @@ -0,0 +1,6 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" + +# enable the time limited kernel configuration options +SRC_URI += "file://time-limited-kernel.cfg" + +PR .= ".1" |