aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md32
1 files changed, 15 insertions, 17 deletions
diff --git a/README.md b/README.md
index 5702186..56d7f0b 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,8 @@
# meta-qcom
+![latest build](https://github.com/linaro/meta-qcom/actions/workflows/push.yml/badge.svg)
+![daily builds](https://github.com/linaro/meta-qcom/actions/workflows/daily.yml/badge.svg)
+
## Introduction
OpenEmbedded/Yocto Project layer for Qualcomm based platforms.
@@ -7,7 +10,7 @@ OpenEmbedded/Yocto Project layer for Qualcomm based platforms.
This layer depends on:
```
-URI: git://github.com/openembedded/oe-core.git
+URI: https://github.com/openembedded/openembedded-core.git
layers: meta
branch: master
revision: HEAD
@@ -16,7 +19,7 @@ revision: HEAD
This layers has an optional dependency on meta-oe layer:
```
-URI: git://github.com/openembedded/meta-openembedded.git
+URI: https://github.com/openembedded/meta-openembedded.git
layers: meta-oe
branch: master
revision: HEAD
@@ -27,28 +30,23 @@ in the build (e.g. it is used in BBLAYERS) then additional recipes from
meta-qcom are added to the metadata. You can refer to meta-qcom/conf/layer.conf
for the implementation details.
-## Contributing
-
-If you want to contribute changes, you can send Github pull requests at
-https://github.com/ndechesne/meta-qcom/pulls.
-
-Alternatively you can send patches to openembedded@lists.linaro.org, in which
-case, please:
-
-* When creating patches, please use something like:
+## Device support
-`git format-patch -s --subject-prefix='meta-qcom][PATCH' origin`
+All contemporary boards are supported by a single qcom-armv8a machine. Please
+use it instead of using the per-board configuration file. In order to enable
+support for the particular device extend the qcom-armv8a.conf file .
-* When sending patches, please use something like:
+## Contributing
-`git send-email --to openembedded@lists.linaro.org <generated patch>`
+If you want to contribute changes, you can send Github pull requests at
+https://github.com/Linaro/meta-qcom/pulls.
-You can discuss about this layer, on `#linaro` on FreeNode IRC network.
+You can discuss about this layer, on `#linaro` on Libera Chat IRC network.
## Reporting issues
-Please report any issue on https://github.com/ndechesne/meta-qcom/issues
+Please report any issue on https://github.com/Linaro/meta-qcom/issues
## Maintainer(s)
-Nicolas Dechesne <nicolas.dechesne@linaro.org>
+Dmitry Baryshkov <dmitry.baryshkov@linaro.org>