diff options
| author | Denys Dmytriyenko <denys@ti.com> | 2011-10-14 13:06:33 -0400 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-10-17 15:09:16 +0200 |
| commit | 2c8dcc2a8c16792c8a765a70109cc2462b83018e (patch) | |
| tree | 576b60e3088e2fccd743fabc2451972bd0917084 | |
| parent | f20182a5975cd8ae9fbd266ff7346871037eb68a (diff) | |
| download | meta-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>
| -rw-r--r-- | recipes-kernel/linux/linux-omap.inc | 7 | ||||
| -rw-r--r-- | recipes-kernel/linux/linux-omap3.inc | 16 |
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 @@ | |||
| 1 | require linux.inc | ||
| 2 | |||
| 3 | DESCRIPTION = "Linux kernel for OMAP processors" | ||
| 4 | KERNEL_IMAGETYPE = "uImage" | ||
| 5 | |||
| 6 | module_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 @@ | |||
| 1 | SECTION = "kernel" | ||
| 2 | DESCRIPTION = "Linux kernel for OMAP3 EVM from PSP, based on linux-omap3 kernel" | ||
| 3 | LICENSE = "GPLv2" | ||
| 4 | KERNEL_IMAGETYPE = "uImage" | ||
| 5 | |||
| 6 | require linux.inc | ||
| 7 | |||
| 8 | SRC_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 | ||
| 12 | COMPATIBLE_MACHINE = "omap3" | ||
| 13 | |||
| 14 | BRANCH ?= "master" | ||
| 15 | |||
| 16 | S = "${WORKDIR}/git" | ||
