acrn-hypervisor: Autospec creation for update from version 2019w31.5.140000p to version 2019w32.2.140000p
David B. Kinder (10): doc: continue doc restructuring doc: simplify navigation with restored doc org doc: additional doc navigation restructuring doc: fix broken links after content reorg doc: fix image proportions on home page for ie doc: improve CSS for home page grid doc: update v1.0.1 release notes doc: apply edits to SDC2 scenario doc doc: incorporate scenario-based doc update doc: add the SDC2 scenario doc into the navigation Li, Fei1 (4): hv: vpci: rename ptdev_config to pci_dev_config hv: vm_config: build pci device configure for SOS hv: vpci: refine init_vdevs hv: vpci: create iommu domain in vpci_init for all guests Tonny Tzeng (1): doc: adding guide to launch 2 Linux UOSes using SDC2 scenario fuyanX (1): memmap:reserve phys-addr for hvlog lirui34 (1): doc: release notes v1.0.1
This commit is contained in:
parent
384761a821
commit
7e58f969f8
2
Makefile
2
Makefile
|
@ -1,5 +1,5 @@
|
|||
PKG_NAME := acrn-hypervisor
|
||||
URL = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w31.5-140000p.tar.gz
|
||||
URL = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w32.2-140000p.tar.gz
|
||||
ARCHIVES =
|
||||
|
||||
include ../common/Makefile.common
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
#
|
||||
%define keepstatic 1
|
||||
Name : acrn-hypervisor
|
||||
Version : 2019w31.5.140000p
|
||||
Release : 225
|
||||
URL : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w31.5-140000p.tar.gz
|
||||
Source0 : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w31.5-140000p.tar.gz
|
||||
Version : 2019w32.2.140000p
|
||||
Release : 226
|
||||
URL : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w32.2-140000p.tar.gz
|
||||
Source0 : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w32.2-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-2019w31.5-140000p
|
||||
%setup -q -n acrn-hypervisor-acrn-2019w32.2-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=1565025215
|
||||
export SOURCE_DATE_EPOCH=1565316224
|
||||
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=1565025215
|
||||
export SOURCE_DATE_EPOCH=1565316224
|
||||
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-2019w31.5-140000p.tar.gz
|
||||
url = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w32.2-140000p.tar.gz
|
||||
archives =
|
||||
giturl = https://github.com/projectacrn/acrn-hypervisor.git
|
||||
|
||||
|
|
2
upstream
2
upstream
|
@ -1 +1 @@
|
|||
73b08a1e5022a2517baaa5e1628605bbff3bcc54/acrn-2019w31.5-140000p.tar.gz
|
||||
c89b737fe5804cb81dc21e20880d1b92b457aeee/acrn-2019w32.2-140000p.tar.gz
|
||||
|
|
Loading…
Reference in New Issue