acrn-hypervisor: update to acrn-2019w21.4-140000p
yliu79 (7): HV: remove unused function disable_iommu HV: remove unused function shutdown_vcpu HV: remove unused function resume_vm HV: remove unused function copy_to_gva HV: remove unused function vcpu_inject_ac HV: remove unused function sbuf_is_empty and sbuf_get xHV: remove unused function is_dbg_uart_enabled Minggui Cao (3): HV: add spinlock to dmar_enable/disable_qi HV: remove vcpu arch lock, not needed. HV: remove one lock for ctx->flags operation. Geoffroy Van Cutsem (2): doc: add <vm_id> parameter to the "vm_console" command description doc: add note to indicate that vSBL is only supported on APL platforms David B. Kinder (1): doc: prepare for sphinx 2.0 upgrade Sainath Grandhi (1): hv: distinguish between LAPIC_PASSTHROUGH configured vs enabled Shiqing Gao (1): doc: remove hard-coded interfaces in .rst files ruix.li (1): doc: Update clearlinux os installation guide link.
This commit is contained in:
parent
6b8433d353
commit
9d63c923c1
2
Makefile
2
Makefile
|
@ -1,5 +1,5 @@
|
|||
PKG_NAME := acrn-hypervisor
|
||||
URL = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w21.3-140000p.tar.gz
|
||||
URL = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w21.4-140000p.tar.gz
|
||||
ARCHIVES =
|
||||
|
||||
include ../common/Makefile.common
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
#
|
||||
%define keepstatic 1
|
||||
Name : acrn-hypervisor
|
||||
Version : 2019w21.3.140000p
|
||||
Release : 204
|
||||
URL : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w21.3-140000p.tar.gz
|
||||
Source0 : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w21.3-140000p.tar.gz
|
||||
Version : 2019w21.4.140000p
|
||||
Release : 205
|
||||
URL : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w21.4-140000p.tar.gz
|
||||
Source0 : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w21.4-140000p.tar.gz
|
||||
Summary : No detailed summary available
|
||||
Group : Development/Tools
|
||||
License : BSD-3-Clause CC-BY-4.0 ISC
|
||||
|
@ -127,21 +127,21 @@ staticdev components for the acrn-hypervisor package.
|
|||
|
||||
|
||||
%prep
|
||||
%setup -q -n acrn-hypervisor-acrn-2019w21.3-140000p
|
||||
%setup -q -n acrn-hypervisor-acrn-2019w21.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=1558528359
|
||||
export SOURCE_DATE_EPOCH=1558614796
|
||||
export GCC_IGNORE_WERROR=1
|
||||
export LDFLAGS="${LDFLAGS} -fno-lto"
|
||||
make %{?_smp_mflags} all sbl-hypervisor BUILD_VERSION=”%{version}_%{release}” BUILD_TAG=”%{version}”
|
||||
|
||||
|
||||
%install
|
||||
export SOURCE_DATE_EPOCH=1558528359
|
||||
export SOURCE_DATE_EPOCH=1558614796
|
||||
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-2019w21.3-140000p.tar.gz
|
||||
url = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w21.4-140000p.tar.gz
|
||||
archives =
|
||||
giturl = https://github.com/projectacrn/acrn-hypervisor.git
|
||||
|
||||
|
|
Loading…
Reference in New Issue