| These instructions will help you prepare linaro vendor-package for AOSP: |
| ------------------------------------------------------------------------ |
| * Download the sources: |
| $ git clone https://source.devboardsforandroid.linaro.org/linaro-vendor-package |
| |
| * Do the desired changes with detailed commit messages and send the patches |
| to device/linaro/dragonboard project maintainers. |
| |
| * Prepare a new vendor-package: |
| $ cd linaro-vendor-package |
| $ ./generate_vendor_package.sh # This script will prepare a new vendor-package at |
| at out/extract-linaro_devices-$YYYYMMDD.tgz |
| |
| New vendor package extract-linaro_devices-$YYYYMMDD.tgz is now ready. |
| |
| * Raise a ticket with STG to upload the new package at |
| https://releases.devboardsforandroid.linaro.org/vendor-packages/$YYYYMMDD/extract-linaro_devices-$YYYYMMDD.tgz |
| For example: |
| https://linaro.atlassian.net/browse/STG-3726 |
| |
| * Submit AOSP gerrit changes for Dragonboards and Hikey to use the new package. |
| For example: |
| https://android-review.googlesource.com/c/device/linaro/dragonboard/+/2252435 |
| https://android-review.googlesource.com/c/device/linaro/hikey/+/2260262 |