diff options
author | 2019-05-05 20:51:46 +0200 | |
---|---|---|
committer | 2019-05-05 20:52:20 +0200 | |
commit | 13477c98ef5acdb46900884ff56ccb4b2ea5e870 (patch) | |
tree | c8ba89c7375c2a256484192fecb91c3db14e78ff /profiles/arch | |
parent | profiles: more riscv masking (diff) | |
download | gentoo-13477c98ef5acdb46900884ff56ccb4b2ea5e870.tar.gz gentoo-13477c98ef5acdb46900884ff56ccb4b2ea5e870.tar.bz2 gentoo-13477c98ef5acdb46900884ff56ccb4b2ea5e870.zip |
profiles: riscv: add static qemu binary back into @system
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'profiles/arch')
-rw-r--r-- | profiles/arch/riscv/packages | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/profiles/arch/riscv/packages b/profiles/arch/riscv/packages index 76902fb56fb1..3b97323bdc9f 100644 --- a/profiles/arch/riscv/packages +++ b/profiles/arch/riscv/packages @@ -1,5 +1,10 @@ # Copyright 2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# For now we add the x86-64 qemu-riscv64 static binary to all +# stages. This makes life somewhat simpler when working without +# real hardware. +*app-emulation/qemu-riscv64-bin + # For the initial hot experimentation phase... *sys-devel/gdb |