aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-kernel/kern-tools/kern-tools-native_git.bbappend5
-rw-r--r--recipes-kernel/perf/perf_3.4.bbappend16
2 files changed, 0 insertions, 21 deletions
diff --git a/recipes-kernel/kern-tools/kern-tools-native_git.bbappend b/recipes-kernel/kern-tools/kern-tools-native_git.bbappend
deleted file mode 100644
index 763cacc..0000000
--- a/recipes-kernel/kern-tools/kern-tools-native_git.bbappend
+++ /dev/null
@@ -1,5 +0,0 @@
-FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-PRINC := "${@int(PRINC) + 1}"
-
-# Pull in support for the "force" keyword in the linux-yocto-3.8 meta-data
-SRCREV = "71ffb08c20022610363e68f9243350b7da020825"
diff --git a/recipes-kernel/perf/perf_3.4.bbappend b/recipes-kernel/perf/perf_3.4.bbappend
deleted file mode 100644
index ce45f70..0000000
--- a/recipes-kernel/perf/perf_3.4.bbappend
+++ /dev/null
@@ -1,16 +0,0 @@
-FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-PRINC := "${@int(PRINC) + 1}"
-
-# From OE-Core rev: 373371432b72cb19600a45e741afdfcb9662ecfb
-# We already pass the correct arguments to our compiler for the CFLAGS (if we
-# don't override it, it'll add -m32/-m64 itself). For LDFLAGS, it was failing
-# to find bfd symbols.
-EXTRA_OEMAKE += "\
- 'CFLAGS=${CFLAGS}' \
- 'LDFLAGS=${LDFLAGS} -lpthread -lrt -lelf -lm -lbfd' \
-"
-
-# From OE-Core rev: dce7918a818bf86fcc11f561af3eacaf281403d4
-do_configure_prepend () {
- sed -i 's,-Werror ,,' ${S}/tools/perf/Makefile
-}