acrn-hypervisor: update to acrn-2018w38.4-140000p
Binbin Wu (1): dm: passthru: enable NHLT table for audio passthru CHEN Gang (1): tools: acrn-crashlog: exclude crashlog tool for release version Sainath Grandhi (1): hv: init_iommu rework to enable IOMMU for partition mode ACRN
This commit is contained in:
parent
d5fa84ac15
commit
2f5324f59f
2
Makefile
2
Makefile
|
@ -1,5 +1,5 @@
|
|||
PKG_NAME := acrn-hypervisor
|
||||
URL = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2018w38.3-140000p.tar.gz
|
||||
URL = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2018w38.4-140000p.tar.gz
|
||||
ARCHIVES =
|
||||
|
||||
include ../common/Makefile.common
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
#
|
||||
%define keepstatic 1
|
||||
Name : acrn-hypervisor
|
||||
Version : 2018w38.3.140000p
|
||||
Release : 90
|
||||
URL : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2018w38.3-140000p.tar.gz
|
||||
Source0 : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2018w38.3-140000p.tar.gz
|
||||
Version : 2018w38.4.140000p
|
||||
Release : 91
|
||||
URL : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2018w38.4-140000p.tar.gz
|
||||
Source0 : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2018w38.4-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-2018w38.3-140000p
|
||||
%setup -q -n acrn-hypervisor-acrn-2018w38.4-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=1537356354
|
||||
export SOURCE_DATE_EPOCH=1537435440
|
||||
make %{?_smp_mflags} all sbl-hypervisor BUILD_VERSION=”%{version}_%{release}” BUILD_TAG=”%{version}”
|
||||
|
||||
%install
|
||||
export SOURCE_DATE_EPOCH=1537356354
|
||||
export SOURCE_DATE_EPOCH=1537435440
|
||||
rm -rf %{buildroot}
|
||||
mkdir -p %{buildroot}/usr/share/doc/acrn-hypervisor
|
||||
cp LICENSE %{buildroot}/usr/share/doc/acrn-hypervisor/LICENSE
|
||||
|
@ -121,28 +121,18 @@ mkdir -p %{buildroot}/usr/share/clr-service-restart
|
|||
|
||||
%files bin
|
||||
%defattr(-,root,root,-)
|
||||
%exclude /usr/bin/acrnprobe_prepare.sh
|
||||
%exclude /usr/bin/usercrash_c
|
||||
/usr/bin/acrn-dm
|
||||
/usr/bin/acrnctl
|
||||
/usr/bin/acrnd
|
||||
/usr/bin/acrnlog
|
||||
/usr/bin/acrnprobe
|
||||
/usr/bin/acrntrace
|
||||
/usr/bin/debugger
|
||||
/usr/bin/usercrash-wrapper
|
||||
/usr/bin/usercrash_s
|
||||
|
||||
%files config
|
||||
%defattr(-,root,root,-)
|
||||
%exclude /usr/lib/systemd/system/acrnprobe.service
|
||||
%exclude /usr/lib/systemd/system/prepare.service
|
||||
%exclude /usr/lib/systemd/system/usercrash.service
|
||||
/usr/lib/systemd/network/50-acrn.netdev
|
||||
/usr/lib/systemd/network/50-acrn.network
|
||||
/usr/lib/systemd/network/50-acrn_tap0.netdev
|
||||
/usr/lib/systemd/network/50-eth.network
|
||||
/usr/lib/systemd/system.conf.d/40-watchdog.conf
|
||||
/usr/lib/systemd/system/acrn_guest.service
|
||||
/usr/lib/systemd/system/acrnd.service
|
||||
/usr/lib/systemd/system/acrnlog.service
|
||||
|
@ -160,7 +150,6 @@ mkdir -p %{buildroot}/usr/share/clr-service-restart
|
|||
/usr/share/acrn/samples/apl-mrb/sos_bootargs_release.txt
|
||||
/usr/share/acrn/samples/nuc/acrn.conf
|
||||
/usr/share/acrn/samples/nuc/launch_uos.sh
|
||||
/usr/share/defaults/telemetrics/acrnprobe.xml
|
||||
|
||||
%files dev
|
||||
%defattr(-,root,root,-)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = acrn-hypervisor
|
||||
url = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2018w38.3-140000p.tar.gz
|
||||
url = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2018w38.4-140000p.tar.gz
|
||||
archives =
|
||||
giturl = https://github.com/projectacrn/acrn-hypervisor.git
|
||||
|
||||
|
|
2
upstream
2
upstream
|
@ -1 +1 @@
|
|||
a97f11ac73a014f752bf157a429385dd7be20454/acrn-2018w38.3-140000p.tar.gz
|
||||
2cdc83b67b87c442404c112e2dacc60d90540aa4/acrn-2018w38.4-140000p.tar.gz
|
||||
|
|
Loading…
Reference in New Issue