Makefile:add targz-pkg entry in Makefile

User could use make targz-pkg command to generate tar package in
build directory,which could help user simplify the process
of installing acrn hypervisor in target board. user need to copy the
tarball package to target board,and extract it to "/" directory.

Tracked-On: #6355
Signed-off-by: liu hang1 <hang1.liu@intel.com>
Reviewed-by: VanCutsem, Geoffroy <geoffroy.vancutsem@intel.com>
Acked-by: Wang, Yu1 <yu1.wang@intel.com>
This commit is contained in:
liu hang1
2021-08-05 00:45:09 +08:00
committed by wenlingz
parent 578c18b962
commit d07bd78b13
3 changed files with 11 additions and 5 deletions

View File

@@ -2,9 +2,6 @@
# acrn-hypervisor/hypervisor/Makefile
#
include ../VERSION
FULL_VERSION=$(MAJOR_VERSION).$(MINOR_VERSION)$(EXTRA_VERSION)
API_MAJOR_VERSION=1
API_MINOR_VERSION=0