Amit Pundir | 3a8ef9f | 2022-11-26 12:10:34 +0530 | [diff] [blame] | 1 | These instructions will help you prepare linaro vendor-package for AOSP: |
| 2 | ------------------------------------------------------------------------ |
| 3 | * Download the sources: |
Amit Pundir | 5b3d408 | 2024-08-17 14:07:06 +0530 | [diff] [blame^] | 4 | $ git clone https://source.devboardsforandroid.linaro.org/linaro-vendor-package |
Amit Pundir | 3a8ef9f | 2022-11-26 12:10:34 +0530 | [diff] [blame] | 5 | |
| 6 | * Do the desired changes with detailed commit messages and send the patches |
| 7 | to device/linaro/dragonboard project maintainers. |
| 8 | |
| 9 | * Prepare a new vendor-package: |
| 10 | $ cd linaro-vendor-package |
| 11 | $ ./generate_vendor_package.sh # This script will prepare a new vendor-package at |
| 12 | at out/extract-linaro_devices-$YYYYMMDD.tgz |
| 13 | |
| 14 | New vendor package extract-linaro_devices-$YYYYMMDD.tgz is now ready. |
| 15 | |
| 16 | * Raise a ticket with STG to upload the new package at |
Amit Pundir | 5b3d408 | 2024-08-17 14:07:06 +0530 | [diff] [blame^] | 17 | https://releases.devboardsforandroid.linaro.org/vendor-packages/$YYYYMMDD/extract-linaro_devices-$YYYYMMDD.tgz |
Amit Pundir | 3a8ef9f | 2022-11-26 12:10:34 +0530 | [diff] [blame] | 18 | For example: |
| 19 | https://linaro.atlassian.net/browse/STG-3726 |
| 20 | |
Amit Pundir | 3a8ef9f | 2022-11-26 12:10:34 +0530 | [diff] [blame] | 21 | * Submit AOSP gerrit changes for Dragonboards and Hikey to use the new package. |
| 22 | For example: |
| 23 | https://android-review.googlesource.com/c/device/linaro/dragonboard/+/2252435 |
| 24 | https://android-review.googlesource.com/c/device/linaro/hikey/+/2260262 |