diff --git a/recipes-kernel/linux/linux-omap.inc b/recipes-kernel/linux/linux-omap.inc deleted file mode 100644 index c706a3f9..00000000 --- a/recipes-kernel/linux/linux-omap.inc +++ /dev/null @@ -1,7 +0,0 @@ -require linux.inc - -DESCRIPTION = "Linux kernel for OMAP processors" -KERNEL_IMAGETYPE = "uImage" - -module_autoload_ohci-hcd_omap5912osk = "ohci-hcd" - diff --git a/recipes-kernel/linux/linux-omap3.inc b/recipes-kernel/linux/linux-omap3.inc deleted file mode 100644 index b8ff52be..00000000 --- a/recipes-kernel/linux/linux-omap3.inc +++ /dev/null @@ -1,16 +0,0 @@ -SECTION = "kernel" -DESCRIPTION = "Linux kernel for OMAP3 EVM from PSP, based on linux-omap3 kernel" -LICENSE = "GPLv2" -KERNEL_IMAGETYPE = "uImage" - -require linux.inc - -SRC_URI = "git://arago-project.org/git/projects/linux-omap3.git;protocol=git;branch=${BRANCH} \ - file://defconfig" - -# Requires support for SOC_FAMILY matching in COMPATIBLE_MACHINE -COMPATIBLE_MACHINE = "omap3" - -BRANCH ?= "master" - -S = "${WORKDIR}/git"