acrn hotfix

This commit is contained in:
Miguel Bernal Marin 2018-06-13 12:00:56 -05:00
parent d4b8930275
commit 2a810ffdd8
3 changed files with 30 additions and 4 deletions

View File

@ -0,0 +1,28 @@
From 0bdbdd0be5a3e5ac0d76f2a87fe051b530927288 Mon Sep 17 00:00:00 2001
From: Miguel Bernal Marin <miguel.bernal.marin@linux.intel.com>
Date: Thu, 7 Jun 2018 13:49:04 -0500
Subject: [PATCH] Makefile: tools: fix typo at acrn-manager-install
Fix typo at the acrn-manager-install target.
Signed-off-by: Miguel Bernal Marin <miguel.bernal.marin@linux.intel.com>
---
tools/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/Makefile b/tools/Makefile
index 348a4b5..1c8d286 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -33,7 +33,7 @@ acrn-crashlog-install:
acrnlog-install:
make -C $(T)/acrnlog OUT_DIR=$(OUT_DIR) install
-arcn-manager-install:
+acrn-manager-install:
make -C $(T)/acrn-manager OUT_DIR=$(OUT_DIR) install
acrntrace-install:
--
2.17.1

View File

@ -1,5 +1,5 @@
PKG_NAME := acrn-hypervisor PKG_NAME := acrn-hypervisor
URL = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2018w24.3-170000p.tar.gz URL = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2018w24.3-202400p.tar.gz
ARCHIVES = ARCHIVES =
include ../common/Makefile.common include ../common/Makefile.common

4
series
View File

@ -1,3 +1 @@
0001-acrn-bridge-fix-install-target.patch 0002-Makefile-tools-fix-typo-at-acrn-manager-install.patch
0002-acrn-bridge-Do-not-overwrite-system-files.patch
0003-acrn-bridge-improve-systemd-network-units.patch