From 68fb1680a3770099a3b73670d9faa36d100adcea Mon Sep 17 00:00:00 2001 From: Andrei Gherzan <andrei.gherzan@huawei.com> Date: Tue, 2 Mar 2021 12:07:39 +0000 Subject: [PATCH] README: Convert to markdown Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com> --- README | 48 ------------------------------------------------ README.md | 38 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+), 48 deletions(-) delete mode 100644 README create mode 100644 README.md diff --git a/README b/README deleted file mode 100644 index 37e0737..0000000 --- a/README +++ /dev/null @@ -1,48 +0,0 @@ -meta-python-dunfellplus -================================ - -Introduction -------------------------- - -This layer is intended to be an extension to the meta-python dunfell branch. -This is because dunfell is an LTS version and more projects, with various -python modules requirements will levitate more on this version. This layer will -provide additional modules, additional versions or various other functionality -backported from meta-python master. - -The aim of this is to minimise duplication on python recipes backporting on -other layers. For example, meta-homeassistant. - -Dependencies -------------------------- - -The meta-python-dunfellplus layer depends on: - - URI: git://git.openembedded.org/openembedded-core - layers: meta - branch: dunfell - revision: HEAD - - URI: git://git.openembedded.org/meta-openembedded - layers: meta-oe - branch: dunfell - revision: HEAD - - URI: git://git.openembedded.org/meta-openembedded - layers: meta-python - branch: dunfell - revision: HEAD - -Please follow the recommended setup procedures of your OE distribution. - -Contributing -------------------------- - -Contributions to this layer are to be handled as merge requests in the Gitlab -instance where the layer is hosted: -https://git.ostc-eu.org/OSTC/OHOS/meta-python-dunfellplus. - -Maintenance -------------------------- - -Maintainers: Andrei Gherzan <andrei.gherzan@huawei.com> diff --git a/README.md b/README.md new file mode 100644 index 0000000..61fa108 --- /dev/null +++ b/README.md @@ -0,0 +1,38 @@ +# meta-python-dunfellplus + +## Introduction + +This layer is intended to be an extension to the meta-python dunfell branch. This is because dunfell is an LTS version and more projects, with various python modules requirements will levitate more on this version. This layer will provide additional modules, additional versions or various other functionality backported from meta-python master. + +The aim of this is to minimise duplication on python recipes backporting on other layers. For example, meta-homeassistant. + +## Dependencies + +The meta-python-dunfellplus layer depends on: + +* URI: git://git.openembedded.org/openembedded-core + * layers: meta + * branch: dunfell + * revision: HEAD +* URI: git://git.openembedded.org/meta-openembedded + * layers: meta-oe + * branch: dunfell + * revision: HEAD +* URI: git://git.openembedded.org/meta-openembedded + * layers: meta-python + * branch: dunfell + * revision: HEAD + +Please follow the recommended setup procedures of your OE distribution. + +## Contributing + +Contributions to this layer are to be handled as merge requests in the Gitlab instance where the layer is hosted: https://git.ostc-eu.org/OSTC/OHOS/meta-python-dunfellplus. + +## Maintenance + +Maintainers: Andrei Gherzan <andrei.gherzan@huawei.com> + +## License + +See the `LICENSES` subdirectory. -- GitLab