Maintainers and Developers can release new PBRP versions for Official Stable and Beta Releases. Please follow the conventions for the device tree.
Device maintainerships are managed through vendor_utils/pb_devices.json. You need to give Pull Request to the same repository with the changes/additions for device.
Here is the format for devices in pb_devices.json :
{
"vendor": {
"codename": {
"name": "Full Device Name",
"maintainer": "Full Maintainer Name"
}
}
}NOTE: The
vendorandcodenameare case sensitive and should EXACTLY match thevendorandcodenameas in the repository name and makefiles.
Build and Release is managed through Circle CI, please refer to Building Instructions for it.