summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdriana Kobylak <anoo@us.ibm.com>2018-08-28 11:47:49 -0500
committerAdriana Kobylak <anoo@us.ibm.com>2018-08-28 11:48:09 -0500
commit873a0495132085bb661389c25f1917f4c6cb4b5c (patch)
tree0c357babe5aa873f9d49c793123080a44b07d93c
parent17dbdee6f08b4995a9998b814e5d1faaa0280a41 (diff)
downloadopenbmc-docs-873a0495132085bb661389c25f1917f4c6cb4b5c.tar.gz
openbmc-docs-873a0495132085bb661389c25f1917f4c6cb4b5c.zip
cheatsheet: Update TEMPLATECONF
With the introduction of subtrees (see subtree.md), the TEMPLATECONF has changed. Update the cheatsheet examples. Change-Id: Ice41dd1cb2f85fd426cc224852eead7e04dfc839 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
-rw-r--r--cheatsheet.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/cheatsheet.md b/cheatsheet.md
index 6c3167e..e0e88a8 100644
--- a/cheatsheet.md
+++ b/cheatsheet.md
@@ -29,7 +29,7 @@ The Palmetto target is `palmetto`.
If you are starting from scratch without a `build/conf` directory you can just:
```
$ cd openbmc
-$ TEMPLATECONF=meta-openbmc-machines/meta-openpower/meta-ibm/meta-palmetto/conf . openbmc-env
+$ TEMPLATECONF=meta-ibm/meta-palmetto/conf . openbmc-env
$ bitbake obmc-phosphor-image
```
@@ -40,7 +40,7 @@ The Zaius target is `zaius`.
If you are starting from scratch without a `build/conf` directory you can just:
```
$ cd openbmc
-$ TEMPLATECONF=meta-openbmc-machines/meta-openpower/meta-ingrasys/meta-zaius/conf . openbmc-env
+$ TEMPLATECONF=meta-ingrasys/meta-zaius/conf . openbmc-env
$ bitbake obmc-phosphor-image
```
OpenPOWER on IntegriCloud