acrn-hypervisor: update to acrn-2019w08.4-140000p
Mingqiang Chi (4): hv:move 2 APIs from hypervisor.h to guest_memory.c hv:merge two header files to one with the same name hv:cleanup header file for per_cpu.h hv:cleanup header file for guest folder Binbin Wu (1): hv: exception: fault type exception should set resume flag in rflags Geoffroy Van Cutsem (1): acrn.conf: clean-up SOS kernel options (EFI platforms) Jack Ren (1): version: 0.7-unstable Minggui Cao (1): DM: modify acpi for IASL to support ACPI6.3 Peter Fang (1): hv: vlapic: properly initialize DCR Tw (1): config: enable parsing dmar table dynamically on UP2 Yuan Liu (1): dm: implement power button for power managerment minxia.wang (1): add one more known issue wenlingz (1): add features list on release_note_0.6
This commit is contained in:
parent
2c7a424c43
commit
e51081121a
2
Makefile
2
Makefile
|
@ -1,5 +1,5 @@
|
|||
PKG_NAME := acrn-hypervisor
|
||||
URL = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w08.1-140000p.tar.gz
|
||||
URL = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w08.4-140000p.tar.gz
|
||||
ARCHIVES =
|
||||
|
||||
include ../common/Makefile.common
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
#
|
||||
%define keepstatic 1
|
||||
Name : acrn-hypervisor
|
||||
Version : 2019w08.1.140000p
|
||||
Release : 163
|
||||
URL : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w08.1-140000p.tar.gz
|
||||
Source0 : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w08.1-140000p.tar.gz
|
||||
Version : 2019w08.4.140000p
|
||||
Release : 164
|
||||
URL : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w08.4-140000p.tar.gz
|
||||
Source0 : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w08.4-140000p.tar.gz
|
||||
Summary : No detailed summary available
|
||||
Group : Development/Tools
|
||||
License : BSD-3-Clause CC-BY-4.0 ISC
|
||||
|
@ -117,19 +117,19 @@ services components for the acrn-hypervisor package.
|
|||
|
||||
|
||||
%prep
|
||||
%setup -q -n acrn-hypervisor-acrn-2019w08.1-140000p
|
||||
%setup -q -n acrn-hypervisor-acrn-2019w08.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=1550589228
|
||||
export SOURCE_DATE_EPOCH=1550765112
|
||||
make %{?_smp_mflags} all sbl-hypervisor BUILD_VERSION=”%{version}_%{release}” BUILD_TAG=”%{version}”
|
||||
|
||||
|
||||
%install
|
||||
export SOURCE_DATE_EPOCH=1550589228
|
||||
export SOURCE_DATE_EPOCH=1550765112
|
||||
rm -rf %{buildroot}
|
||||
mkdir -p %{buildroot}/usr/share/package-licenses/acrn-hypervisor
|
||||
cp LICENSE %{buildroot}/usr/share/package-licenses/acrn-hypervisor/LICENSE
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = acrn-hypervisor
|
||||
url = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w08.1-140000p.tar.gz
|
||||
url = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w08.4-140000p.tar.gz
|
||||
archives =
|
||||
giturl = https://github.com/projectacrn/acrn-hypervisor.git
|
||||
|
||||
|
|
Loading…
Reference in New Issue