All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4] linux-ti-staging: Remove old 3.8 version
@ 2014-05-22 16:16 Chase Maupin
  2014-05-22 16:16 ` [PATCH 2/4] linux-ti-staging: Make files directory version specific Chase Maupin
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Chase Maupin @ 2014-05-22 16:16 UTC (permalink / raw)
  To: meta-ti

* 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>
---
 recipes-kernel/linux/linux-ti-staging_3.8.bb |   39 --------------------------
 1 file changed, 39 deletions(-)
 delete mode 100644 recipes-kernel/linux/linux-ti-staging_3.8.bb

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 80b94f6..0000000
--- a/recipes-kernel/linux/linux-ti-staging_3.8.bb
+++ /dev/null
@@ -1,39 +0,0 @@
-SECTION = "kernel"
-DESCRIPTION = "Linux kernel for TI devices"
-LICENSE = "GPLv2"
-LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
-KERNEL_IMAGETYPE = "uImage"
-
-inherit kernel
-
-require recipes-kernel/linux/linux-dtb.inc
-require recipes-kernel/linux/setup-defconfig.inc
-
-# Add a run-time dependency for the PM firmware to be installed
-# on the target file system.
-RDEPENDS_kernel-base_append_ti33x = " am33x-cm3 am33x-cm3-initscript"
-
-# Default is to package all dtb files for ti33x devices unless building
-# for the specific beaglebone machine.
-KERNEL_DEVICETREE_ti33x = "am335x-evm.dtb am335x-evmsk.dtb am335x-bone.dtb"
-KERNEL_DEVICETREE_beaglebone = "am335x-bone.dtb"
-KERNEL_DEVICETREE_omap5-evm = "omap5-sevm.dtb omap5-uevm.dtb"
-KERNEL_DEVICETREE_dra7xx-evm = "dra7-evm.dtb"
-
-COMPATIBLE_MACHINE = "ti33x|omap-a15"
-
-S = "${WORKDIR}/git"
-
-BRANCH = "ti-linux-3.8.y"
-
-# This commit corresponds to ti2013.04.02 release tag
-SRCREV = "f3cb62a800ae37f17a3382b10d155ee02dbc83fc"
-PV = "3.8.13"
-
-# Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild
-MACHINE_KERNEL_PR_append = "g+gitr${SRCPV}"
-PR = "${MACHINE_KERNEL_PR}"
-
-SRC_URI = "git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git;protocol=git;branch=${BRANCH} \
-           file://defconfig \
-          "
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2014-05-22 19:39 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-22 16:16 [PATCH 1/4] linux-ti-staging: Remove old 3.8 version Chase Maupin
2014-05-22 16:16 ` [PATCH 2/4] linux-ti-staging: Make files directory version specific Chase Maupin
2014-05-22 16:16 ` [PATCH 3/4] setup-defconfig: allow use of in-kernel config fragments Chase Maupin
2014-05-22 16:19   ` Denys Dmytriyenko
2014-05-22 16:50     ` Denys Dmytriyenko
2014-05-22 17:16       ` Maupin, Chase
2014-05-22 17:36         ` Denys Dmytriyenko
2014-05-22 19:38           ` Maupin, Chase
2014-05-22 16:16 ` [PATCH 4/4] linux-ti-staging: Add version 3.15 of TI integration kernel Chase Maupin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.