diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-03-26 20:34:30 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-30 23:53:00 +0100 |
commit | 8210928e847fda7dbc145a94372b0beaf653a4f9 (patch) | |
tree | f6a76b24e588301fc715990ef359cc8d849c1f65 /meta-yocto-bsp/recipes-kernel | |
parent | 4f80de9a568bcf0280c7e8b8f89ee6c2adfa477d (diff) | |
download | poky-8210928e847fda7dbc145a94372b0beaf653a4f9.tar.gz |
yocto-bsps: remove linux-yocto 3.8 bbappend
Yocto 1.6 will support the LTSI 3.4/3.10 kernels and the 3.14 kernel. As
such, we remove the 3.8 linux-yocto recipes to keep our number of supported
kernels at three.
(From meta-yocto rev: 622c2582de7f413c7130c52fa143a06dde2bd353)
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto-bsp/recipes-kernel')
-rw-r--r-- | meta-yocto-bsp/recipes-kernel/linux/linux-yocto_3.8.bbappend | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_3.8.bbappend b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_3.8.bbappend deleted file mode 100644 index 216b384a43..0000000000 --- a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_3.8.bbappend +++ /dev/null | |||
@@ -1,19 +0,0 @@ | |||
1 | KBRANCH_genericx86 = "standard/common-pc/base" | ||
2 | KBRANCH_routerstationpro = "standard/routerstationpro" | ||
3 | KBRANCH_mpc8315e-rdb = "standard/fsl-mpc8315e-rdb" | ||
4 | KBRANCH_beagleboard = "standard/beagleboard" | ||
5 | |||
6 | SRCREV_machine_genericx86 ?= "f20047520a57322f05d95a18a5fbd082fb15cb87" | ||
7 | SRCREV_machine_routerstationpro ?= "4a94f39d429fa284ce69b13bb635b29b1319e372" | ||
8 | SRCREV_machine_mpc8315e-rdb ?= "f467c72937de0e4a2a66e21b9855c4aee844f936" | ||
9 | SRCREV_machine_beagleboard ?= "f20047520a57322f05d95a18a5fbd082fb15cb87" | ||
10 | |||
11 | COMPATIBLE_MACHINE_mpc8315e-rdb = "mpc8315e-rdb" | ||
12 | COMPATIBLE_MACHINE_routerstationpro = "routerstationpro" | ||
13 | COMPATIBLE_MACHINE_beagleboard = "beagleboard" | ||
14 | COMPATIBLE_MACHINE_genericx86 = "genericx86" | ||
15 | |||
16 | # routerstationpro has a flash size of 16mb | ||
17 | KERNEL_IMAGE_MAXSIZE_routerstationpro = "16777216" | ||
18 | |||
19 | KMACHINE_genericx86 = "common-pc" | ||