acrn-hypervisor: update to acrn-2018w44.3-140000p
Junjie Mao (6): kconfig: add more help messages to config symbols kconfig: a faster way to check the availability of python3 package kconfig: enforce remaking config.mk after oldconfig changes .config kconfig: support board-specific defconfig kconfig: use defconfig instead of default values in silentoldconfig kconfig: optionally check if the ACPI info header is validated Ming Liu (3): gitignore: drop some useless entries devicemodel: Makefile: clean up/refactor some code devicemodel:nuc:launch_uos.sh: drop a useless clear parameter David B. Kinder (2): doc: fix misspellings in hld docs doc: update rest of hypervisor HLD sections Chang Rebecca Swee Fun (1): sos_bootargs_release.txt: enable guc firmware loading Minggui Cao (1): DM: correct memory allocation size for UOS Rebecca Chang Swee Fun (1): sos_bootargs_debug.txt: enable guc firmware loading Sainath Grandhi (1): hv: switch vLAPIC mode vlapic_reset Xiaoguang Wu (1): DM USB: xHCI: fix process logic of TRB which has zero data length Yonghua Huang (1): hv: remove deprecated hypercalls
This commit is contained in:
parent
1069a2c841
commit
07d96e73c5
2
Makefile
2
Makefile
|
@ -1,5 +1,5 @@
|
|||
PKG_NAME := acrn-hypervisor
|
||||
URL = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2018w44.2-140000p.tar.gz
|
||||
URL = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2018w44.3-140000p.tar.gz
|
||||
ARCHIVES =
|
||||
|
||||
include ../common/Makefile.common
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
#
|
||||
%define keepstatic 1
|
||||
Name : acrn-hypervisor
|
||||
Version : 2018w44.2.140000p
|
||||
Release : 109
|
||||
URL : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2018w44.2-140000p.tar.gz
|
||||
Source0 : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2018w44.2-140000p.tar.gz
|
||||
Version : 2018w44.3.140000p
|
||||
Release : 110
|
||||
URL : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2018w44.3-140000p.tar.gz
|
||||
Source0 : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2018w44.3-140000p.tar.gz
|
||||
Summary : No detailed summary available
|
||||
Group : Development/Tools
|
||||
License : BSD-3-Clause CC-BY-4.0 ISC
|
||||
|
@ -101,7 +101,7 @@ services components for the acrn-hypervisor package.
|
|||
|
||||
|
||||
%prep
|
||||
%setup -q -n acrn-hypervisor-acrn-2018w44.2-140000p
|
||||
%setup -q -n acrn-hypervisor-acrn-2018w44.3-140000p
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%patch3 -p1
|
||||
|
@ -111,11 +111,11 @@ 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=1540927828
|
||||
export SOURCE_DATE_EPOCH=1541013730
|
||||
make %{?_smp_mflags} all sbl-hypervisor BUILD_VERSION=”%{version}_%{release}” BUILD_TAG=”%{version}” RELEASE=1
|
||||
|
||||
%install
|
||||
export SOURCE_DATE_EPOCH=1540927828
|
||||
export SOURCE_DATE_EPOCH=1541013730
|
||||
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-2018w44.2-140000p.tar.gz
|
||||
url = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2018w44.3-140000p.tar.gz
|
||||
archives =
|
||||
giturl = https://github.com/projectacrn/acrn-hypervisor.git
|
||||
|
||||
|
|
Loading…
Reference in New Issue