summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2011-10-14 13:06:33 -0400
committerKoen Kooi <koen@dominion.thruhere.net>2011-10-17 15:09:16 +0200
commit2c8dcc2a8c16792c8a765a70109cc2462b83018e (patch)
tree576b60e3088e2fccd743fabc2451972bd0917084 /recipes-kernel
parentf20182a5975cd8ae9fbd266ff7346871037eb68a (diff)
downloadmeta-ti-2c8dcc2a8c16792c8a765a70109cc2462b83018e.tar.gz
linux-omap: remove unused .inc files
Those were ported from Arago, but never used in meta-ti Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-kernel')
-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"