diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2019-04-27 21:58:41 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2019-04-27 21:58:41 +0200 |
commit | 693d28672b76d893d1295c195a9f3f1011d40e5a (patch) | |
tree | 4f61bfa94b1ae81721a9742167e910c34fc6a3b5 /profiles | |
parent | app-emulation/qemu-riscv64-bin: Add prebuilt qemu-riscv64 binary (diff) | |
download | riscv-693d28672b76d893d1295c195a9f3f1011d40e5a.tar.gz riscv-693d28672b76d893d1295c195a9f3f1011d40e5a.tar.bz2 riscv-693d28672b76d893d1295c195a9f3f1011d40e5a.zip |
profiles: Add x86-64 static qemu-riscv64 to all stages for now
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/riscv/package.accept_keywords | 3 | ||||
-rw-r--r-- | profiles/arch/riscv/packages | 4 |
2 files changed, 7 insertions, 0 deletions
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 |