skia2/infra/bots/recipe_modules
Kevin Lubick 261ea19c4d Add recipe to build for Asus Flip Chromebook
This build includes the GPU-specific code (EGL, GLES)

The armhf_sysroot should be generic enough to support
other ARM targets, like the Raspberry Pi.

I split out the EGL dependencies into their own CIPD package
(chromebook_c100p_lib) to facilitate the modularity of the approach.

When we add another ARM chromebook, maybe one that has different libraries,
we should be able to re-use armhf_sysroot and then a newly created CIPD asset for
that specific GPU (if needed).

Maybe this also can be used to build for the chromecasts (thus the TODO)

Bug: skia:
NOTRY=true

Change-Id: Icc131025932dc8d41da5be39f3c5cad0aa95d848
Reviewed-on: https://skia-review.googlesource.com/11064
Commit-Queue: Kevin Lubick <kjlubick@google.com>
Reviewed-by: Eric Boren <borenet@google.com>
2017-04-05 11:39:04 +00:00
..
builder_name_schema Roll recipe DEPS again 2017-02-21 15:23:11 +00:00
compile Add recipe to build for Asus Flip Chromebook 2017-04-05 11:39:04 +00:00
core Followup fixes for recipe roll 2017-03-21 12:51:40 +00:00
ct Roll Recipe DEPS 2017-02-27 14:32:26 +00:00
flavor Add recipe to build for Asus Flip Chromebook 2017-04-05 11:39:04 +00:00
infra Followup fixes for recipe roll 2017-03-21 12:51:40 +00:00
perf [cleanup] rename var in perf script to match sktest script 2017-04-03 19:35:42 +00:00
run Followup fixes for recipe roll 2017-03-21 12:51:40 +00:00
skpbench Followup fixes for recipe roll 2017-03-21 12:51:40 +00:00
sktest Remove blacklist of Vulkan GPUMemoryTest 2017-03-29 18:29:22 +00:00
swarming Manually roll recipes 2017-03-27 13:48:19 +00:00
upload_dm_results Roll Recipe DEPS 2017-03-20 17:36:33 +00:00
upload_nano_results Roll Recipe DEPS 2017-03-20 17:36:33 +00:00
vars Bundle recipes for use on RPi 2017-04-04 16:01:47 +00:00
README.md Copy modules back in from skia-recipes repo 2017-02-02 14:31:45 +00:00

Skia Recipe Modules

This directory contains recipe modules designed to be used by recipes. They are all Skia-specific and some are interrelated:

  • vars - Common variables used by Skia recipes.
  • run - Utilities for running commands. Depends on vars.
  • flavor - Run meta-commands for various platforms. Depends on vars and run.
  • skia - Main module for Skia recipes. Depends on vars, run, and flavor.
  • swarming - Utilities for running Swarming tasks.