• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

README.mdD23-Nov-2023509 148

VERSIOND23-Nov-20231

common.pyD23-Nov-2023589 2711

create.pyD23-Nov-20231.6 KiB6644

create_and_upload.pyD23-Nov-20231.2 KiB4931

download.pyD23-Nov-2023278 174

upload.pyD23-Nov-2023268 174

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