aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-ti-glsdk_3.8.bb
AgeCommit message (Collapse)Author
2013-11-22linux-ti-glsdk: omap5-sevm DTB no longer existsDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2013-11-01linux-ti-glsdk: Update to latest fixesMrinmayee Hingolikar
* Kernel source migration from git.ti.com to omapzoom.org. The development tree is shared between the Linux and Android teams.This enables a common kernel development platform for both the teams for better alignment. * Add support for VIP and VPE * Add wilink/wlan support * Enable rpmsg/remoteproc driver for multimedia Signed-off-by: Mrinmayee Hingolikar <mrinmayee@ti.com> Acked-by: Chase Maupin <chase.maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2013-09-30linux: set PR from MACHINE_KERNEL_PR, bypass machine_kernel_pr.bbclass from ↵Denys Dmytriyenko
meta-oe Essentially, machine_kernel_pr.bbclass does this one line assignment, but introduces a new unnecessary dependency on meta-openembedded/meta-oe layer. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2013-09-26Revert "linux: Inherit new machine_kernel_pr class"Denys Dmytriyenko
This adds a new mandatory dependency on meta-openembedded layer. While we are still trying to resolve an existing optional dependency, not bring a new one. The MACHINE_KERNEL_PR requirement will need to be handled differently. This reverts commit 1450f1938007bede786160c501c8fd268b661c5e.
2013-09-25linux: Inherit new machine_kernel_pr classFranklin S. Cooper Jr
* MACHINE_KERNEL_PR was originally defined in the kernel class located in meta-oe which overrode the version of the class in oe-core. * Some time ago kernel.bbclass was removed from meta-oe and a separate class machine_kernel_pr was created to add support for MACHINE_KERNEL_PR. * Since this variable is used significantly in both meta-ti and meta-arago make sure all the kernel recipes directly or indirectly inherit this new class. Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2013-08-27linux-ti-staging/linux-ti-glsdk: adjust DTB handling to new syntaxDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2013-07-02linux-ti-glsdk: update to latest fixesSiddharth Heroor
* Fixes for USB, SATA and enables GPU (omapdrm). * Fix OMAP5 LDO1 value. Signed-off-by: Siddharth Heroor <heroor@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2013-06-28recipes-kernel: Add GLSDK specific kernel tree for omap-a15Siddharth Heroor
* Machine compatible with only omap-a15 devices. * The TI Staging tree will not be used to maintain K3.8. Instead, this new tree is set up as a production tree. Pending features for 3.8 will be implemented on this tree. - Backported features from linux mainline - Backported bug-fixes from linux mainline and linux-stable. - Features implemented by the GLSDK team which maybe product specific. This is the tree on which GLSDK kernel releases will be made. * This recipe is based off the Core SDK 2013.04.02 released kernel recipe - recipes-kernel/linux/linux-ti-staging_3.8.bb Signed-off-by: Siddharth Heroor <heroor@ti.com> cc: Mrinmayee Hingolikar <mrinmayee@ti.com> Acked-by: Chase Maupin <chase.maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>