From 2c8dcc2a8c16792c8a765a70109cc2462b83018e Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Fri, 14 Oct 2011 13:06:33 -0400 Subject: [PATCH] linux-omap: remove unused .inc files Those were ported from Arago, but never used in meta-ti Signed-off-by: Denys Dmytriyenko Signed-off-by: Koen Kooi --- recipes-kernel/linux/linux-omap.inc | 7 ------- recipes-kernel/linux/linux-omap3.inc | 16 ---------------- 2 files changed, 23 deletions(-) delete mode 100644 recipes-kernel/linux/linux-omap.inc delete mode 100644 recipes-kernel/linux/linux-omap3.inc diff --git a/recipes-kernel/linux/linux-omap.inc b/recipes-kernel/linux/linux-omap.inc deleted file mode 100644 index c706a3f..0000000 --- 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 b8ff52b..0000000 --- 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" -- 2.39.2