From 5929d94ab78988034868c7fcc9bcfe73df265690 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Thu, 7 May 2015 23:36:13 -0400 Subject: linux-yocto/3.14: fix qemumips build error Updating the SRCREVs to import the following fix: mips: define cpu_has_saa in common features include To avoid build failures such as the following on non-cavium platforms: | arch/mips/include/asm/atomic.h: In function 'atomic_add': | arch/mips/include/asm/atomic.h:52:6: error: 'cpu_has_saa' | undeclared (first use in this function) | if (cpu_has_saa) { | ^ We define a disabled cpu_has_saa unless the machine specific feature overrides define a value. (From OE-Core rev: b2f786ca319714bd41d6f9e7ba9efaa8a6d412ab) Signed-off-by: Bruce Ashfield Signed-off-by: Richard Purdie --- meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb') diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb index 1d99965061..d0b71c4859 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb @@ -9,7 +9,7 @@ LINUX_VERSION ?= "3.14.36" KMETA = "meta" KCONF_BSP_AUDIT_LEVEL = "2" -SRCREV_machine ?= "2a2be8720802fae73fbdf1da37f61d7843332ba3" +SRCREV_machine ?= "b991a586470900e3de824f5ea75653aa2150594d" SRCREV_meta ?= "46df2668fa657162d11f96a6f1af138c562a03aa" PV = "${LINUX_VERSION}+git${SRCPV}" -- cgit 1.2.3-korg