summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/valgrind/valgrind_3.9.0.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/valgrind/valgrind_3.9.0.bbappend')
-rw-r--r--recipes-devtools/valgrind/valgrind_3.9.0.bbappend30
1 files changed, 0 insertions, 30 deletions
diff --git a/recipes-devtools/valgrind/valgrind_3.9.0.bbappend b/recipes-devtools/valgrind/valgrind_3.9.0.bbappend
deleted file mode 100644
index 4af368d..0000000
--- a/recipes-devtools/valgrind/valgrind_3.9.0.bbappend
+++ /dev/null
@@ -1,30 +0,0 @@
1EXTRA_OECONF_append_b4860qds-64b = " --disable-isa_2_07_check"
2
3FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
4
5SRC_URI += "\
6 file://disable-power-isa-2.07-check.patch \
7 "
8
9do_compile_ptest_zc702-zynq7-prt() {
10 # This is to replace the ptest building part that fails due to
11 # internal compiler error on ARM targets (LXCR-3358)
12 echo ""
13}
14
15do_compile_ptest_zc702-zynq7() {
16 # This is to replace the ptest building part that fails due to
17 # internal compiler error on ARM targets (LXCR-3358)
18 echo ""
19}
20
21do_compile_ptest_k2hk-evm() {
22 # This is to replace the ptest building part that fails due to
23 # internal compiler error on ARM targets (LXCR-3358)
24 echo ""
25}
26do_compile_ptest_proliant-m800() {
27 # This is to replace the ptest building part that fails due to
28 # internal compiler error on ARM targets (LXCR-3358)
29 echo ""
30}