-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
README: revamp readme to reflect main and the development process #15
Conversation
Update README.md to reflect the new development process for the main branch (with a note about kirkstone), with additional information about the new contribution guidelines. Removed meta-qcom-distro related information as it is out of scope of this repository (BSP only). Signed-off-by: Ricardo Salveti <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Can we also add a section at the very bottom for the License? I also noticed there is no LICENSE file (that could be added as a separate PR). E.g. https://github.com/quic/aimet?tab=readme-ov-file#license
## Introduction | ||
OpenEmbedded/Yocto Project layer for Qualcomm based platforms. | ||
|
||
OpenEmbedded/Yocto Project hardware enablement layer for Qualcomm based platforms. | ||
|
||
This layers provides aditional recipes and machine configuration files for Qualcomm platform. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This layers provides aditional recipes and machine configuration files for Qualcomm platform. | |
This layers provides additional recipes and machine configuration files for Qualcomm platforms. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I know this was not added or changed in this PR but I just noticed it.
@@ -1,68 +1,54 @@ | |||
# meta-qcom-hwe | |||
|
|||
![merge main](https://github.com/quic-yocto/meta-qcom-hwe/actions/workflows/merge-main.yml/badge.svg?branch=main) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍🏼
Update README.md to reflect the new development process for the main branch (with a note about kirkstone), with additional information about the new contribution guidelines.
Removed meta-qcom-distro related information as it is out of scope of this repository (BSP only).