acrn-hypervisor: update to acrn-2018w41.1-140000p
Jason Chen CJ (5): vioapic: add pin_state bitmap to set irq ioapic: set default polarity setting as high active ptdev: assert/deassert interrupt according to polarity vuart: use pulse irq to assert COM1_IRQ dm: acpi: set SCI_INT polarity to high active David B. Kinder (4): doc: update genrest script for latest kconfiglib doc: update genrest script for latest kconfiglib doc: reorganize HLD docs doc: tweak hld intro Miguel Bernal Marin (4): crashlog: do not alter system behavior with watchdog crashlog: re-write usercrash-wrapper crashlog: introducing crashlogctl crashlog: deprecate acrnprobe_prepare and update Makefile Geoffroy Van Cutsem (2): Getting Started Guide: minor clean-up Getting Started Guide: add instructions to disable cbc_* services Yin Fengwei (2): Revert "dm: workaroud for DM crash when doing fastboot reboot" dm: fix the issue when guest tries to disable memory range access Chaohong guo (1): EFI: Disable RELOC by default temporary Minggui Cao (1): DM: increase UOS memory size for MRB Peter Fang (1): dm: vrtc: add memory configuration in RTC CMOS Shiqing Gao (1): hv: fix 'User name starts with underscore' Wei Liu (1): hv: add suffix(U) in vmx.h to come up MISRA-C Xiaoguang Wu (1): DM USB: xHCI: fix enumeration error after rebooting
This commit is contained in:
parent
67aa23c55a
commit
4aef041486
2
Makefile
2
Makefile
|
@ -1,5 +1,5 @@
|
|||
PKG_NAME := acrn-hypervisor
|
||||
URL = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2018w40.0-140000p.tar.gz
|
||||
URL = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2018w41.1-140000p.tar.gz
|
||||
ARCHIVES =
|
||||
|
||||
include ../common/Makefile.common
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
#
|
||||
%define keepstatic 1
|
||||
Name : acrn-hypervisor
|
||||
Version : 2018w40.0.140000p
|
||||
Release : 97
|
||||
URL : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2018w40.0-140000p.tar.gz
|
||||
Source0 : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2018w40.0-140000p.tar.gz
|
||||
Version : 2018w41.1.140000p
|
||||
Release : 98
|
||||
URL : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2018w41.1-140000p.tar.gz
|
||||
Source0 : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2018w41.1-140000p.tar.gz
|
||||
Summary : No detailed summary available
|
||||
Group : Development/Tools
|
||||
License : BSD-3-Clause CC-BY-4.0 ISC
|
||||
|
@ -90,18 +90,18 @@ license components for the acrn-hypervisor package.
|
|||
|
||||
|
||||
%prep
|
||||
%setup -q -n acrn-hypervisor-acrn-2018w40.0-140000p
|
||||
%setup -q -n acrn-hypervisor-acrn-2018w41.1-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=1538299576
|
||||
export SOURCE_DATE_EPOCH=1539008719
|
||||
make %{?_smp_mflags} all sbl-hypervisor BUILD_VERSION=”%{version}_%{release}” BUILD_TAG=”%{version}”
|
||||
|
||||
%install
|
||||
export SOURCE_DATE_EPOCH=1538299576
|
||||
export SOURCE_DATE_EPOCH=1539008719
|
||||
rm -rf %{buildroot}
|
||||
mkdir -p %{buildroot}/usr/share/doc/acrn-hypervisor
|
||||
cp LICENSE %{buildroot}/usr/share/doc/acrn-hypervisor/LICENSE
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = acrn-hypervisor
|
||||
url = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2018w40.0-140000p.tar.gz
|
||||
url = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2018w41.1-140000p.tar.gz
|
||||
archives =
|
||||
giturl = https://github.com/projectacrn/acrn-hypervisor.git
|
||||
|
||||
|
|
Loading…
Reference in New Issue