commit | 88670d211e0c17b868238adf6ff2099d8e37f8e2 | [log] [tgz] |
---|---|---|
author | Jett Rink <jettrink@google.com> | Mon Apr 21 22:05:35 2025 |
committer | Chromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Apr 21 22:56:13 2025 |
tree | 15f2f546e008ec57e2af009503734ebb5bfa211b | |
parent | d1e65b3a0c90480eebdfaaae05399377fea680f5 [diff] |
ti50sdk: Update tag since github changed it Let's see if this fixes the ti50 CQ BUG=b:412331738 TEST=none Change-Id: I02637d07b2cca50669186858b66df1b33c57b3a4 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/rules_cros_firmware/+/6477304 Tested-by: Jett Rink <jettrink@google.com> Reviewed-by: Raul Rangel <rrangel@chromium.org> Commit-Queue: Raul Rangel <rrangel@chromium.org> Auto-Submit: Jett Rink <jettrink@google.com> Commit-Queue: Jett Rink <jettrink@google.com>
rules_cros_firmware
This repository contains Bazel rules for building AP and EC firmware. It's the core build logic for the Firmware SDK project.
At the moment, we have a separate repo manifest in this repository (see default.xml
). This will change in the future, and is only for early experimentation.
To setup the checkout:
$ mkdir ~/fwsdk $ cd ~/fwsdk $ repo init -u https://chromium.googlesource.com/chromiumos/platform/rules_cros_firmware $ repo sync
All files should be formatted using cros format
. Pre-upload checks should validate you did this.
At the moment, we do not have CI setup in this repository, and it's not part of the main ChromeOS build, so changes should be chumped.
At a later point we'll have some CI going.