From 07058ee852a58c1b64cfb6a3814e98fd5ee9440f Mon Sep 17 00:00:00 2001 From: Andrei Gherzan <andrei.gherzan@huawei.com> Date: Fri, 5 Feb 2021 14:15:30 +0000 Subject: [PATCH] README: Populate initial readme text Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com> --- README | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/README b/README index e69de29..37e0737 100644 --- a/README +++ b/README @@ -0,0 +1,48 @@ +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> -- GitLab