acrn-hypervisor: update to acrn-2019w15.4-140000p

David B. Kinder (3):
      doc: add the ACRN debug tutorial document
      doc: add 0.8 version to master branch
      doc: tweak home page redirect to latest

Geoffroy Van Cutsem (2):
      doc: update the "ACRN Debugging Tools" tutorial
      doc: update documentation to the latest TAP name (no acrn_ prefix)

Shiqing Gao (2):
      doc: update rules category in coding guidelines
      doc: add rules in coding guidelines

Victor Sun (2):
      HV: use separated vm_config.c for each scenario
      HV: move CONFIG_MAX_VM_NUM to vm configurations

Xiaoguang Wu (2):
      DM USB: xHCI: WA for an isochronous crash issue
      DM USB: xHCI: fix an issue during BULK transfer

Yuan Liu (2):
      dm: passthru: support SD hotplug
      Domain id and name added to launch_uos.sh

Jack Ren (1):
      version: 1.0-unstable

Jie Deng (1):
      dm: remove "acrn_" prefix from tap name

Sainath Grandhi (1):
      hv: Remove CONFIG_PARTITION_MODE used to compile out irq enable/disable

wenlingz (1):
      doc: add v0.8 release note
This commit is contained in:
Miguel Bernal Marin 2019-04-11 13:09:07 +00:00
parent 0341f7fccd
commit 662f5b50df
5 changed files with 12 additions and 12 deletions

View File

@ -1,5 +1,5 @@
PKG_NAME := acrn-hypervisor
URL = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w15.1-140000p.tar.gz
URL = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w15.4-140000p.tar.gz
ARCHIVES =
include ../common/Makefile.common

View File

@ -4,10 +4,10 @@
#
%define keepstatic 1
Name : acrn-hypervisor
Version : 2019w15.1.140000p
Release : 182
URL : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w15.1-140000p.tar.gz
Source0 : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w15.1-140000p.tar.gz
Version : 2019w15.4.140000p
Release : 183
URL : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w15.4-140000p.tar.gz
Source0 : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w15.4-140000p.tar.gz
Summary : No detailed summary available
Group : Development/Tools
License : BSD-3-Clause CC-BY-4.0 ISC
@ -117,20 +117,20 @@ services components for the acrn-hypervisor package.
%prep
%setup -q -n acrn-hypervisor-acrn-2019w15.1-140000p
%setup -q -n acrn-hypervisor-acrn-2019w15.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=1554726736
export SOURCE_DATE_EPOCH=1554988132
export LDFLAGS="${LDFLAGS} -fno-lto"
make %{?_smp_mflags} all sbl-hypervisor BUILD_VERSION=”%{version}_%{release}” BUILD_TAG=”%{version}”
%install
export SOURCE_DATE_EPOCH=1554726736
export SOURCE_DATE_EPOCH=1554988132
rm -rf %{buildroot}
mkdir -p %{buildroot}/usr/share/package-licenses/acrn-hypervisor
cp LICENSE %{buildroot}/usr/share/package-licenses/acrn-hypervisor/LICENSE
@ -161,8 +161,8 @@ ln -s ../../samples/apl-mrb/launch_uos.sh %{buildroot}/usr/share/acrn/conf/add/v
/usr/lib/acrn/acrn.sbl
/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/network/50-tap0.netdev
%files autostart
%defattr(-,root,root,-)

View File

@ -1,6 +1,6 @@
[package]
name = acrn-hypervisor
url = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w15.1-140000p.tar.gz
url = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w15.4-140000p.tar.gz
archives =
giturl = https://github.com/projectacrn/acrn-hypervisor.git

View File

@ -1 +1 @@
182
183

View File

@ -1 +1 @@
8e467ee14354babe815cdb2fd1d76ed8f84b4091/acrn-2019w15.1-140000p.tar.gz
5fca5447f71ee459c6c23da4da8129ba59b4b980/acrn-2019w15.4-140000p.tar.gz