Github messages for voidlinux
 help / color / mirror / Atom feed
* Re: [PR PATCH] [Updated] New package: ovmf-201903
       [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:20 ` voidlinux-github
  1 sibling, 0 replies; 2+ messages in thread
From: voidlinux-github @ 2019-06-06 11:20 UTC (permalink / raw)
  To: ml

[-- 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-201903
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: 2071 bytes --]

From d0c27521b049c1f74b234164caec75141fe2e4c7 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 | 40 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 40 insertions(+)
 create mode 100644 srcpkgs/ovmf/template

diff --git a/srcpkgs/ovmf/template b/srcpkgs/ovmf/template
new file mode 100644
index 00000000000..f1e665d8def
--- /dev/null
+++ b/srcpkgs/ovmf/template
@@ -0,0 +1,40 @@
+# Template file for 'ovmf'
+pkgname=ovmf
+version=201905
+revision=1
+_opensslversion=1.1.1c
+archs="i686 i686-musl x86_64 x86_64-musl"
+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"
+
+case "$XBPS_TARGET_MACHINE" in
+		i686*) ARCH="IA32"; FILE="Ia32";;
+		x86_64*) ARCH="X64"; FILE="X64";;
+esac
+
+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 ${ARCH} -p OvmfPkg/OvmfPkg${FILE}.dsc -n ${XBPS_MAKEJOBS} -b RELEASE -D FD_SIZE_2MB
+}
+
+do_install() {
+	vinstall Build/Ovmf${FILE}/RELEASE_GCC5/FV/OVMF_CODE.fd 644 usr/share/ovmf/${ARCH}
+	vinstall Build/Ovmf${FILE}/RELEASE_GCC5/FV/OVMF_VARS.fd 644 usr/share/ovmf/${ARCH}
+	vlicense OvmfPkg/License.txt
+}

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Updated] New package: ovmf-201903
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-11392@inbox.vuxu.org>
@ 2019-06-06 11:20 ` voidlinux-github
  2019-06-06 11:20 ` voidlinux-github
  1 sibling, 0 replies; 2+ messages in thread
From: voidlinux-github @ 2019-06-06 11:20 UTC (permalink / raw)
  To: ml

[-- 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-201903
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: 2071 bytes --]

From d0c27521b049c1f74b234164caec75141fe2e4c7 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 | 40 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 40 insertions(+)
 create mode 100644 srcpkgs/ovmf/template

diff --git a/srcpkgs/ovmf/template b/srcpkgs/ovmf/template
new file mode 100644
index 00000000000..f1e665d8def
--- /dev/null
+++ b/srcpkgs/ovmf/template
@@ -0,0 +1,40 @@
+# Template file for 'ovmf'
+pkgname=ovmf
+version=201905
+revision=1
+_opensslversion=1.1.1c
+archs="i686 i686-musl x86_64 x86_64-musl"
+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"
+
+case "$XBPS_TARGET_MACHINE" in
+		i686*) ARCH="IA32"; FILE="Ia32";;
+		x86_64*) ARCH="X64"; FILE="X64";;
+esac
+
+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 ${ARCH} -p OvmfPkg/OvmfPkg${FILE}.dsc -n ${XBPS_MAKEJOBS} -b RELEASE -D FD_SIZE_2MB
+}
+
+do_install() {
+	vinstall Build/Ovmf${FILE}/RELEASE_GCC5/FV/OVMF_CODE.fd 644 usr/share/ovmf/${ARCH}
+	vinstall Build/Ovmf${FILE}/RELEASE_GCC5/FV/OVMF_VARS.fd 644 usr/share/ovmf/${ARCH}
+	vlicense OvmfPkg/License.txt
+}

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-06-06 11:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [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:20 ` voidlinux-github

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).