cheatsheet: fix details of local kernel build instructions
Signed-off-by: Zev Weiss <zev@bewilderbeest.net>
Change-Id: I42f73db624241aa32759553de2fe7e5d2b3fe99a
diff --git a/cheatsheet.md b/cheatsheet.md
index bc34ce4..7134b70 100644
--- a/cheatsheet.md
+++ b/cheatsheet.md
@@ -13,14 +13,14 @@
```
To use a local git tree, change the `SRC_URI` to a git:// URL without
-a hostname. For example:
+a hostname, and remove the `protocol=git` parameter. For example:
```
-SRC_URI = "git:///home/jk/devel/linux;protocol=git;branch=${KBRANCH}"
+SRC_URI = "git:///home/jk/devel/linux;branch=${KBRANCH}"
```
-The `SRCREV` variable can be used to set an explicit git commit. The
-default (`${AUTOREV}`) will use the latest commit in `KBRANCH`.
+The `SRCREV` variable can be used to set an explicit git commit, or
+set to `"${AUTOREV}"` to use the latest commit in `KBRANCH`.
## Building for Palmetto