summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-kernel/linux/linux-omap.inc7
-rw-r--r--recipes-kernel/linux/linux-omap3.inc16
2 files changed, 0 insertions, 23 deletions
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 @@
1require linux.inc
2
3DESCRIPTION = "Linux kernel for OMAP processors"
4KERNEL_IMAGETYPE = "uImage"
5
6module_autoload_ohci-hcd_omap5912osk = "ohci-hcd"
7
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 @@
1SECTION = "kernel"
2DESCRIPTION = "Linux kernel for OMAP3 EVM from PSP, based on linux-omap3 kernel"
3LICENSE = "GPLv2"
4KERNEL_IMAGETYPE = "uImage"
5
6require linux.inc
7
8SRC_URI = "git://arago-project.org/git/projects/linux-omap3.git;protocol=git;branch=${BRANCH} \
9 file://defconfig"
10
11# Requires support for SOC_FAMILY matching in COMPATIBLE_MACHINE
12COMPATIBLE_MACHINE = "omap3"
13
14BRANCH ?= "master"
15
16S = "${WORKDIR}/git"