acrn-hypervisor: Autospec creation for update from version 2019w33.3.140000p to version 2019w33.5.140000p
David B. Kinder (3): doc: add new scenario-based intro doc: remove references to 2.0 in intro doc: add v1.2 to the release navigation picker Deb Taylor (1): Content edits Jie Deng (1): hv: vcr: check guest cr3 before loading pdptrs Yonghua Huang (1): hv: refine the function pointer type of port I/O request handlers Yuan Liu (1): dm: expand default WaaG memory to 4G huihuang.shi (1): hv: fix Violations touched ACRN Coding Guidelines lirui34 (1): doc: Release Notes v1.2
This commit is contained in:
parent
c73ead2145
commit
e9252b53b1
2
Makefile
2
Makefile
|
@ -1,5 +1,5 @@
|
|||
PKG_NAME := acrn-hypervisor
|
||||
URL = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w33.3-140000p.tar.gz
|
||||
URL = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w33.5-140000p.tar.gz
|
||||
ARCHIVES =
|
||||
|
||||
include ../common/Makefile.common
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
#
|
||||
%define keepstatic 1
|
||||
Name : acrn-hypervisor
|
||||
Version : 2019w33.3.140000p
|
||||
Release : 227
|
||||
URL : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w33.3-140000p.tar.gz
|
||||
Source0 : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w33.3-140000p.tar.gz
|
||||
Version : 2019w33.5.140000p
|
||||
Release : 228
|
||||
URL : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w33.5-140000p.tar.gz
|
||||
Source0 : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w33.5-140000p.tar.gz
|
||||
Summary : No detailed summary available
|
||||
Group : Development/Tools
|
||||
License : BSD-3-Clause CC-BY-4.0 ISC
|
||||
|
@ -134,14 +134,14 @@ staticdev components for the acrn-hypervisor package.
|
|||
|
||||
|
||||
%prep
|
||||
%setup -q -n acrn-hypervisor-acrn-2019w33.3-140000p
|
||||
%setup -q -n acrn-hypervisor-acrn-2019w33.5-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.UTF-8
|
||||
export SOURCE_DATE_EPOCH=1565883518
|
||||
export SOURCE_DATE_EPOCH=1566228832
|
||||
export GCC_IGNORE_WERROR=1
|
||||
export CFLAGS="$CFLAGS -fno-lto "
|
||||
export FCFLAGS="$CFLAGS -fno-lto "
|
||||
|
@ -151,7 +151,7 @@ make %{?_smp_mflags} all sbl-hypervisor BUILD_VERSION=”%{version}_%{release}
|
|||
|
||||
|
||||
%install
|
||||
export SOURCE_DATE_EPOCH=1565883518
|
||||
export SOURCE_DATE_EPOCH=1566228832
|
||||
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-2019w33.3-140000p.tar.gz
|
||||
url = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w33.5-140000p.tar.gz
|
||||
archives =
|
||||
giturl = https://github.com/projectacrn/acrn-hypervisor.git
|
||||
|
||||
|
|
2
upstream
2
upstream
|
@ -1 +1 @@
|
|||
ffd70b34e23b1fddd516d10f2b94824fe89ec3c5/acrn-2019w33.3-140000p.tar.gz
|
||||
fd460d5969126355dba77f4534f4ae222524a464/acrn-2019w33.5-140000p.tar.gz
|
||||
|
|
Loading…
Reference in New Issue