summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-06-14 12:19:07 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-06-14 12:19:07 +0200
commit7808435bc9b70fdbf2240deb5e41475cb646c211 (patch)
tree54ae41a20509d42d24b65635f71c69cba93a5680
parent617a0cba5721e42999d29e7b12a87f2597d5a410 (diff)
downloadmeta-ti-7808435bc9b70fdbf2240deb5e41475cb646c211.tar.gz
linux-omap 2.6.37: remove usrp-e1xx from COMPATIBLE_MACHINE
USRP support is living at https://github.com/koenkooi/meta-ettus for the time being Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r--recipes-kernel/linux/linux-omap_2.6.37.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-omap_2.6.37.bb b/recipes-kernel/linux/linux-omap_2.6.37.bb
index c3f85331..a79393f1 100644
--- a/recipes-kernel/linux/linux-omap_2.6.37.bb
+++ b/recipes-kernel/linux/linux-omap_2.6.37.bb
@@ -3,7 +3,7 @@ require multi-kernel.inc
3DESCRIPTION = "Linux kernel for OMAP processors" 3DESCRIPTION = "Linux kernel for OMAP processors"
4KERNEL_IMAGETYPE = "uImage" 4KERNEL_IMAGETYPE = "uImage"
5 5
6COMPATIBLE_MACHINE = "(beagleboard|overo|omap3evm|omap3-touchbook|usrp-e1xx)" 6COMPATIBLE_MACHINE = "(beagleboard|overo|omap3evm|omap3-touchbook)"
7 7
8# The main PR is now using MACHINE_KERNEL_PR, for omap3 see conf/machine/include/omap3.inc 8# The main PR is now using MACHINE_KERNEL_PR, for omap3 see conf/machine/include/omap3.inc
9PV = "2.6.37" 9PV = "2.6.37"