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
This commit is contained in:
Miguel Bernal Marin 2018-08-30 04:23:12 -05:00
parent e10e118ae3
commit f4f174b4d9
5 changed files with 11 additions and 13 deletions

View File

@ -1,5 +1,5 @@
PKG_NAME := acrn-hypervisor 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 = ARCHIVES =
include ../common/Makefile.common include ../common/Makefile.common

View File

@ -4,10 +4,10 @@
# #
%define keepstatic 1 %define keepstatic 1
Name : acrn-hypervisor Name : acrn-hypervisor
Version : 2018w35.3.140000p Version : 2018w35.4.140000p
Release : 78 Release : 79
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
Source0 : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2018w35.3-140000p.tar.gz Source0 : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2018w35.4-140000p.tar.gz
Summary : No detailed summary available Summary : No detailed summary available
Group : Development/Tools Group : Development/Tools
License : BSD-3-Clause CC-BY-4.0 ISC License : BSD-3-Clause CC-BY-4.0 ISC
@ -99,18 +99,18 @@ license components for the acrn-hypervisor package.
%prep %prep
%setup -q -n acrn-hypervisor-acrn-2018w35.3-140000p %setup -q -n acrn-hypervisor-acrn-2018w35.4-140000p
%build %build
export http_proxy=http://127.0.0.1:9/ export http_proxy=http://127.0.0.1:9/
export https_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 no_proxy=localhost,127.0.0.1,0.0.0.0
export LANG=C 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}” make %{?_smp_mflags} all sbl-hypervisor BUILD_VERSION=”%{version}_%{release}” BUILD_TAG=”%{version}”
%install %install
export SOURCE_DATE_EPOCH=1535563130 export SOURCE_DATE_EPOCH=1535620984
rm -rf %{buildroot} rm -rf %{buildroot}
mkdir -p %{buildroot}/usr/share/doc/acrn-hypervisor mkdir -p %{buildroot}/usr/share/doc/acrn-hypervisor
cp LICENSE %{buildroot}/usr/share/doc/acrn-hypervisor/LICENSE cp LICENSE %{buildroot}/usr/share/doc/acrn-hypervisor/LICENSE

View File

@ -1,6 +1,6 @@
[package] [package]
name = acrn-hypervisor 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 = archives =
giturl = https://github.com/projectacrn/acrn-hypervisor.git giturl = https://github.com/projectacrn/acrn-hypervisor.git
@ -21,8 +21,6 @@ broken_parallel_build = false
compat = false compat = false
# set conservative build flags # set conservative build flags
conservative_flags = false conservative_flags = false
# dev package requires the extras to be installed
dev_requires_extras = false
# pass -ffast-math to compiler # pass -ffast-math to compiler
fast-math = false fast-math = false
# optimize build for speed over size # optimize build for speed over size

View File

@ -1 +1 @@
78 79

View File

@ -1 +1 @@
33c2500e787e22122d4cfb051c3a07a2b248a05c/acrn-2018w35.3-140000p.tar.gz f415e28fab40b65b66da210d52b8d8726385399b/acrn-2018w35.4-140000p.tar.gz