commit: 011b672240ed512e6dcdf670b244665978c4b024 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Sat Apr 27 20:02:59 2019 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Sat Apr 27 20:02:59 2019 +0000 URL: https://gitweb.gentoo.org/proj/riscv.git/commit/?id=011b6722
profiles: Add x86-64 static qemu-riscv64 to all stages for now (here, stage1) Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> profiles/arch/riscv/packages.build | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/arch/riscv/packages.build b/profiles/arch/riscv/packages.build new file mode 100644 index 0000000..9d8dcba --- /dev/null +++ b/profiles/arch/riscv/packages.build @@ -0,0 +1,5 @@ +# For now we add the x86-64 qemu-riscv64 static binary to all +# stages. This makes life somewhat simpler for working without +# real hardware. + +app-emulation/qemu-riscv64-bin
