aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-kernel
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-04-22 16:14:58 -0700
committerKhem Raj <raj.khem@gmail.com>2020-04-25 08:32:41 -0700
commitf33a094ddb05f02ba6c56511a83f62fa6c02763b (patch)
treeae47f2bcb28b90027e4fe0e8b3f144ac9aad9960 /meta-oe/recipes-kernel
parentd7b31f2bf4a04639f97da0f33dd9ef575e4303f3 (diff)
downloadmeta-openembedded-f33a094ddb05f02ba6c56511a83f62fa6c02763b.tar.gz
oprofile: Disable build on riscv
Not supported arch yet Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-kernel')
-rw-r--r--meta-oe/recipes-kernel/oprofile/oprofile_1.3.0.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-kernel/oprofile/oprofile_1.3.0.bb b/meta-oe/recipes-kernel/oprofile/oprofile_1.3.0.bb
index bab38e2509..8242a835f4 100644
--- a/meta-oe/recipes-kernel/oprofile/oprofile_1.3.0.bb
+++ b/meta-oe/recipes-kernel/oprofile/oprofile_1.3.0.bb
@@ -1,5 +1,8 @@
require oprofile.inc
+COMPATIBLE_HOST_riscv64 = "null"
+COMPATIBLE_HOST_riscv32 = "null"
+
DEPENDS_append_powerpc64 = " libpfm4"
DEPENDS_append_powerpc64le = " libpfm4"