summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaupin, Chase <chase.maupin@ti.com>2014-05-22 22:16:13 +0000
committerDenys Dmytriyenko <denys@ti.com>2014-05-23 15:01:10 -0400
commit091a44e838c5276d4494d4d9b68ff54eaa81e18b (patch)
tree4dea9e4b204c9a6b8cca5b9a35af0282593defe6
parentaac938b153545fb6ea3b120e6fd20d80470f10e6 (diff)
downloadmeta-ti-091a44e838c5276d4494d4d9b68ff54eaa81e18b.tar.gz
linux-ti-staging: Remove old 3.8 version
* The 3.8 version is replaced with v3.12 which has full support for all devices. * As part of adding a v3.15 version cleanup the v3.8 version to reduce the number of kernels to latest and last stable. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-kernel/linux/linux-ti-staging_3.8.bb39
1 files changed, 0 insertions, 39 deletions
diff --git a/recipes-kernel/linux/linux-ti-staging_3.8.bb b/recipes-kernel/linux/linux-ti-staging_3.8.bb
deleted file mode 100644
index 80b94f6d..00000000
--- a/recipes-kernel/linux/linux-ti-staging_3.8.bb
+++ /dev/null
@@ -1,39 +0,0 @@
1SECTION = "kernel"
2DESCRIPTION = "Linux kernel for TI devices"
3LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
5KERNEL_IMAGETYPE = "uImage"
6
7inherit kernel
8
9require recipes-kernel/linux/linux-dtb.inc
10require recipes-kernel/linux/setup-defconfig.inc
11
12# Add a run-time dependency for the PM firmware to be installed
13# on the target file system.
14RDEPENDS_kernel-base_append_ti33x = " am33x-cm3 am33x-cm3-initscript"
15
16# Default is to package all dtb files for ti33x devices unless building
17# for the specific beaglebone machine.
18KERNEL_DEVICETREE_ti33x = "am335x-evm.dtb am335x-evmsk.dtb am335x-bone.dtb"
19KERNEL_DEVICETREE_beaglebone = "am335x-bone.dtb"
20KERNEL_DEVICETREE_omap5-evm = "omap5-sevm.dtb omap5-uevm.dtb"
21KERNEL_DEVICETREE_dra7xx-evm = "dra7-evm.dtb"
22
23COMPATIBLE_MACHINE = "ti33x|omap-a15"
24
25S = "${WORKDIR}/git"
26
27BRANCH = "ti-linux-3.8.y"
28
29# This commit corresponds to ti2013.04.02 release tag
30SRCREV = "f3cb62a800ae37f17a3382b10d155ee02dbc83fc"
31PV = "3.8.13"
32
33# Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild
34MACHINE_KERNEL_PR_append = "g+gitr${SRCPV}"
35PR = "${MACHINE_KERNEL_PR}"
36
37SRC_URI = "git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git;protocol=git;branch=${BRANCH} \
38 file://defconfig \
39 "