diff options
author | Armin Kuster <akuster808@gmail.com> | 2019-03-23 08:17:13 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2019-03-23 09:50:08 -0700 |
commit | 2e654a1013c98139f10de7b7ade8c542d3ca1dc9 (patch) | |
tree | 3d450af00b0a486d6a8b9731dd3f649a2e93691f | |
parent | 29e847feb3f2d72e718c03cc020b52907e90d31a (diff) | |
download | meta-security-2e654a1013c98139f10de7b7ade8c542d3ca1dc9.tar.gz |
meta-tpm: add maintainers file
This simples checking package updates
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-tpm/conf/distro/include/maintainers.inc | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/meta-tpm/conf/distro/include/maintainers.inc b/meta-tpm/conf/distro/include/maintainers.inc new file mode 100644 index 0000000..74c1a18 --- /dev/null +++ b/meta-tpm/conf/distro/include/maintainers.inc | |||
@@ -0,0 +1,39 @@ | |||
1 | # meta-tpm Maintainers File | ||
2 | # | ||
3 | # This file contains a list of recipe maintainers. | ||
4 | # | ||
5 | # Please submit any patches against recipes in meta to the | ||
6 | # Yocto mail list (yocto@yoctoproject.org) | ||
7 | # | ||
8 | # If you have problems with or questions about a particular recipe, feel | ||
9 | # free to contact the maintainer directly (cc:ing the appropriate mailing list | ||
10 | # puts it in the archive and helps other people who might have the same | ||
11 | # questions in the future), but please try to do the following first: | ||
12 | # | ||
13 | # - look in the Yocto Project Bugzilla | ||
14 | # (http://bugzilla.yoctoproject.org/) to see if a problem has | ||
15 | # already been reported | ||
16 | # | ||
17 | # The format is as a bitbake variable override for each recipe | ||
18 | # | ||
19 | # RECIPE_MAINTAINER_pn-<recipe name> = "Full Name <address@domain>" | ||
20 | # | ||
21 | # Please keep this list in alphabetical order. | ||
22 | RECIPE_MAINTAINER_pn-aircrack-ng = "Armin Kuster <akuster808@gmail.com>" | ||
23 | RECIPE_MAINTAINER_pn-pcr-extend = "Armin Kuster <akuster808@gmail.com>" | ||
24 | RECIPE_MAINTAINER_pn-tpm-quote-tools = "Armin Kuster <akuster808@gmail.com>" | ||
25 | RECIPE_MAINTAINER_pn-libtpm = "Armin Kuster <akuster808@gmail.com>" | ||
26 | RECIPE_MAINTAINER_pn-trousers = "Armin Kuster <akuster808@gmail.com>" | ||
27 | RECIPE_MAINTAINER_pn-swtpm = "Armin Kuster <akuster808@gmail.com>" | ||
28 | RECIPE_MAINTAINER_pn-openssl-tpm-engine = "Armin Kuster <akuster808@gmail.com>" | ||
29 | RECIPE_MAINTAINER_pn-tpm-tools = "Armin Kuster <akuster808@gmail.com>" | ||
30 | RECIPE_MAINTAINER_pn-tpm2-abrmd = "Armin Kuster <akuster808@gmail.com>" | ||
31 | RECIPE_MAINTAINER_pn-tpm2-totp = "Armin Kuster <akuster808@gmail.com>" | ||
32 | RECIPE_MAINTAINER_pn-tpm2-tcti-uefi = "Armin Kuster <akuster808@gmail.com>" | ||
33 | RECIPE_MAINTAINER_pn-tpm2-tss-engine = "Armin Kuster <akuster808@gmail.com>" | ||
34 | RECIPE_MAINTAINER_pn-tpm2-pkcs11 = "Armin Kuster <akuster808@gmail.com>" | ||
35 | RECIPE_MAINTAINER_pn-tpm2-tss = "Armin Kuster <akuster808@gmail.com>" | ||
36 | RECIPE_MAINTAINER_pn-cryptsetup-tpm-incubator = "Armin Kuster <akuster808@gmail.com>" | ||
37 | RECIPE_MAINTAINER_pn-tpm2-tools = "Armin Kuster <akuster808@gmail.com>" | ||
38 | RECIPE_MAINTAINER_pn-ibmswtpm2 = "Armin Kuster <akuster808@gmail.com>" | ||
39 | |||