From 7808435bc9b70fdbf2240deb5e41475cb646c211 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Tue, 14 Jun 2011 12:19:07 +0200 Subject: [PATCH] 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 --- recipes-kernel/linux/linux-omap_2.6.37.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 DESCRIPTION = "Linux kernel for OMAP processors" KERNEL_IMAGETYPE = "uImage" -COMPATIBLE_MACHINE = "(beagleboard|overo|omap3evm|omap3-touchbook|usrp-e1xx)" +COMPATIBLE_MACHINE = "(beagleboard|overo|omap3evm|omap3-touchbook)" # The main PR is now using MACHINE_KERNEL_PR, for omap3 see conf/machine/include/omap3.inc PV = "2.6.37"