Skip to content

Commit 9a3d05c

Browse files
Add README.md
Based on the README.md file from meta-qcom. Signed-off-by: Ricardo Salveti <[email protected]>
1 parent 4a6ae10 commit 9a3d05c

File tree

1 file changed

+60
-0
lines changed

1 file changed

+60
-0
lines changed

README.md

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
# meta-qcom-3rdparty
2+
3+
## Introduction
4+
5+
OpenEmbedded/Yocto Project BSP layer for Third-Party Maintained Qualcomm based
6+
platforms.
7+
8+
This layers provides additional recipes and machine configuration files for
9+
Third-Party Maintained Qualcomm platforms. Reference boards that are officially
10+
supported by Qualcomm are available via ``meta-qcom`` instead.
11+
12+
This layer depends on:
13+
14+
```
15+
URI: https://github.com/openembedded/openembedded-core.git
16+
layers: meta
17+
branch: master
18+
revision: HEAD
19+
20+
URI: https://github.com/qualcomm-linux/meta-qcom.git
21+
branch: master
22+
revision: HEAD
23+
24+
```
25+
26+
## Branches
27+
28+
- **main:** Primary development branch, with focus on upstream support and
29+
compatibility with the most recent Yocto Project release.
30+
- **scarthgap:** Qualcomm Linux >= 1.4, aligned with Yocto Project 5.0 (LTS).
31+
32+
## Machine Support
33+
34+
See `conf/machine` for the complete list of supported devices.
35+
36+
## Contributing
37+
38+
Please submit any patches against the `meta-qcom-3rdparty` layer by using
39+
the GitHub pull-request feature. Fork the repo, create a branch,
40+
do the work, rebase from upstream, and create the pull request.
41+
42+
For some useful guidelines when submitting patches, please refer to:
43+
[Preparing Changes for Submission](https://docs.yoctoproject.org/dev/contributor-guide/submit-changes.html#preparing-changes-for-submission)
44+
45+
Pull requests will be discussed within the GitHub pull-request infrastructure.
46+
47+
## Communication
48+
49+
- **GitHub Issues:** [meta-qcom-3rdparty issues](https://github.com/qualcomm-linux/meta-qcom-3rdparty/issues)
50+
- **Pull Requests:** [meta-qcom-3rdparty pull requests](https://github.com/qualcomm-linux/meta-qcom-3rdparty/pulls)
51+
52+
## Maintainer(s)
53+
54+
* Ricardo Salveti <[email protected]>
55+
* Nicolas Dechesne <[email protected]>
56+
57+
## License
58+
59+
This layer is licensed under the MIT license. Check out [COPYING.MIT](COPYING.MIT)
60+
for more detais.

0 commit comments

Comments
 (0)