From 64b3a377e8b8eff0d9421899081fd22d93b7ecde Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Tue, 26 Mar 2013 07:46:37 -0700 Subject: linux-yocto/3.8: fix perf host contamination Updating the 3.8 SRCREVs with the following fix: libtraceevent: Remove hard coded include to /usr/local/include in Makefile commit b9e8c37220c80e78289a1e87b50c09418eb59a7e upstream having /usr/local/include hardcoded into the makefile is not necessary as this is automatically included by GCC. It also infects cross-compile builds with the host systems includes. Signed-off-by: Jack Mitchell Acked-by: Namhyung Kim Cc: Ingo Molnar Cc: Paul Mackerras Cc: Peter Zijlstra Link: http://lkml.kernel.org/r/1362741712-21308-1-git-send-email-ml@communistcode.co.uk Signed-off-by: Arnaldo Carvalho de Melo This implements the fix I described in Yocto [BUG #3993][perf using host includes], now upstream. Integrated-by: Tom Zanussi Signed-off-by: Bruce Ashfield [YOCTO #3993] (From OE-Core rev: 90d9147068a6e2c766976b2092d5e188c45a9040) Signed-off-by: Tom Zanussi Signed-off-by: Bruce Ashfield Signed-off-by: Richard Purdie --- meta/recipes-kernel/linux/linux-yocto-rt_3.8.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta/recipes-kernel/linux/linux-yocto-rt_3.8.bb') diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.8.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.8.bb index 97178c7c04..f12de2e974 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_3.8.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.8.bb @@ -8,8 +8,8 @@ LINUX_KERNEL_TYPE = "preempt-rt" KMETA = "meta" -SRCREV_machine ?= "e9b9f72029522ef142ab181e9f7f3ae71535181a" -SRCREV_machine_qemuppc ?= "7443096f0bdc6522053decd10430fc96a0ef9b94" +SRCREV_machine ?= "d125901ac3e516e9b894df088f4282347651b690" +SRCREV_machine_qemuppc ?= "66630413d6df1665f2c5c94d25eb409271ffe20c" SRCREV_meta ?= "2a6d36e75ca0a121570a389d7bab76ec240cbfda" PR = "${INC_PR}.0" -- cgit v1.2.3-54-g00ecf