mirror of
https://git.yoctoproject.org/poky
synced 2026-07-15 15:37:03 +00:00
linux-yocto/3.14: fix common clock framework support in PCI glue layer
The initial version of "spi/pxa2xx: Add common clock framework support in PCI glue layer" enables the baytrail series of processors, but breaks some existing users of the framework. There's a new version of the patch out for review, so we revert the broken one and udpate to the latest. (From OE-Core rev: beae066d5af96e78d3bbaa52884922cb39bb48fd) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
4045d61468
commit
2cc9643ac2
@@ -8,7 +8,7 @@ LINUX_VERSION ?= "3.14.13"
|
||||
|
||||
KMETA = "meta"
|
||||
|
||||
SRCREV_machine ?= "6cfe9c448741ab317d70a8ded3a953a0e66bb0a5"
|
||||
SRCREV_machine ?= "abf013a41ba30ca5a3dd76e96cfde36bf7f3c5fa"
|
||||
SRCREV_meta ?= "3eefa4379f073768df150184e9dad1ff3228a0ff"
|
||||
|
||||
PV = "${LINUX_VERSION}+git${SRCPV}"
|
||||
|
||||
Reference in New Issue
Block a user