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>
1 file changed
tree: 15f2f546e008ec57e2af009503734ebb5bfa211b
  1. ap/
  2. cros_firmware/
  3. repositories/
  4. default.xml
  5. DIR_METADATA
  6. fwsdk_smoke_test.py
  7. OWNERS
  8. PRESUBMIT.cfg
  9. README.md
README.md

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.

Getting Started

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

Formatting files

All files should be formatted using cros format. Pre-upload checks should validate you did this.

Submitting changes

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.