From 198689f74915756ce6ae38d6735780a26e9b3f7e Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 25 Sep 2019 15:04:46 -0700 Subject: qemuriscv: Do not blacklist clang anymore clang 9.x ( which is now default in meta-clang ) supports riscv Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- meta/conf/machine/include/riscv/qemuriscv.inc | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'meta/conf/machine/include/riscv') 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 # Add the 'virtio-rng-pci' device otherwise the guest may run out of entropy QB_OPT_APPEND = " -object rng-random,filename=/dev/urandom,id=rng0 -device virtio-rng-device,rng=rng0" -BAD_RECOMMENDATIONS += "\ - libcxx-dev \ - libcxx-staticdev \ - compiler-rt-dev \ - compiler-rt-staticdev \ -" - -ASSUME_PROVIDED += "\ - libcxx-dev \ - libcxx-staticdev \ - compiler-rt-dev \ - compiler-rt-staticdev \ -" -- cgit 1.2.3-korg