diff options
| author | Adriana Kobylak <anoo@us.ibm.com> | 2018-08-28 11:47:49 -0500 |
|---|---|---|
| committer | Adriana Kobylak <anoo@us.ibm.com> | 2018-08-28 11:48:09 -0500 |
| commit | 873a0495132085bb661389c25f1917f4c6cb4b5c (patch) | |
| tree | 0c357babe5aa873f9d49c793123080a44b07d93c | |
| parent | 17dbdee6f08b4995a9998b814e5d1faaa0280a41 (diff) | |
| download | openbmc-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.md | 4 |
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 ``` |

