From 2cc7ef19b6b913a9ee836e19fc5df9d2da8ff6a4 Mon Sep 17 00:00:00 2001 From: Miguel Bernal Marin Date: Fri, 8 Jun 2018 10:41:03 -0500 Subject: [PATCH] drop upstream patch --- 0001-cbc_attach-fix-systemd-service.patch | 29 ----------------------- series | 1 - 2 files changed, 30 deletions(-) delete mode 100644 0001-cbc_attach-fix-systemd-service.patch diff --git a/0001-cbc_attach-fix-systemd-service.patch b/0001-cbc_attach-fix-systemd-service.patch deleted file mode 100644 index 18980fb..0000000 --- a/0001-cbc_attach-fix-systemd-service.patch +++ /dev/null @@ -1,29 +0,0 @@ -From 1f26a4589363ce3b07f9bcb3d92609df9400c213 Mon Sep 17 00:00:00 2001 -From: Miguel Bernal Marin -Date: Thu, 7 Jun 2018 13:32:32 -0500 -Subject: [PATCH] cbc_attach: fix systemd service - -The service should be launched as: cbc_attach /dev/ttyS2 - -Suggested-by: Yao, Michael -Signed-off-by: Miguel Bernal Marin ---- - misc/cbc_attach/cbc_attach.service | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/misc/cbc_attach/cbc_attach.service b/misc/cbc_attach/cbc_attach.service -index 946ddd1..5fb126e 100644 ---- a/misc/cbc_attach/cbc_attach.service -+++ b/misc/cbc_attach/cbc_attach.service -@@ -5,7 +5,7 @@ After=sysinit.target local.target - Before=basic.target - - [Service] --ExecStart=/usr/bin/cbc_attach -f /dev/ttyS2 -+ExecStart=/usr/bin/cbc_attach /dev/ttyS2 - Restart=always - Type=notify - --- -2.17.1 - diff --git a/series b/series index f1e6d63..f1cda9b 100644 --- a/series +++ b/series @@ -1,2 +1 @@ -0001-cbc_attach-fix-systemd-service.patch 0002-Makefile-tools-fix-typo-at-acrn-manager-install.patch