From f33a094ddb05f02ba6c56511a83f62fa6c02763b Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 22 Apr 2020 16:14:58 -0700 Subject: oprofile: Disable build on riscv Not supported arch yet Signed-off-by: Khem Raj --- meta-oe/recipes-kernel/oprofile/oprofile_1.3.0.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta-oe/recipes-kernel') 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" -- cgit 1.2.3-korg