diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2012-05-23 22:05:41 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-06-08 11:57:50 +0100 |
commit | b6ceefc36e87bedce8217c6a9d3d1af20c6f703b (patch) | |
tree | b36bcb95bb00053356772eab86da6c4d47ae57ae /meta-yocto | |
parent | 1c33c54845c7ea9c873c962904af418a4555a54f (diff) | |
download | poky-b6ceefc36e87bedce8217c6a9d3d1af20c6f703b.tar.gz |
linux-yocto/meta-yocto: remove 2.6.37 bbappend
With the introduction of the 3.4 kernel, the 2.6.37 kernel recipe is
removed, so we'll also remove the meta-yocto 2.6.37 bbappend.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-yocto')
-rw-r--r-- | meta-yocto/recipes-kernel/linux/linux-yocto_2.6.37.bbappend | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/meta-yocto/recipes-kernel/linux/linux-yocto_2.6.37.bbappend b/meta-yocto/recipes-kernel/linux/linux-yocto_2.6.37.bbappend deleted file mode 100644 index 24b6cea32e..0000000000 --- a/meta-yocto/recipes-kernel/linux/linux-yocto_2.6.37.bbappend +++ /dev/null | |||
@@ -1,14 +0,0 @@ | |||
1 | KMACHINE_atom-pc = "yocto/standard/common-pc/atom-pc" | ||
2 | KMACHINE_routerstationpro = "yocto/standard/routerstationpro" | ||
3 | KMACHINE_mpc8315e-rdb = "yocto/standard/fsl-mpc8315e-rdb" | ||
4 | KMACHINE_beagleboard = "yocto/standard/beagleboard" | ||
5 | |||
6 | SRCREV_machine_atom-pc = "fce17f046d3756045e4dfb49221d1cf60fcae329" | ||
7 | SRCREV_machine_routerstationpro = "8f84c1aec0907766ab6d6ac79fcc3b7b9ce79b70" | ||
8 | SRCREV_machine_mpc8315e-rdb = "bda049366dad5fc3c7ba229cd4633992581e7a1f" | ||
9 | SRCREV_machine_beagleboard = "3ddb22772862a8223640fa97580569924f51bddc" | ||
10 | |||
11 | COMPATIBLE_MACHINE_mpc8315e-rdb = "mpc8315e-rdb" | ||
12 | COMPATIBLE_MACHINE_routerstationpro = "routerstationpro" | ||
13 | COMPATIBLE_MACHINE_beagleboard = "beagleboard" | ||
14 | COMPATIBLE_MACHINE_atom-pc = "atom-pc" | ||