summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-09-25 15:04:46 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-09-27 13:02:16 +0100
commit91b787334a84c2f0475eb4af5883b3837023aa61 (patch)
treee997752e007f423053568dc52f1d3043d9222e57 /meta/conf
parent794aa251e2e35d33e5e987f69332db1d845eb803 (diff)
downloadpoky-91b787334a84c2f0475eb4af5883b3837023aa61.tar.gz
qemuriscv: Do not blacklist clang anymore
clang 9.x ( which is now default in meta-clang ) supports riscv (From OE-Core rev: 198689f74915756ce6ae38d6735780a26e9b3f7e) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/machine/include/riscv/qemuriscv.inc13
1 files changed, 0 insertions, 13 deletions
diff --git a/meta/conf/machine/include/riscv/qemuriscv.inc b/meta/conf/machine/include/riscv/qemuriscv.inc
index df35f2808f..a42346f361 100644
--- a/meta/conf/machine/include/riscv/qemuriscv.inc
+++ b/meta/conf/machine/include/riscv/qemuriscv.inc
@@ -36,16 +36,3 @@ QB_TCPSERIAL_OPT = " -device virtio-serial-device -chardev socket,id=virtcon,por
36# Add the 'virtio-rng-pci' device otherwise the guest may run out of entropy 36# Add the 'virtio-rng-pci' device otherwise the guest may run out of entropy
37QB_OPT_APPEND = " -object rng-random,filename=/dev/urandom,id=rng0 -device virtio-rng-device,rng=rng0" 37QB_OPT_APPEND = " -object rng-random,filename=/dev/urandom,id=rng0 -device virtio-rng-device,rng=rng0"
38 38
39BAD_RECOMMENDATIONS += "\
40 libcxx-dev \
41 libcxx-staticdev \
42 compiler-rt-dev \
43 compiler-rt-staticdev \
44"
45
46ASSUME_PROVIDED += "\
47 libcxx-dev \
48 libcxx-staticdev \
49 compiler-rt-dev \
50 compiler-rt-staticdev \
51"