Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
README.md | D | 23-Nov-2023 | 509 | 14 | 8 | |
VERSION | D | 23-Nov-2023 | 1 | |||
common.py | D | 23-Nov-2023 | 589 | 27 | 11 | |
create.py | D | 23-Nov-2023 | 1.6 KiB | 65 | 43 | |
create_and_upload.py | D | 23-Nov-2023 | 1.2 KiB | 49 | 31 | |
download.py | D | 23-Nov-2023 | 278 | 17 | 4 | |
upload.py | D | 23-Nov-2023 | 268 | 17 | 4 |
README.md
1This asset is the necessary includes and libs to compile/link the gpu code 2for ARM Chromebooks with gpu supports EGL and GLES. 3 4Zip up the /usr/lib folder on any Arm Chromebook (e.g. Asus C100p). Extract it somewhere 5on the dev machine and use that folder as the input to create_and_upload: 6 7 ./infra/bots/assets/chromebook_arm_gles/create_and_upload.py --lib_path [dir] 8 9This script installs the following GL packages and then bundles them with the 10unzipped libs: 11 12 libgles2-mesa-dev libegl1-mesa-dev 13 14