Clone this repo:
  1. 4550102 Revert "build_kernel_image: Use syslog format for serial consoles" by Jae Hoon Kim · 7 days ago main
  2. b867e09 build_kernel_image: Use syslog format for serial consoles by Sergey Senozhatsky · 9 days ago
  3. 7b25645 common.sh: set -E flag in switch_to_strict_mode by Yu-Che Cheng · 4 weeks ago firmware-ec-R138-16295.2.B release-R138-16295.B stabilize-starline-16294.B
  4. 5e8c334 remote_access.sh: Increase connection timeout in _check_if_rebooted by Yu-Che Cheng · 8 weeks ago firmware-ec-R137-16267.2.B release-R137-16267.B stabilize-starline-16261.2.B stabilize-starline-16261.4.B stabilize-starline-16261.5.B stabilize-starline-16261.7.B stabilize-starline-16261.9.B stabilize-starline-16261.B
  5. 67faa02 common.sh: drop unused load_environment_whitelist by Mike Frysinger · 3 months ago firmware-ec-R136-16238.2.B release-R136-16238.B stabilize-16238.47.B stabilize-starline-16232.2.B stabilize-starline-16232.5.B stabilize-starline-16232.B stabilize-starline-16234.2.B stabilize-starline-16234.B stabilize-starline-16245.B stabilize-starline-16246.B

src/scripts directory

This repository contains build tools and scripts written in shell (e.g., Bash). Historically, much of our build process was written in shell in this directory, however, we're currently in the process of migrating many scripts to Python in Chromite.

In general, we're not currently accepting new scripts in this directory.

If you want to host a script for yourself/local team, feel free to use the src/platform/dev/contrib/ directory instead.