diff options
author | Denys Dmytriyenko <denys@konsulko.com> | 2022-02-22 23:56:16 +0000 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2022-02-23 08:21:21 -0600 |
commit | 9549245076d46fc080c4d274df046114e4767a1f (patch) | |
tree | d91a7dc88397f4226c65a2fc274e9ce63cb1cb0e | |
parent | 7938c6b4b82d985005051b41ee2dbbbb013dba45 (diff) | |
download | meta-ti-9549245076d46fc080c4d274df046114e4767a1f.tar.gz |
meta-ti: add README for meta-ti-extras and update maintainer
Add README for the newly added meta-ti-extras layer and update the maintainer.
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Reviewed-by: Praneeth Bajjuri <praneeth@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r-- | meta-ti-bsp/README | 2 | ||||
-rw-r--r-- | meta-ti-extras/README | 31 |
2 files changed, 32 insertions, 1 deletions
diff --git a/meta-ti-bsp/README b/meta-ti-bsp/README index d832609a..c5780531 100644 --- a/meta-ti-bsp/README +++ b/meta-ti-bsp/README | |||
@@ -29,5 +29,5 @@ Please note - meta-ti mailing list requires subscription for posting: | |||
29 | https://lists.yoctoproject.org/g/meta-ti | 29 | https://lists.yoctoproject.org/g/meta-ti |
30 | 30 | ||
31 | Maintainers: | 31 | Maintainers: |
32 | Praneeth Bajjuri <praneeth@ti.com> | 32 | Ryan Eatmon <reatmon@ti.com> |
33 | Denys Dmytriyenko <denys@konsulko.com> | 33 | Denys Dmytriyenko <denys@konsulko.com> |
diff --git a/meta-ti-extras/README b/meta-ti-extras/README new file mode 100644 index 00000000..1b38921a --- /dev/null +++ b/meta-ti-extras/README | |||
@@ -0,0 +1,31 @@ | |||
1 | OpenEmbedded/Yocto layer that extends and supplements Texas Instruments BSP layer. | ||
2 | |||
3 | It is hosted on http://git.yoctoproject.org/cgit/cgit.cgi/meta-ti/ with the | ||
4 | source repository at git://git.yoctoproject.org/meta-ti | ||
5 | |||
6 | |||
7 | This layer depends on: | ||
8 | |||
9 | URI: git://git.openembedded.org/openembedded-core | ||
10 | layers: meta | ||
11 | branch: master | ||
12 | |||
13 | URI: git://git.yoctoproject.org/meta-arm | ||
14 | layers: meta-arm | ||
15 | branch: master | ||
16 | |||
17 | URI: git://git.yoctoproject.org/meta-ti | ||
18 | branch: master | ||
19 | revision: HEAD | ||
20 | layers: meta-ti-bsp | ||
21 | |||
22 | |||
23 | Send pull requests, patches, comments or questions to: | ||
24 | meta-ti@lists.yoctoproject.org | ||
25 | |||
26 | Please note - meta-ti mailing list requires subscription for posting: | ||
27 | https://lists.yoctoproject.org/g/meta-ti | ||
28 | |||
29 | Maintainers: | ||
30 | Ryan Eatmon <reatmon@ti.com> | ||
31 | Denys Dmytriyenko <denys@konsulko.com> | ||