├── README └── README.md /README: -------------------------------------------------------------------------------- 1 | README.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # meta-qcom-hwe 2 | 3 | The development branch of meta-qcom-hwe has been merged with the 4 | original meta-qcom BSP layer. As a consequence, this branch is no 5 | longer open for development and all development is now moved to 6 | [meta-qcom](https://github.com/qualcomm-linux/meta-qcom). 7 | 8 | Here is a summary of the supported branches for meta-qcom-hwe and 9 | meta-qcom. 10 | 11 | 1. `meta-qcom-hwe` is the primary Open Embedded BSP layer, developed 12 | and maintained by Qualcomm Innovation Center, Inc. for Qualcomm Linux 13 | releases 14 | 1. all branches in `meta-qcom-hwe` (`kirkstone`, `scarthgap`) 15 | are used in QLI 1.x releases 16 | 1. `meta-qcom/master`: primary 17 | development branch, with focus on upstream support and compatibility 18 | with the most recent Yocto Project release. 19 | 1. `meta-qcom` all stable 20 | branch up until `styhead` (included): legacy branches maintained by 21 | Linaro, prior to the migration to Qualcomm-linux. 22 | 23 | For additional details about the transition/merge of meta-qcom-hwe and 24 | meta-qcom, please see 25 | [this issue](https://github.com/qualcomm-linux/meta-qcom/issues/680). 26 | --------------------------------------------------------------------------------