From b03b0f7127e76ac8a126cc155329ca6959ffe5bf Mon Sep 17 00:00:00 2001 From: Miguel Bernal Marin Date: Wed, 8 May 2019 12:32:37 +0000 Subject: [PATCH] acrn-hypervisor: update to acrn-2019w19.3-140000p David B. Kinder (2): doc: update APL NUC GSG doc: Update 1.0 release notes dongshen (2): HV: rename hostbridge related functions HV: replace partition mode with pre-launched VM in comments --- Makefile | 2 +- acrn-hypervisor.spec | 14 +++++++------- options.conf | 2 +- release | 2 +- upstream | 2 +- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Makefile b/Makefile index afd9b2e..b2ab286 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PKG_NAME := acrn-hypervisor -URL = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w19.2-140000p.tar.gz +URL = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w19.3-140000p.tar.gz ARCHIVES = include ../common/Makefile.common diff --git a/acrn-hypervisor.spec b/acrn-hypervisor.spec index 4f220ea..3ab516e 100644 --- a/acrn-hypervisor.spec +++ b/acrn-hypervisor.spec @@ -4,10 +4,10 @@ # %define keepstatic 1 Name : acrn-hypervisor -Version : 2019w19.2.140000p -Release : 194 -URL : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w19.2-140000p.tar.gz -Source0 : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w19.2-140000p.tar.gz +Version : 2019w19.3.140000p +Release : 195 +URL : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w19.3-140000p.tar.gz +Source0 : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w19.3-140000p.tar.gz Summary : No detailed summary available Group : Development/Tools License : BSD-3-Clause CC-BY-4.0 ISC @@ -127,20 +127,20 @@ staticdev components for the acrn-hypervisor package. %prep -%setup -q -n acrn-hypervisor-acrn-2019w19.2-140000p +%setup -q -n acrn-hypervisor-acrn-2019w19.3-140000p %build export http_proxy=http://127.0.0.1:9/ export https_proxy=http://127.0.0.1:9/ export no_proxy=localhost,127.0.0.1,0.0.0.0 export LANG=C -export SOURCE_DATE_EPOCH=1557239574 +export SOURCE_DATE_EPOCH=1557318745 export LDFLAGS="${LDFLAGS} -fno-lto" make %{?_smp_mflags} all sbl-hypervisor BUILD_VERSION=”%{version}_%{release}” BUILD_TAG=”%{version}” %install -export SOURCE_DATE_EPOCH=1557239574 +export SOURCE_DATE_EPOCH=1557318745 rm -rf %{buildroot} mkdir -p %{buildroot}/usr/share/package-licenses/acrn-hypervisor cp LICENSE %{buildroot}/usr/share/package-licenses/acrn-hypervisor/LICENSE diff --git a/options.conf b/options.conf index f807114..7d5b01e 100644 --- a/options.conf +++ b/options.conf @@ -1,6 +1,6 @@ [package] name = acrn-hypervisor -url = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w19.2-140000p.tar.gz +url = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w19.3-140000p.tar.gz archives = giturl = https://github.com/projectacrn/acrn-hypervisor.git diff --git a/release b/release index 205a12b..6bb2f98 100644 --- a/release +++ b/release @@ -1 +1 @@ -194 +195 diff --git a/upstream b/upstream index 6b763d4..5bb4204 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -379a87a5fd94d5c0f2a544267a47824c38e6f84c/acrn-2019w19.2-140000p.tar.gz +d90048d6448e86d6df16c4718010e8e8270fa743/acrn-2019w19.3-140000p.tar.gz