commit: 693d28672b76d893d1295c195a9f3f1011d40e5a Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Sat Apr 27 19:58:41 2019 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Sat Apr 27 19:58:41 2019 +0000 URL: https://gitweb.gentoo.org/proj/riscv.git/commit/?id=693d2867
profiles: Add x86-64 static qemu-riscv64 to all stages for now Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> profiles/arch/riscv/package.accept_keywords | 3 +++ profiles/arch/riscv/packages | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/profiles/arch/riscv/package.accept_keywords b/profiles/arch/riscv/package.accept_keywords index 245de3d..b166f7b 100644 --- a/profiles/arch/riscv/package.accept_keywords +++ b/profiles/arch/riscv/package.accept_keywords @@ -1,2 +1,5 @@ # we need python patched for riscv dev-lang/python -amd64 -~amd64 + +# we need static qemu *from* ~amd64 +app-emulation/qemu-riscv64-bin ~amd64 diff --git a/profiles/arch/riscv/packages b/profiles/arch/riscv/packages new file mode 100644 index 0000000..cef240a --- /dev/null +++ b/profiles/arch/riscv/packages @@ -0,0 +1,4 @@ +# 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
