2017-04-05 11:32:45 +00:00
|
|
|
This asset is the necessary includes and libs to compile/link the gpu code
|
2017-04-12 14:50:18 +00:00
|
|
|
for ARM Chromebooks with gpu supports EGL and GLES.
|
2017-04-05 11:32:45 +00:00
|
|
|
|
2017-04-12 14:50:18 +00:00
|
|
|
Zip up the /usr/lib folder on any Arm Chromebook (e.g. Asus C100p). Extract it somewhere
|
2017-04-05 11:32:45 +00:00
|
|
|
on the dev machine and use that folder as the input to create_and_upload:
|
|
|
|
|
2017-04-12 14:50:18 +00:00
|
|
|
./infra/bots/assets/chromebook_arm_gles/create_and_upload.py --lib_path [dir]
|
2017-04-05 11:32:45 +00:00
|
|
|
|
|
|
|
This script installs the following GL packages and then bundles them with the
|
|
|
|
unzipped libs:
|
|
|
|
|
|
|
|
libgles2-mesa-dev libegl1-mesa-dev
|
|
|
|
|