blob: d1b17f8cbe30c89537b93b5d39adcb40df953775 [file] [log] [blame]
Amit Pundir3a8ef9f2022-11-26 12:10:34 +05301These instructions will help you prepare linaro vendor-package for AOSP:
2------------------------------------------------------------------------
3* Download the sources:
Amit Pundir5b3d4082024-08-17 14:07:06 +05304 $ git clone https://source.devboardsforandroid.linaro.org/linaro-vendor-package
Amit Pundir3a8ef9f2022-11-26 12:10:34 +05305
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 Pundir5b3d4082024-08-17 14:07:06 +053017 https://releases.devboardsforandroid.linaro.org/vendor-packages/$YYYYMMDD/extract-linaro_devices-$YYYYMMDD.tgz
Amit Pundir3a8ef9f2022-11-26 12:10:34 +053018 For example:
19 https://linaro.atlassian.net/browse/STG-3726
20
Amit Pundir3a8ef9f2022-11-26 12:10:34 +053021* 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