mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-06-04 18:00:36 +00:00
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>
This commit is contained in:
committed by
Koen Kooi
parent
f20182a597
commit
2c8dcc2a8c
@@ -1,7 +0,0 @@
|
||||
require linux.inc
|
||||
|
||||
DESCRIPTION = "Linux kernel for OMAP processors"
|
||||
KERNEL_IMAGETYPE = "uImage"
|
||||
|
||||
module_autoload_ohci-hcd_omap5912osk = "ohci-hcd"
|
||||
|
||||
@@ -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"
|
||||
Reference in New Issue
Block a user