From 65d237d4c0ba087125f6a47c7a9b4e184ab4cda1 Mon Sep 17 00:00:00 2001 From: Yixun Lan Date: Thu, 8 Sep 2022 22:06:26 +0800 Subject: sys-firmware/u-boot-bin: initial binary release for riscv64 qemu vm Signed-off-by: Yixun Lan --- sys-firmware/u-boot-bin/Manifest | 1 + sys-firmware/u-boot-bin/metadata.xml | 5 +++++ sys-firmware/u-boot-bin/u-boot-bin-2022.10_rc3.ebuild | 16 ++++++++++++++++ 3 files changed, 22 insertions(+) create mode 100644 sys-firmware/u-boot-bin/Manifest create mode 100644 sys-firmware/u-boot-bin/metadata.xml create mode 100644 sys-firmware/u-boot-bin/u-boot-bin-2022.10_rc3.ebuild diff --git a/sys-firmware/u-boot-bin/Manifest b/sys-firmware/u-boot-bin/Manifest new file mode 100644 index 0000000..faaa6ae --- /dev/null +++ b/sys-firmware/u-boot-bin/Manifest @@ -0,0 +1 @@ +DIST u-boot-bin-2022.10_rc3.tar.xz 281172 BLAKE2B e59890ac85687f7b9241f04b70f8bb722dfd0c448e1a6778b4f23f0b670f92300b210e578bf9b8811712cc146b9c375b0edde19d05e44a381f9bf141d71556c1 SHA512 74ecfefc3c2be397bef4890a814808333e890e5eefc9666e3cc5d45832acfc1a5726e8fd352c61415e56008f25b857ba40896670882002b72e6b54cb5065a644 diff --git a/sys-firmware/u-boot-bin/metadata.xml b/sys-firmware/u-boot-bin/metadata.xml new file mode 100644 index 0000000..115e9d6 --- /dev/null +++ b/sys-firmware/u-boot-bin/metadata.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/sys-firmware/u-boot-bin/u-boot-bin-2022.10_rc3.ebuild b/sys-firmware/u-boot-bin/u-boot-bin-2022.10_rc3.ebuild new file mode 100644 index 0000000..1f87eeb --- /dev/null +++ b/sys-firmware/u-boot-bin/u-boot-bin-2022.10_rc3.ebuild @@ -0,0 +1,16 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="U-boot binary firmware which can be used by qemu as bios" +HOMEPAGE="https://www.denx.de/project/u-boot/" +SRC_URI="https://dev.gentoo.org/~dlan/distfiles/${CATEGORY}/${PN}/${P}.tar.xz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~riscv" + +DEPEND="" +RDEPEND="${DEPEND}" +BDEPEND="" -- cgit v1.2.3-65-gdbad