Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: ovmf-201905
Date: Thu, 06 Jun 2019 13:38:00 +0200	[thread overview]
Message-ID: <20190606113800.ooAl8MgMA7H62UCRBuxQZ7OrPkDqqjDVpPhbJipVOr8@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-11392@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 323 bytes --]

There is an updated pull request by teldra against master on the void-packages repository

https://github.com/teldra/void-packages ovmf
https://github.com/void-linux/void-packages/pull/11392

New package: ovmf-201905
solves #11243 

A patch file from https://github.com/void-linux/void-packages/pull/11392.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ovmf-11392.patch --]
[-- Type: application/text/x-diff, Size: 1922 bytes --]

From 29b1dc9357e0f05087619488672f0ba7f2035bad Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Tue, 30 Apr 2019 07:11:16 +0200
Subject: [PATCH] New package: ovmf-201905

---
 srcpkgs/ovmf/template | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)
 create mode 100644 srcpkgs/ovmf/template

diff --git a/srcpkgs/ovmf/template b/srcpkgs/ovmf/template
new file mode 100644
index 00000000000..93c0275fb89
--- /dev/null
+++ b/srcpkgs/ovmf/template
@@ -0,0 +1,35 @@
+# Template file for 'ovmf'
+pkgname=ovmf
+version=201905
+revision=1
+_opensslversion=1.1.1c
+archs="i686* x86_64* aarch64* arm*"
+wrksrc=edk2-edk2-stable${version}
+hostmakedepends="make python3 libuuid-devel bc acpica-utils nasm"
+makedepends="perl-LWP"
+short_desc="Tianocore UEFI firmware for qemu"
+maintainer="teldra <teldra@rotce.de>"
+license="BSD-2-Clause-Patent, MIT"
+homepage="http://sourceforge.net/apps/mediawiki/tianocore/index.php?title=EDK2"
+distfiles="https://github.com/tianocore/edk2/archive/edk2-stable${version}.tar.gz
+ https://github.com/openssl/openssl/archive/OpenSSL_${_opensslversion//./_}.tar.gz"
+checksum="31c5a5d1579d4e0f15e56beb134020e4e4692713f26bce3d85683fe38a8ca21d
+ 640f3a3c26aef38293b4ab4017562aa7dccf787267382d27fc003538b405bbb5"
+
+pre_configure() {
+	cp -r ${XBPS_BUILDDIR}/openssl-OpenSSL_${_opensslversion//./_}/* ${XBPS_BUILDDIR}/edk2-edk2-stable${version}/CryptoPkg/Library/OpensslLib/openssl
+}
+
+do_build() {
+	export PATH="${wrksrc}/bin:$PATH"
+	make -C BaseTools
+	export EDK_TOOLS_PATH=${wrksrc}/BaseTools
+	. edksetup.sh BaseTools
+	./BaseTools/BinWrappers/PosixLike/build -t GCC5 -a X64 -p OvmfPkg/OvmfPkgX64.dsc -n ${XBPS_MAKEJOBS} -b RELEASE -D FD_SIZE_2MB
+}
+
+do_install() {
+	vinstall Build/OvmfX64/RELEASE_GCC5/FV/OVMF_CODE.fd 644 usr/share/ovmf/X64
+	vinstall Build/OvmfX64/RELEASE_GCC5/FV/OVMF_VARS.fd 644 usr/share/ovmf/X64
+	vlicense OvmfPkg/License.txt
+}

  parent reply	other threads:[~2019-06-06 11:38 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-11392@inbox.vuxu.org>
2019-06-06 11:20 ` [PR PATCH] [Updated] New package: ovmf-201903 voidlinux-github
2019-06-06 11:36 ` [PR PATCH] [Updated] New package: ovmf-201905 voidlinux-github
2019-06-06 11:36 ` voidlinux-github
2019-06-06 11:38 ` voidlinux-github
2019-06-06 11:38 ` voidlinux-github [this message]
2019-06-06 12:10 ` voidlinux-github
2019-06-06 12:10 ` voidlinux-github
2019-06-06 21:52 ` voidlinux-github
2019-06-06 21:52 ` voidlinux-github
2019-09-18  2:31 ` voidlinux-github
2019-10-28 23:25 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-28 23:25 ` voidlinux-github
2019-10-28 23:28 ` voidlinux-github
2019-10-28 23:28 ` voidlinux-github
2019-10-28 23:50 ` [PR PATCH] [Updated] New package: ovmf-*-201908 voidlinux-github
2019-10-28 23:50 ` voidlinux-github
2019-10-29  0:01 ` voidlinux-github
2019-10-29  0:01 ` voidlinux-github
2019-10-29  0:44 ` voidlinux-github
2019-12-26 11:43 ` [PR PATCH] [Closed]: New package: ovmf-*-201911 voidlinux-github

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190606113800.ooAl8MgMA7H62UCRBuxQZ7OrPkDqqjDVpPhbJipVOr8@z \
    --to=voidlinux-github@inbox.vuxu.org \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).