From f4f174b4d9bb80cf8b0a319c8547a1fec5064e5d Mon Sep 17 00:00:00 2001 From: Miguel Bernal Marin Date: Thu, 30 Aug 2018 04:23:12 -0500 Subject: [PATCH] acrn-hypervisor: update to acrn-2018w35.4-140000p Binbin Wu (1): dm: cmos: move cmos storage out of vmctx Liu, Xinwu (1): tools:acrn-crashlog: Document of configuration file --- Makefile | 2 +- acrn-hypervisor.spec | 14 +++++++------- options.conf | 4 +--- release | 2 +- upstream | 2 +- 5 files changed, 11 insertions(+), 13 deletions(-) diff --git a/Makefile b/Makefile index 0ca8e72..60a096c 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PKG_NAME := acrn-hypervisor -URL = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2018w35.3-140000p.tar.gz +URL = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2018w35.4-140000p.tar.gz ARCHIVES = include ../common/Makefile.common diff --git a/acrn-hypervisor.spec b/acrn-hypervisor.spec index a414b2b..07c6f11 100644 --- a/acrn-hypervisor.spec +++ b/acrn-hypervisor.spec @@ -4,10 +4,10 @@ # %define keepstatic 1 Name : acrn-hypervisor -Version : 2018w35.3.140000p -Release : 78 -URL : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2018w35.3-140000p.tar.gz -Source0 : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2018w35.3-140000p.tar.gz +Version : 2018w35.4.140000p +Release : 79 +URL : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2018w35.4-140000p.tar.gz +Source0 : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2018w35.4-140000p.tar.gz Summary : No detailed summary available Group : Development/Tools License : BSD-3-Clause CC-BY-4.0 ISC @@ -99,18 +99,18 @@ license components for the acrn-hypervisor package. %prep -%setup -q -n acrn-hypervisor-acrn-2018w35.3-140000p +%setup -q -n acrn-hypervisor-acrn-2018w35.4-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=1535563130 +export SOURCE_DATE_EPOCH=1535620984 make %{?_smp_mflags} all sbl-hypervisor BUILD_VERSION=”%{version}_%{release}” BUILD_TAG=”%{version}” %install -export SOURCE_DATE_EPOCH=1535563130 +export SOURCE_DATE_EPOCH=1535620984 rm -rf %{buildroot} mkdir -p %{buildroot}/usr/share/doc/acrn-hypervisor cp LICENSE %{buildroot}/usr/share/doc/acrn-hypervisor/LICENSE diff --git a/options.conf b/options.conf index cdadbc2..b82f595 100644 --- a/options.conf +++ b/options.conf @@ -1,6 +1,6 @@ [package] name = acrn-hypervisor -url = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2018w35.3-140000p.tar.gz +url = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2018w35.4-140000p.tar.gz archives = giturl = https://github.com/projectacrn/acrn-hypervisor.git @@ -21,8 +21,6 @@ broken_parallel_build = false compat = false # set conservative build flags conservative_flags = false -# dev package requires the extras to be installed -dev_requires_extras = false # pass -ffast-math to compiler fast-math = false # optimize build for speed over size diff --git a/release b/release index 8e14edc..85322d0 100644 --- a/release +++ b/release @@ -1 +1 @@ -78 +79 diff --git a/upstream b/upstream index 087e3dd..0f9ddf3 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -33c2500e787e22122d4cfb051c3a07a2b248a05c/acrn-2018w35.3-140000p.tar.gz +f415e28fab40b65b66da210d52b8d8726385399b/acrn-2018w35.4-140000p.tar.gz