diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-31 07:21:18 (GMT) |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-31 07:21:21 (GMT) |
commit | 24d63bd57269f3142c57c2d697c56101f73b23dc (patch) | |
tree | 5746e922b98dde85a76dd0e0e13b3eb433410e5b /meta-emenlow/recipes-kernel/linux | |
parent | 2ba2e0ea55bab687134b452a5db81d189b820f59 (diff) | |
download | meta-intel-24d63bd57269f3142c57c2d697c56101f73b23dc.tar.gz |
linux-yocto: Drop 3.2 bbappends1.5_M1.rc11.5_M1.final
As part of the usual kernel upgrade cycle, the 3.2 kernel has been removed from
OE-Core so remove the bbappend files from meta-intel too.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-emenlow/recipes-kernel/linux')
-rw-r--r-- | meta-emenlow/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend | 8 | ||||
-rw-r--r-- | meta-emenlow/recipes-kernel/linux/linux-yocto_3.2.bbappend | 10 |
2 files changed, 0 insertions, 18 deletions
diff --git a/meta-emenlow/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend b/meta-emenlow/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend deleted file mode 100644 index 15fc847..0000000 --- a/meta-emenlow/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend +++ /dev/null | |||
@@ -1,8 +0,0 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
2 | COMPATIBLE_MACHINE_emenlow = "emenlow" | ||
3 | KMACHINE_emenlow = "emenlow" | ||
4 | |||
5 | # Update the following to use a different BSP branch or meta SRCREV | ||
6 | #KBRANCH_emenlow = "standard/preempt-rt/base" | ||
7 | #SRCREV_machine_pn-linux-yocto-rt_emenlow ?= XXXX | ||
8 | #SRCREV_meta_pn-linux-yocto-rt_emenlow ?= XXXX | ||
diff --git a/meta-emenlow/recipes-kernel/linux/linux-yocto_3.2.bbappend b/meta-emenlow/recipes-kernel/linux/linux-yocto_3.2.bbappend deleted file mode 100644 index 24d8ec7..0000000 --- a/meta-emenlow/recipes-kernel/linux/linux-yocto_3.2.bbappend +++ /dev/null | |||
@@ -1,10 +0,0 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
2 | |||
3 | COMPATIBLE_MACHINE_emenlow = "emenlow" | ||
4 | KMACHINE_emenlow = "emenlow" | ||
5 | KBRANCH_emenlow = "standard/default/emenlow" | ||
6 | |||
7 | SRCREV_machine_pn-linux-yocto_emenlow ?= "a0dbaa15a7b42122449c4069a55b6bc60b579ee7" | ||
8 | SRCREV_meta_pn-linux-yocto_emenlow ?= "e7f2fdc48f8808887175f0328274a2668084738c" | ||
9 | |||
10 | LINUX_VERSION = "3.2.32" | ||