acrn-hypervisor: update to acrn-2020w11.5-140000p
Mingqiang Chi (8): hv:rename several variables and api for ioapic dm:set pm-vuart attritutes dm:replace shutdown_uos_thread with a new one dm:handle shutdown command from UOS dm: add one api for sending shutdown to life_mngr on SOS dm:send shutdown to life_mngr on SOS misc:life_mngr: support S5 triggered by RTVM hv:Rename two VM states Victor Sun (6): HV: correct ept page array usage HV: decouple prelaunch VM ve820 from board configs HV: remove board specific ve820 HV: move create_sos_vm_e820 to ve820.c HV: update ept address range for pre-launched VM HV: add pci_devices.h for nuc6cayh and apl-up2 Deb Taylor (4): Doc: Add note to index.html file Note invites users to view v1.5 branch while latest build is under construction. Doc: Re-org documentation to improve user experience; see Nav Bar Doc: Fix tool ref tag on develop.rst page Doc: Changed lines in RN 1.0 and 0.1 to correct ref issue. Wei Liu (4): acrn-config: refine VM number macro from scenario config acrn-config: remap PCI vbar address to high memory acrn-config: keep HV_RAM_START 2M memory align acrn-config: remove a function that generates ve820 file David B. Kinder (1): doc: add site under construction page header Li Fei1 (1): hv: pci: rename CFG read/write function for PCI-compatible Configuration Mechanism Yuan Liu (1): hv: refine read/write configuration APIs for vmsi/vmsix
This commit is contained in:
parent
61a58eba59
commit
6bbd631217
2
Makefile
2
Makefile
|
@ -1,5 +1,5 @@
|
|||
PKG_NAME := acrn-hypervisor
|
||||
URL = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2020w11.3-140000p.tar.gz
|
||||
URL = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2020w11.5-140000p.tar.gz
|
||||
ARCHIVES =
|
||||
|
||||
include ../common/Makefile.common
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
#
|
||||
%define keepstatic 1
|
||||
Name : acrn-hypervisor
|
||||
Version : 2020w11.3.140000p
|
||||
Release : 269
|
||||
URL : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2020w11.3-140000p.tar.gz
|
||||
Source0 : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2020w11.3-140000p.tar.gz
|
||||
Version : 2020w11.5.140000p
|
||||
Release : 270
|
||||
URL : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2020w11.5-140000p.tar.gz
|
||||
Source0 : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2020w11.5-140000p.tar.gz
|
||||
Summary : No detailed summary available
|
||||
Group : Development/Tools
|
||||
License : BSD-3-Clause CC-BY-4.0 ISC
|
||||
|
@ -128,15 +128,15 @@ staticdev components for the acrn-hypervisor package.
|
|||
|
||||
|
||||
%prep
|
||||
%setup -q -n acrn-hypervisor-acrn-2020w11.3-140000p
|
||||
cd %{_builddir}/acrn-hypervisor-acrn-2020w11.3-140000p
|
||||
%setup -q -n acrn-hypervisor-acrn-2020w11.5-140000p
|
||||
cd %{_builddir}/acrn-hypervisor-acrn-2020w11.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=1584001582
|
||||
export SOURCE_DATE_EPOCH=1584260824
|
||||
export GCC_IGNORE_WERROR=1
|
||||
export CFLAGS="$CFLAGS -fno-lto "
|
||||
export FCFLAGS="$CFLAGS -fno-lto "
|
||||
|
@ -146,14 +146,14 @@ make %{?_smp_mflags} RELEASE=0 all sbl-hypervisor BUILD_VERSION=%{version}_%{r
|
|||
|
||||
|
||||
%install
|
||||
export SOURCE_DATE_EPOCH=1584001582
|
||||
export SOURCE_DATE_EPOCH=1584260824
|
||||
rm -rf %{buildroot}
|
||||
mkdir -p %{buildroot}/usr/share/package-licenses/acrn-hypervisor
|
||||
cp %{_builddir}/acrn-hypervisor-acrn-2020w11.3-140000p/LICENSE %{buildroot}/usr/share/package-licenses/acrn-hypervisor/3cc9b5c24d3ab78578359aa1b98166ee5cf6df9b
|
||||
cp %{_builddir}/acrn-hypervisor-acrn-2020w11.3-140000p/doc/LICENSE %{buildroot}/usr/share/package-licenses/acrn-hypervisor/50862f16be94cd4a0162ee82eb55697c5b54c70e
|
||||
cp %{_builddir}/acrn-hypervisor-acrn-2020w11.3-140000p/misc/acrn-config/kconfig/LICENSE.kconfiglib %{buildroot}/usr/share/package-licenses/acrn-hypervisor/0256be14ad1f607cb4bd89d716442115dab0294c
|
||||
cp %{_builddir}/acrn-hypervisor-acrn-2020w11.3-140000p/misc/acrn-config/library/hypervisor_license %{buildroot}/usr/share/package-licenses/acrn-hypervisor/e769dc34d30330fcb407f27559c817e502fdfb13
|
||||
cp %{_builddir}/acrn-hypervisor-acrn-2020w11.3-140000p/misc/tools/acrn-crashlog/license_header %{buildroot}/usr/share/package-licenses/acrn-hypervisor/b63d865a65562d341e07541b47e5b542a3e2ca67
|
||||
cp %{_builddir}/acrn-hypervisor-acrn-2020w11.5-140000p/LICENSE %{buildroot}/usr/share/package-licenses/acrn-hypervisor/3cc9b5c24d3ab78578359aa1b98166ee5cf6df9b
|
||||
cp %{_builddir}/acrn-hypervisor-acrn-2020w11.5-140000p/doc/LICENSE %{buildroot}/usr/share/package-licenses/acrn-hypervisor/50862f16be94cd4a0162ee82eb55697c5b54c70e
|
||||
cp %{_builddir}/acrn-hypervisor-acrn-2020w11.5-140000p/misc/acrn-config/kconfig/LICENSE.kconfiglib %{buildroot}/usr/share/package-licenses/acrn-hypervisor/0256be14ad1f607cb4bd89d716442115dab0294c
|
||||
cp %{_builddir}/acrn-hypervisor-acrn-2020w11.5-140000p/misc/acrn-config/library/hypervisor_license %{buildroot}/usr/share/package-licenses/acrn-hypervisor/e769dc34d30330fcb407f27559c817e502fdfb13
|
||||
cp %{_builddir}/acrn-hypervisor-acrn-2020w11.5-140000p/misc/tools/acrn-crashlog/license_header %{buildroot}/usr/share/package-licenses/acrn-hypervisor/b63d865a65562d341e07541b47e5b542a3e2ca67
|
||||
%make_install RELEASE=0 sbl-hypervisor-install hypervisor-install-debug sbl-hypervisor-install-debug
|
||||
## install_append content
|
||||
mkdir -p %{buildroot}/usr/lib/systemd/system/multi-user.target.wants
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
2020w11.3.140000p
|
||||
2020w11.5.140000p
|
||||
numactl-dev
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = acrn-hypervisor
|
||||
url = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2020w11.3-140000p.tar.gz
|
||||
url = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2020w11.5-140000p.tar.gz
|
||||
archives =
|
||||
giturl = https://github.com/projectacrn/acrn-hypervisor.git
|
||||
domain =
|
||||
|
|
2
upstream
2
upstream
|
@ -1 +1 @@
|
|||
bb9fa0d06575865b322c4d475b1ba554667ac56c/acrn-2020w11.3-140000p.tar.gz
|
||||
f9a8f7de72653e87f4f0be9976f72049f0087aee/acrn-2020w11.5-140000p.tar.gz
|
||||
|
|
Loading…
Reference in New Issue