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

David B. Kinder (11):
      doc: add google analytics tag
      doc: remove "Glossary" icon box on home page
      doc: organize security advisory doc
      doc: some additional google analytics code
      doc: add a custom 404 page
      doc: fix 404 processing
      doc: fix image size on 404 page
      doc: update custom CSS with additional styles
      doc: fix 404 display on mobile devices
      doc: tweak 404 page for phone display
      doc: update robots.txt exclusion list

Li Fei1 (4):
      hv: vm: refine the devices unregistration sequence of vm shutdown
      hv: vpci: refine comment for pci_vdev_update_vbar_base
      hv: virq: refine pending event inject sequence
      hv: vmcs: remove vmcs field check for a vcpu

Wei Liu (4):
      acrn-config: expends parameters and functions to common lib
      acrn-config: remove the same parameters and functions from board_cfg_lib
      acrn-config: remove the same parameters and functions from scenario_cfg_lib
      acrn-config: remove the same parameters and functions from launch_cfg_lib

Sainath Grandhi (1):
      acrn-config: Fixes for BAR remapping logic

Tw (1):
      sample: add sample script for launching xenomai RTVM

lirui34 (1):
      doc: gsg quick setup script issue fix.
This commit is contained in:
Miguel Bernal Marin 2020-04-09 02:26:32 -05:00
parent d312d62d1d
commit f1409f8179
7 changed files with 20 additions and 19 deletions

View File

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

View File

@ -4,10 +4,10 @@
#
%define keepstatic 1
Name : acrn-hypervisor
Version : 2020w15.2.140000p
Release : 276
URL : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2020w15.2-140000p.tar.gz
Source0 : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2020w15.2-140000p.tar.gz
Version : 2020w15.4.140000p
Release : 277
URL : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2020w15.4-140000p.tar.gz
Source0 : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2020w15.4-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-2020w15.2-140000p
cd %{_builddir}/acrn-hypervisor-acrn-2020w15.2-140000p
%setup -q -n acrn-hypervisor-acrn-2020w15.4-140000p
cd %{_builddir}/acrn-hypervisor-acrn-2020w15.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.UTF-8
export SOURCE_DATE_EPOCH=1586251551
export SOURCE_DATE_EPOCH=1586417173
export GCC_IGNORE_WERROR=1
export CFLAGS="$CFLAGS -fno-lto "
export FCFLAGS="$FFLAGS -fno-lto "
@ -146,14 +146,14 @@ make %{?_smp_mflags} RELEASE=0 all sbl-hypervisor BUILD_VERSION=%{version}_%{r
%install
export SOURCE_DATE_EPOCH=1586251551
export SOURCE_DATE_EPOCH=1586417173
rm -rf %{buildroot}
mkdir -p %{buildroot}/usr/share/package-licenses/acrn-hypervisor
cp %{_builddir}/acrn-hypervisor-acrn-2020w15.2-140000p/LICENSE %{buildroot}/usr/share/package-licenses/acrn-hypervisor/3cc9b5c24d3ab78578359aa1b98166ee5cf6df9b
cp %{_builddir}/acrn-hypervisor-acrn-2020w15.2-140000p/doc/LICENSE %{buildroot}/usr/share/package-licenses/acrn-hypervisor/50862f16be94cd4a0162ee82eb55697c5b54c70e
cp %{_builddir}/acrn-hypervisor-acrn-2020w15.2-140000p/misc/acrn-config/kconfig/LICENSE.kconfiglib %{buildroot}/usr/share/package-licenses/acrn-hypervisor/0256be14ad1f607cb4bd89d716442115dab0294c
cp %{_builddir}/acrn-hypervisor-acrn-2020w15.2-140000p/misc/acrn-config/library/hypervisor_license %{buildroot}/usr/share/package-licenses/acrn-hypervisor/e769dc34d30330fcb407f27559c817e502fdfb13
cp %{_builddir}/acrn-hypervisor-acrn-2020w15.2-140000p/misc/tools/acrn-crashlog/license_header %{buildroot}/usr/share/package-licenses/acrn-hypervisor/b63d865a65562d341e07541b47e5b542a3e2ca67
cp %{_builddir}/acrn-hypervisor-acrn-2020w15.4-140000p/LICENSE %{buildroot}/usr/share/package-licenses/acrn-hypervisor/3cc9b5c24d3ab78578359aa1b98166ee5cf6df9b
cp %{_builddir}/acrn-hypervisor-acrn-2020w15.4-140000p/doc/LICENSE %{buildroot}/usr/share/package-licenses/acrn-hypervisor/50862f16be94cd4a0162ee82eb55697c5b54c70e
cp %{_builddir}/acrn-hypervisor-acrn-2020w15.4-140000p/misc/acrn-config/kconfig/LICENSE.kconfiglib %{buildroot}/usr/share/package-licenses/acrn-hypervisor/0256be14ad1f607cb4bd89d716442115dab0294c
cp %{_builddir}/acrn-hypervisor-acrn-2020w15.4-140000p/misc/acrn-config/library/hypervisor_license %{buildroot}/usr/share/package-licenses/acrn-hypervisor/e769dc34d30330fcb407f27559c817e502fdfb13
cp %{_builddir}/acrn-hypervisor-acrn-2020w15.4-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
@ -244,6 +244,7 @@ ln -s ../../samples/apl-mrb/launch_uos.sh %{buildroot}/usr/share/acrn/conf/add/v
/usr/share/acrn/samples/nuc/launch_uos.sh
/usr/share/acrn/samples/nuc/launch_vxworks.sh
/usr/share/acrn/samples/nuc/launch_win.sh
/usr/share/acrn/samples/nuc/launch_xenomai.sh
/usr/share/acrn/samples/nuc/launch_zephyr.sh
/usr/share/acrn/samples/nuc/runC.json
/usr/share/clr-service-restart/acrnd.service

View File

@ -1,2 +1,2 @@
2020w15.2.140000p
2020w15.4.140000p
numactl-dev

View File

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

View File

@ -1 +1 @@
276
277

View File

@ -1 +1 @@
10cf2ad81545dfecb1a5118109915bc9f63a7c53/acrn-2020w15.2-140000p.tar.gz
53d2cc87810c7ac56e53c28d4bb07f1ea7d94465/acrn-2020w15.4-140000p.tar.gz

View File

@ -1 +1 @@
2020w15.2.140000p
2020w15.4.140000p