summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
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"