summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorYH Lin <yueherngl@google.com>2023-03-06 22:10:43 +0000
committerYH Lin <yueherngl@google.com>2023-03-06 22:10:43 +0000
commita6f165cfe5a6768ebe483b5126d87bfba9f49574 (patch)
tree7097f84aad848ab8dbc35793f89dfea1dd289e84 /docs
parent9233a23224170551dbde58cae7149b214db62db6 (diff)
parentd37d379f1f708de0f845d95602166781efe723b4 (diff)
downloadchrome-ec-a6f165cfe5a6768ebe483b5126d87bfba9f49574.tar.gz
Merge remote-tracking branch cros/main into firmware-brya-14505.B-main
Generated by: util/update_release_branch.py --baseboard brya --relevant_paths_file baseboard/brya/relevant-paths.txt firmware-brya-14505.B-main Relevant changes: git log --oneline 9233a23224..d37d379f1f -- baseboard/brya board/agah board/anahera board/banshee board/brya board/crota board/felwinter board/gimble board/hades board/kano board/marasov board/mithrax board/omnigul board/osiris board/primus board/redrix board/taeko board/taniks board/vell board/volmar driver/bc12/pi3usb9201_public.* driver/charger/bq25710.* driver/ppc/nx20p348x.* driver/ppc/syv682x_public.* driver/retimer/bb_retimer_public.* driver/tcpm/nct38xx.* driver/tcpm/ps8xxx_public.* driver/tcpm/tcpci.* include/power/alderlake* include/intel_x86.h power/alderlake* power/intel_x86.c util/getversion.sh 85238690a2 omnigul: modify PPC address 670b102d71 hades: Initial EC BRANCH=None BUG=b:269387225 b:270641103 TEST=`emerge-brya chromeos-ec` Force-Relevant-Builds: all Change-Id: Ifc27bad250435c648a1307d5fff1e1d58dfb4340 Signed-off-by: YH Lin <yueherngl@google.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/getting_started_quickly.md10
1 files changed, 3 insertions, 7 deletions
diff --git a/docs/getting_started_quickly.md b/docs/getting_started_quickly.md
index c3e9d0ecca..52dc774300 100644
--- a/docs/getting_started_quickly.md
+++ b/docs/getting_started_quickly.md
@@ -24,13 +24,9 @@ inside the Chromium OS chroot:
1. Initialize the checkout in the current directory:
```bash
- repo init -u https://chromium.googlesource.com/chromiumos/manifest -b stable
+ repo init -u https://chromium.googlesource.com/chromiumos/manifest
```
- NOTE: The
- [`-b stable` flag](https://chromium.googlesource.com/chromiumos/docs/+/HEAD/developer_guide.md#Sync-to-Green)
- only works for Googlers. Remove it if you are developing externally.
-
1. Update the working tree to the latest version:
```bash
@@ -66,5 +62,5 @@ inside the Chromium OS chroot:
1. Now, EC images for any board can be built with:
```bash
- cd ~/trunk/src/platform/ec; make BOARD=${BOARD} -j
- ``` \ No newline at end of file
+ cd ~/chromiumos/src/platform/ec; make BOARD=${BOARD} -j
+ ```