diff options
| author | Adriana Kobylak <anoo@us.ibm.com> | 2016-11-01 09:21:01 -0500 |
|---|---|---|
| committer | Adriana Kobylak <anoo@us.ibm.com> | 2016-11-01 09:24:45 -0500 |
| commit | f6b9fe0eeed77355c08886fc41abd608426657e9 (patch) | |
| tree | 1926b372a3e317774a0406db34fd1ccaab310261 | |
| parent | 155192f5158dac8c330e350cdddae92719d1b2ad (diff) | |
| download | openbmc-docs-f6b9fe0eeed77355c08886fc41abd608426657e9.tar.gz openbmc-docs-f6b9fe0eeed77355c08886fc41abd608426657e9.zip | |
cheatsheet.md: Replace oe-init-build-env with openbmc-env
Change-Id: I59f81279c4ac018c8543cd79dbaf447adbf35c6a
Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
| -rw-r--r-- | cheatsheet.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cheatsheet.md b/cheatsheet.md index e617608..69735f2 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 . oe-init-build-env +$ TEMPLATECONF=meta-openbmc-machines/meta-openpower/meta-ibm/meta-palmetto/conf . openbmc-env $ bitbake obmc-phosphor-image ``` @@ -40,7 +40,7 @@ The Barreleye target is `barreleye`. If you are starting from scratch without a `build/conf` directory you can just: ``` $ cd openbmc -$ TEMPLATECONF=meta-openbmc-machines/meta-openpower/meta-rackspace/meta-barreleye/conf . oe-init-build-env +$ TEMPLATECONF=meta-openbmc-machines/meta-openpower/meta-rackspace/meta-barreleye/conf . openbmc-env $ bitbake obmc-phosphor-image ``` @@ -61,7 +61,7 @@ You can reconfigure your build by removing the build/conf dir: ``` rm -rf build/conf ``` -and running `oe-init-build-env` again (possibly with `TEMPLATECONF` set). +and running `openbmc-env` again (possibly with `TEMPLATECONF` set). ## Useful dbus CLI tools |

