]> code.ossystems Code Review - openembedded-core.git/commit
qemuboot: Add QB_RNG variable
authorKhem Raj <raj.khem@gmail.com>
Thu, 24 Sep 2020 01:25:06 +0000 (18:25 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 24 Sep 2020 21:32:44 +0000 (22:32 +0100)
commit26dd24506ef36088e17f999ce5489dc4b72194e8
tree893a59c53f6472d065b6c4fa49ce57f25118eaab
parent7a905f66d3a6d9018b18c1a8021c1cb8bf7d12ac
qemuboot: Add QB_RNG variable

RNG passthru has been enabled on all qemu machines but its being added
to each one of them, with this patch its turned into QB variables which
defaults to host passthru, yet it can be overridden if needed via
machine or config metadata if needed.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/qemuboot.bbclass
meta/conf/machine/include/qemuboot-mips.inc
meta/conf/machine/include/qemuboot-x86.inc
meta/conf/machine/include/riscv/qemuriscv.inc
meta/conf/machine/qemuarm.conf
meta/conf/machine/qemuarm64.conf
meta/conf/machine/qemuarmv5.conf
meta/conf/machine/qemuppc.conf
scripts/runqemu