acrn-hypervisor: Autospec creation for update from version 2019w32.2.140000p to version 2019w33.3.140000p
David B. Kinder (1): doc: incorporate new scenario-based hardware doc Deb Taylor (1): Formatting for new Hardware Support page Junming Liu (1): dm:gvt:keep LaaG aperture size consistent with the host Lei Lu (1): doc: update Using SBL on UP2 Board Li, Fei1 (4): hv: vpci: add emulated PCI device configure for SOS hv: vpci: add each vdev_ops for each emulated PCI device hv: vpci: split vPCI device from SOS for post-launched VM hv: vpci: remove pBDF configure for emulated device Mingqiang Chi (1): hv:fix need to make twice in hypervisor folder Shiqing Gao (2): doc: add limitation for UEFI services hv: move vmx_rdmsr_pat/vmx_wrmsr_pat from vmcs.c to vmsr.c Tianhua Sun (1): hv: fix failed to build release version build with Kconfig setting Tonny Tzeng (1): make: white-list SBL firmware boards Yifan Luo (2): dm: virtio-i2c: fix native_adapter memory leak HV: shell: fix temp_str out of bounds buffer access lirui34 (1): doc: hybrid mode scenario introduction yunzha4x (3): doc:update Getting started guide for Intel NUC software setup doc: update Getting started guide for Intel NUC software setup doc: update Getting started guide for Intel NUC software setup
This commit is contained in:
parent
7e58f969f8
commit
c73ead2145
|
@ -10,6 +10,9 @@ build.log.round*
|
||||||
*.tgz
|
*.tgz
|
||||||
!*.tar.*.*
|
!*.tar.*.*
|
||||||
*.zip
|
*.zip
|
||||||
|
*.jar
|
||||||
|
*.pom
|
||||||
|
*.xml
|
||||||
commitmsg
|
commitmsg
|
||||||
results/
|
results/
|
||||||
rpms/
|
rpms/
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -1,5 +1,5 @@
|
||||||
PKG_NAME := acrn-hypervisor
|
PKG_NAME := acrn-hypervisor
|
||||||
URL = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w32.2-140000p.tar.gz
|
URL = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w33.3-140000p.tar.gz
|
||||||
ARCHIVES =
|
ARCHIVES =
|
||||||
|
|
||||||
include ../common/Makefile.common
|
include ../common/Makefile.common
|
||||||
|
|
|
@ -4,10 +4,10 @@
|
||||||
#
|
#
|
||||||
%define keepstatic 1
|
%define keepstatic 1
|
||||||
Name : acrn-hypervisor
|
Name : acrn-hypervisor
|
||||||
Version : 2019w32.2.140000p
|
Version : 2019w33.3.140000p
|
||||||
Release : 226
|
Release : 227
|
||||||
URL : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w32.2-140000p.tar.gz
|
URL : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w33.3-140000p.tar.gz
|
||||||
Source0 : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w32.2-140000p.tar.gz
|
Source0 : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w33.3-140000p.tar.gz
|
||||||
Summary : No detailed summary available
|
Summary : No detailed summary available
|
||||||
Group : Development/Tools
|
Group : Development/Tools
|
||||||
License : BSD-3-Clause CC-BY-4.0 ISC
|
License : BSD-3-Clause CC-BY-4.0 ISC
|
||||||
|
@ -134,14 +134,14 @@ staticdev components for the acrn-hypervisor package.
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n acrn-hypervisor-acrn-2019w32.2-140000p
|
%setup -q -n acrn-hypervisor-acrn-2019w33.3-140000p
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export http_proxy=http://127.0.0.1:9/
|
export http_proxy=http://127.0.0.1:9/
|
||||||
export https_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 no_proxy=localhost,127.0.0.1,0.0.0.0
|
||||||
export LANG=C.UTF-8
|
export LANG=C.UTF-8
|
||||||
export SOURCE_DATE_EPOCH=1565316224
|
export SOURCE_DATE_EPOCH=1565883518
|
||||||
export GCC_IGNORE_WERROR=1
|
export GCC_IGNORE_WERROR=1
|
||||||
export CFLAGS="$CFLAGS -fno-lto "
|
export CFLAGS="$CFLAGS -fno-lto "
|
||||||
export FCFLAGS="$CFLAGS -fno-lto "
|
export FCFLAGS="$CFLAGS -fno-lto "
|
||||||
|
@ -151,12 +151,13 @@ make %{?_smp_mflags} all sbl-hypervisor BUILD_VERSION=”%{version}_%{release}
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
export SOURCE_DATE_EPOCH=1565316224
|
export SOURCE_DATE_EPOCH=1565883518
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
mkdir -p %{buildroot}/usr/share/package-licenses/acrn-hypervisor
|
mkdir -p %{buildroot}/usr/share/package-licenses/acrn-hypervisor
|
||||||
cp LICENSE %{buildroot}/usr/share/package-licenses/acrn-hypervisor/LICENSE
|
cp LICENSE %{buildroot}/usr/share/package-licenses/acrn-hypervisor/LICENSE
|
||||||
cp doc/LICENSE %{buildroot}/usr/share/package-licenses/acrn-hypervisor/doc_LICENSE
|
cp doc/LICENSE %{buildroot}/usr/share/package-licenses/acrn-hypervisor/doc_LICENSE
|
||||||
cp misc/acrn-config/kconfig/LICENSE.kconfiglib %{buildroot}/usr/share/package-licenses/acrn-hypervisor/misc_acrn-config_kconfig_LICENSE.kconfiglib
|
cp misc/acrn-config/kconfig/LICENSE.kconfiglib %{buildroot}/usr/share/package-licenses/acrn-hypervisor/misc_acrn-config_kconfig_LICENSE.kconfiglib
|
||||||
|
cp misc/acrn-config/library/hypervisor_license %{buildroot}/usr/share/package-licenses/acrn-hypervisor/misc_acrn-config_library_hypervisor_license
|
||||||
cp misc/tools/acrn-crashlog/license_header %{buildroot}/usr/share/package-licenses/acrn-hypervisor/misc_tools_acrn-crashlog_license_header
|
cp misc/tools/acrn-crashlog/license_header %{buildroot}/usr/share/package-licenses/acrn-hypervisor/misc_tools_acrn-crashlog_license_header
|
||||||
%make_install sbl-hypervisor-install hypervisor-install-debug sbl-hypervisor-install-debug
|
%make_install sbl-hypervisor-install hypervisor-install-debug sbl-hypervisor-install-debug
|
||||||
## install_append content
|
## install_append content
|
||||||
|
@ -258,6 +259,7 @@ ln -s ../../samples/apl-mrb/launch_uos.sh %{buildroot}/usr/share/acrn/conf/add/v
|
||||||
/usr/share/package-licenses/acrn-hypervisor/LICENSE
|
/usr/share/package-licenses/acrn-hypervisor/LICENSE
|
||||||
/usr/share/package-licenses/acrn-hypervisor/doc_LICENSE
|
/usr/share/package-licenses/acrn-hypervisor/doc_LICENSE
|
||||||
/usr/share/package-licenses/acrn-hypervisor/misc_acrn-config_kconfig_LICENSE.kconfiglib
|
/usr/share/package-licenses/acrn-hypervisor/misc_acrn-config_kconfig_LICENSE.kconfiglib
|
||||||
|
/usr/share/package-licenses/acrn-hypervisor/misc_acrn-config_library_hypervisor_license
|
||||||
/usr/share/package-licenses/acrn-hypervisor/misc_tools_acrn-crashlog_license_header
|
/usr/share/package-licenses/acrn-hypervisor/misc_tools_acrn-crashlog_license_header
|
||||||
|
|
||||||
%files services
|
%files services
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = acrn-hypervisor
|
name = acrn-hypervisor
|
||||||
url = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w32.2-140000p.tar.gz
|
url = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w33.3-140000p.tar.gz
|
||||||
archives =
|
archives =
|
||||||
giturl = https://github.com/projectacrn/acrn-hypervisor.git
|
giturl = https://github.com/projectacrn/acrn-hypervisor.git
|
||||||
|
|
||||||
|
|
2
upstream
2
upstream
|
@ -1 +1 @@
|
||||||
c89b737fe5804cb81dc21e20880d1b92b457aeee/acrn-2019w32.2-140000p.tar.gz
|
ffd70b34e23b1fddd516d10f2b94824fe89ec3c5/acrn-2019w33.3-140000p.tar.gz
|
||||||
|
|
Loading…
Reference in New Issue