acrn-hypervisor: Autospec creation for update from version 2019w38.5.140000p to version 2019w39.1.140000p
This commit is contained in:
parent
095a584bde
commit
2c9524e82e
2
Makefile
2
Makefile
|
@ -1,5 +1,5 @@
|
|||
PKG_NAME := acrn-hypervisor
|
||||
URL = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w38.5-140000p.tar.gz
|
||||
URL = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w39.1-140000p.tar.gz
|
||||
ARCHIVES =
|
||||
|
||||
include ../common/Makefile.common
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
#
|
||||
%define keepstatic 1
|
||||
Name : acrn-hypervisor
|
||||
Version : 2019w38.5.140000p
|
||||
Release : 237
|
||||
URL : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w38.5-140000p.tar.gz
|
||||
Source0 : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w38.5-140000p.tar.gz
|
||||
Version : 2019w39.1.140000p
|
||||
Release : 238
|
||||
URL : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w39.1-140000p.tar.gz
|
||||
Source0 : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w39.1-140000p.tar.gz
|
||||
Summary : No detailed summary available
|
||||
Group : Development/Tools
|
||||
License : BSD-3-Clause CC-BY-4.0 ISC
|
||||
|
@ -48,9 +48,9 @@ BuildRequires : telemetrics-client-dev
|
|||
folder structure
|
||||
Kconfig : Select working scenario and target board, configure ACRN hypervisor capabilities and features.
|
||||
target : Get target board information under native Linux environment and generate board_info XML.
|
||||
board_config : Parse board_info XML and scenario XML to generate board related configuration files under hypervisor/arch/x86/configs/$(BOARD)/ folder.
|
||||
scenario_config : Parse board_info XML and scenario XML to generate scenario based VM configuration files under hypervisor/scenarios/$(SCENARIO)/ folder.
|
||||
launch_config : Parse board_info XML, scenario XML and devicemodel param XML to generate launch script for post-launched vm under devicesmodel/samples/$(BOARD)/ folder.
|
||||
board_config : Parse board_info XML and scenario XML to generate board related configuration files under misc/acrn-config/xmls/board-xmls/ folder.
|
||||
scenario_config : Parse board_info XML and scenario XML to generate scenario based VM configuration files under misc/acrn-config/xmls/config-xmls/$(BOARD)/ folder.
|
||||
launch_config : Parse board_info XML, scenario XML and devicemodel param XML to generate launch script for post-launched vm under misc/acrn-config/xmls/config-xmls/$(BOARD)/ folder.
|
||||
library : The folder stores shared software modules or libs for acrn-config offline tool.
|
||||
|
||||
%package autostart
|
||||
|
@ -127,14 +127,14 @@ staticdev components for the acrn-hypervisor package.
|
|||
|
||||
|
||||
%prep
|
||||
%setup -q -n acrn-hypervisor-acrn-2019w38.5-140000p
|
||||
%setup -q -n acrn-hypervisor-acrn-2019w39.1-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=1569170229
|
||||
export SOURCE_DATE_EPOCH=1569244576
|
||||
export GCC_IGNORE_WERROR=1
|
||||
export CFLAGS="$CFLAGS -fno-lto "
|
||||
export FCFLAGS="$CFLAGS -fno-lto "
|
||||
|
@ -144,7 +144,7 @@ make %{?_smp_mflags} all sbl-hypervisor BUILD_VERSION=”%{version}_%{release}
|
|||
|
||||
|
||||
%install
|
||||
export SOURCE_DATE_EPOCH=1569170229
|
||||
export SOURCE_DATE_EPOCH=1569244576
|
||||
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-2019w38.5-140000p.tar.gz
|
||||
url = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w39.1-140000p.tar.gz
|
||||
archives =
|
||||
giturl = https://github.com/projectacrn/acrn-hypervisor.git
|
||||
|
||||
|
|
2
upstream
2
upstream
|
@ -1 +1 @@
|
|||
41ea775dd1cad15f61196b994f4f20b59cb17919/acrn-2019w38.5-140000p.tar.gz
|
||||
f56c63eeccb3fa5ac0942785e2ead162a5785278/acrn-2019w39.1-140000p.tar.gz
|
||||
|
|
Loading…
Reference in New Issue