summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2015-10-22 15:20:27 +1030
committerJoel Stanley <joel@jms.id.au>2015-10-22 15:20:27 +1030
commit7b22067ad05d0e3aa4a507a4afaf4a5083776c07 (patch)
tree9d380c4914d106118c4577f65307f2f01acf97cd
parent91cb11bce43e8fe0a98835f54525ba9051b5b0a0 (diff)
downloadopenbmc-docs-7b22067ad05d0e3aa4a507a4afaf4a5083776c07.tar.gz
openbmc-docs-7b22067ad05d0e3aa4a507a4afaf4a5083776c07.zip
Add building hints
-rw-r--r--cheatsheet.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/cheatsheet.md b/cheatsheet.md
index 211b0c1..1f7f355 100644
--- a/cheatsheet.md
+++ b/cheatsheet.md
@@ -22,4 +22,21 @@ SRC_URI = "git:///home/jk/devel/linux;protocol=git;branch=${KBRANCH}"
The `SRCREV` variable can be used to set an explicit git commit. The
default (`${AUTOREV}`) will use the latest commit in `KBRANCH`.
+## Building for Palmetto
+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
+$ obmc-phosphor-image
+```
+
+## Rebuilds & Reconfiguration
+
+You can reconfigure your build by removing the build/conf dir:
+```
+rm -rf build/conf
+```
+and running `oe-init-build-env` again (possibly with `TEMPLATE_CONF` set).
OpenPOWER on IntegriCloud