diff options
author | Khem Raj <raj.khem@gmail.com> | 2024-02-22 07:36:56 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-02-22 07:38:42 -0800 |
commit | c558d137d438900519a68a542d1780edfb390fc9 (patch) | |
tree | dbd146c5fd2a626bc4858c47c536949b97dba336 /meta-oe/conf | |
parent | 1fba7ed6158210399abbf502d5dd945d1a456952 (diff) | |
download | meta-openembedded-c558d137d438900519a68a542d1780edfb390fc9.tar.gz |
ptest-packagelists-meta-oe: Remove oprofile for rv32/rv64
oprofile is not ported to riscv yet.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/conf')
-rw-r--r-- | meta-oe/conf/include/ptest-packagelists-meta-oe.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/conf/include/ptest-packagelists-meta-oe.inc b/meta-oe/conf/include/ptest-packagelists-meta-oe.inc index 06c7de3f8b..0645cfc753 100644 --- a/meta-oe/conf/include/ptest-packagelists-meta-oe.inc +++ b/meta-oe/conf/include/ptest-packagelists-meta-oe.inc | |||
@@ -71,3 +71,6 @@ PTESTS_PROBLEMS_META_OE ="\ | |||
71 | psqlodbc \ | 71 | psqlodbc \ |
72 | pv \ | 72 | pv \ |
73 | " | 73 | " |
74 | |||
75 | PTESTS_FAST_META_OE:remove:riscv64 = "oprofile" | ||
76 | PTESTS_FAST_META_OE:remove:riscv32 = "oprofile" | ||