diff options
| author | Kang Kai <kai.kang@windriver.com> | 2015-07-23 16:00:53 +0800 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-07-30 21:07:36 +0200 |
| commit | 35ae01ce6c126140439f271ee944efe69a184132 (patch) | |
| tree | abc2005b80a935b1966f13339677ee9c95645012 /meta-oe/recipes-extended/efibootmgr/files/docbook-fixes.patch | |
| parent | 6f91b61c0755c954d7bdce680f1c9926238c1c66 (diff) | |
| download | meta-openembedded-35ae01ce6c126140439f271ee944efe69a184132.tar.gz | |
efibootmgr: add recipe
Add efibootmgr recipe from layer meta-linaro and upgrade from 0.5.4 to
0.6.0. efibootmgr is a linux user-space application to modify the EFI Boot
Manager which is useful for us to manage boot on EFI boards.
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/efibootmgr/files/docbook-fixes.patch')
| -rw-r--r-- | meta-oe/recipes-extended/efibootmgr/files/docbook-fixes.patch | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/efibootmgr/files/docbook-fixes.patch b/meta-oe/recipes-extended/efibootmgr/files/docbook-fixes.patch new file mode 100644 index 0000000000..f2dc83bbe1 --- /dev/null +++ b/meta-oe/recipes-extended/efibootmgr/files/docbook-fixes.patch | |||
| @@ -0,0 +1,28 @@ | |||
| 1 | Upstream-Status: Pending | ||
| 2 | |||
| 3 | Import this patch from meta-linaro. | ||
| 4 | |||
| 5 | Signed-off-by: Kai Kang <kai.kang@windriver.com> | ||
| 6 | |||
| 7 | diff --git a/src/man/man8/efibootmgr.8.docbook b/src/man/man8/efibootmgr.8.docbook | ||
| 8 | index aef4444..eb8f266 100644 | ||
| 9 | --- a/src/man/man8/efibootmgr.8.docbook | ||
| 10 | +++ b/src/man/man8/efibootmgr.8.docbook | ||
| 11 | @@ -302,7 +302,7 @@ | ||
| 12 | <title>Displaying the current settings (must be root).</title> | ||
| 13 | |||
| 14 | <para> | ||
| 15 | - <computeroutput> | ||
| 16 | + <programlisting> | ||
| 17 | [root@localhost ~]# efibootmgr | ||
| 18 | BootCurrent: 0004 | ||
| 19 | BootNext: 0003 | ||
| 20 | @@ -313,7 +313,7 @@ | ||
| 21 | Boot0002* Hard Drive(Device:80)/HD(Part1,Sig00112233) | ||
| 22 | Boot0003* PXE Boot: MAC(00D0B7C15D91) | ||
| 23 | Boot0004* Linux | ||
| 24 | - </computeroutput> | ||
| 25 | + </programlisting> | ||
| 26 | </para> | ||
| 27 | <para>This shows:</para> | ||
| 28 | <itemizedlist> | ||
