diff options
author | Ross Burton <ross.burton@intel.com> | 2019-06-12 21:35:36 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-06-14 22:48:22 +0100 |
commit | b87f4d28f925891b2e9473cfac0d0885748f7f4f (patch) | |
tree | 460f06aef7ef4473fdceebdfe6fd53f933be4889 /meta/conf/distro/include | |
parent | 8a8ae3759d4b2d3ff6c059df289d43e5f46d460f (diff) | |
download | poky-b87f4d28f925891b2e9473cfac0d0885748f7f4f.tar.gz |
efibootmgr: add
This was in meta-oe but EFI is sufficiently widespread now that we need it in
core.
The recipe is based on the one in meta-oe but with several updates.
(From OE-Core rev: 275e5e7ecf4f79b7892ae35a47902188d9905bd0)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/distro/include')
-rw-r--r-- | meta/conf/distro/include/maintainers.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf/distro/include/maintainers.inc index b3646d2b4a..38fc711f5c 100644 --- a/meta/conf/distro/include/maintainers.inc +++ b/meta/conf/distro/include/maintainers.inc | |||
@@ -163,6 +163,7 @@ RECIPE_MAINTAINER_pn-dwarfsrcfiles = "Alexander Kanavin <alex.kanavin@gmail.com> | |||
163 | RECIPE_MAINTAINER_pn-e2fsprogs = "Robert Yang <liezhi.yang@windriver.com>" | 163 | RECIPE_MAINTAINER_pn-e2fsprogs = "Robert Yang <liezhi.yang@windriver.com>" |
164 | RECIPE_MAINTAINER_pn-ed = "Alexander Kanavin <alex.kanavin@gmail.com>" | 164 | RECIPE_MAINTAINER_pn-ed = "Alexander Kanavin <alex.kanavin@gmail.com>" |
165 | RECIPE_MAINTAINER_pn-efivar = "Ross Burton <ross.burton@intel.com>" | 165 | RECIPE_MAINTAINER_pn-efivar = "Ross Burton <ross.burton@intel.com>" |
166 | RECIPE_MAINTAINER_pn-efibootmgr = "Ross Burton <ross.burton@intel.com>" | ||
166 | RECIPE_MAINTAINER_pn-eglinfo-fb = "Alexander Kanavin <alex.kanavin@gmail.com>" | 167 | RECIPE_MAINTAINER_pn-eglinfo-fb = "Alexander Kanavin <alex.kanavin@gmail.com>" |
167 | RECIPE_MAINTAINER_pn-eglinfo-x11 = "Alexander Kanavin <alex.kanavin@gmail.com>" | 168 | RECIPE_MAINTAINER_pn-eglinfo-x11 = "Alexander Kanavin <alex.kanavin@gmail.com>" |
168 | RECIPE_MAINTAINER_pn-eglinfo-wayland = "Alexander Kanavin <alex.kanavin@gmail.com>" | 169 | RECIPE_MAINTAINER_pn-eglinfo-wayland = "Alexander Kanavin <alex.kanavin@gmail.com>" |