From 2a810ffdd8b57ca0f5eac73ecf5a46a1d809b05e Mon Sep 17 00:00:00 2001 From: Miguel Bernal Marin Date: Wed, 13 Jun 2018 12:00:56 -0500 Subject: [PATCH] acrn hotfix --- ...ols-fix-typo-at-acrn-manager-install.patch | 28 +++++++++++++++++++ Makefile | 2 +- series | 4 +-- 3 files changed, 30 insertions(+), 4 deletions(-) create mode 100644 0002-Makefile-tools-fix-typo-at-acrn-manager-install.patch diff --git a/0002-Makefile-tools-fix-typo-at-acrn-manager-install.patch b/0002-Makefile-tools-fix-typo-at-acrn-manager-install.patch new file mode 100644 index 0000000..bb9558b --- /dev/null +++ b/0002-Makefile-tools-fix-typo-at-acrn-manager-install.patch @@ -0,0 +1,28 @@ +From 0bdbdd0be5a3e5ac0d76f2a87fe051b530927288 Mon Sep 17 00:00:00 2001 +From: Miguel Bernal Marin +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 +--- + 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 + diff --git a/Makefile b/Makefile index dbc0e6e..9346df6 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ 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 = include ../common/Makefile.common diff --git a/series b/series index 7307299..f1cda9b 100644 --- a/series +++ b/series @@ -1,3 +1 @@ -0001-acrn-bridge-fix-install-target.patch -0002-acrn-bridge-Do-not-overwrite-system-files.patch -0003-acrn-bridge-improve-systemd-network-units.patch +0002-Makefile-tools-fix-typo-at-acrn-manager-install.patch