diff options
| -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" | ||
