summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/efibootmgr/files/w-keep-existing-mbr-signature.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-extended/efibootmgr/files/w-keep-existing-mbr-signature.patch')
-rw-r--r--meta-oe/recipes-extended/efibootmgr/files/w-keep-existing-mbr-signature.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/meta-oe/recipes-extended/efibootmgr/files/w-keep-existing-mbr-signature.patch b/meta-oe/recipes-extended/efibootmgr/files/w-keep-existing-mbr-signature.patch
deleted file mode 100644
index 58bd135564..0000000000
--- a/meta-oe/recipes-extended/efibootmgr/files/w-keep-existing-mbr-signature.patch
+++ /dev/null
@@ -1,26 +0,0 @@
1Upstream-Status: Pending
2
3Import this patch from meta-linaro.
4
5Signed-off-by: Kai Kang <kai.kang@windriver.com>
6---
7Description: Fix -w option to leave an existing unique MBR signature intact
8 This makes the implementation match the documentation.
9Author: Colin Watson <cjwatson@ubuntu.com>
10Bug-Ubuntu: https://bugs.launchpad.net/bugs/1065261
11Forwarded: no
12Last-Update: 2013-02-01
13
14Index: b/src/lib/disk.c
15===================================================================
16--- a/src/lib/disk.c
17+++ b/src/lib/disk.c
18@@ -352,7 +352,7 @@
19 printf("******************************************************\n\n");
20
21 }
22- else if (opts.write_signature) {
23+ else if (!mbr->unique_mbr_signature && opts.write_signature) {
24
25 /* MBR Signatures must be unique for the
26 EFI Boot Manager