diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-07-16 01:03:06 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-07-20 10:38:59 +0100 |
commit | 1b3d77195210d7d2b17c1bb8ab756053d72c7d4c (patch) | |
tree | 03191120ae614cf9cb7d6e5cd0cf064659194e8a /meta/recipes-kernel/linux/linux-yocto-tiny_3.19.bb | |
parent | 370cd615ea3aa11d39e4c7303e8bca79e3ec6621 (diff) | |
download | openembedded-core-1b3d77195210d7d2b17c1bb8ab756053d72c7d4c.tar.gz openembedded-core-1b3d77195210d7d2b17c1bb8ab756053d72c7d4c.tar.bz2 openembedded-core-1b3d77195210d7d2b17c1bb8ab756053d72c7d4c.zip |
linux-yocto/3.19: drm and axxia updates
Bumping the 3.19 SRCREVs for the following fixes:
e152349de59b drm/i915: Reset CSB read pointer in ring init
a87a6ffb3459 drm/i915/bdw: Enable execlists by default where supported
a70b2eb273ef meta: axxiaarm: add configuration fragments
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto-tiny_3.19.bb')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_3.19.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.19.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.19.bb index 6907060d33..172d3b4800 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.19.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.19.bb @@ -9,8 +9,8 @@ LINUX_VERSION ?= "3.19.5" KMETA = "meta" KCONF_BSP_AUDIT_LEVEL = "2" -SRCREV_machine ?= "6c21811060c03100a32d0acc493df5fb3743b7c8" -SRCREV_meta ?= "118f27167f4626fc7c71cefbec7c55a41d3a6d62" +SRCREV_machine ?= "e152349de59b43b2a75f2c332b44171df461d5a0" +SRCREV_meta ?= "a70b2eb273ef6349d344920474a494697474b98e" PV = "${LINUX_VERSION}+git${SRCPV}" |