Cast 1.56.4 Release

Bug: 258284776
Bug: 259450377

Change-Id: Ic3f652f8fc8358f37a4059c91b1524099b6db2f4
9 files changed
tree: 121628c08b85d2a58988522ac14f826f7c1cdb64
  1. google_home/
  2. google_nest_hub_7_2nd_gen/
  3. google_nest_mini/
  4. google_nest_mini_v2/
  5. nest_audio/
  6. nest_wifi_pro/
  7. README.md
README.md

Instructions to access the open source code used in Google Nest products

Open source code for various Google Nest Wifis, Nest spreakers and displays versions after released after Oct, 2022 can be found below. For previous versions please refer to the Google Support page.

Nest Wifi products

Nest Wifi Pro

The open source manifests for Nest Wifi Pro releases can be found under nest_wifi_pro folder. For example, to download the code specified in 308974.xml, please run the following commands.

$ repo init -u https://nest-open-source.googlesource.com/manifests -b main -m nest_wifi_pro/308974.xml
$ repo sync

Google Nest speakers and smart displays

Google Nest Hub 7", 2nd gen

The open source manifests for Nest Wifi Pro releases can be found under google_nest_hub_7_2nd_gen folder. For example, to download the code specified in 324896.xml, please run the following commands.

$ repo init -u https://nest-open-source.googlesource.com/manifests -b main -m google_nest_hub_7_2nd_gen/324896.xml
$ repo sync

Nest Audio

The open source manifests for Nest Audio releases can be found under nest_audio folder. For example, to download the code specified in 324896.xml, please run the following commands.

$ repo init -u https://nest-open-source.googlesource.com/manifests -b main -m nest_audio/324896.xml
$ repo sync

Google Nest Mini v2

The open source manifests for Google Nest Mini v2 releases can be found under google_nest_mini_v2 folder. For example, to download the code specified in 324896.xml, please run the following commands.

$ repo init -u https://nest-open-source.googlesource.com/manifests -b main -m google_nest_mini_v2/324896.xml
$ repo sync

Google Nest Mini

The open source manifests for Nest Nest Mini releases can be found under google_nest_mini folder. For example, to download the code specified in 324896.xml, please run the following commands.

$ repo init -u https://nest-open-source.googlesource.com/manifests -b main -m google_nest_mini/324896.xml
$ repo sync

Google Home

The open source manifests for Google Home releases can be found under google_home folder. For example, to download the code specified in 324896.xml, please run the following commands.

$ repo init -u https://nest-open-source.googlesource.com/manifests -b main -m google_home/324896.xml
$ repo sync

Obtain repo

Repo is a tool built on top of Git. Repo helps manage many Git repositories. You can download and learn more about it at https://gerrit.googlesource.com/git-repo/+/refs/heads/master/README.md