summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md6
-rwxr-xr-xpoky/oe-init-build-env2
2 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 83168f6ad..c6849e1f7 100644
--- a/README.md
+++ b/README.md
@@ -41,3 +41,9 @@ While the code is easily portable across different type of IA platforms,
currently we use Intel’s Wolf Pass (S2600WP) platform for development and most
testing.
+
+### How to build for Wolf Pass ###
+```bash
+source oe-init-build-env
+bitbake intel-platforms
+```
diff --git a/poky/oe-init-build-env b/poky/oe-init-build-env
index e813230a9..fe6e4c425 100755
--- a/poky/oe-init-build-env
+++ b/poky/oe-init-build-env
@@ -25,6 +25,8 @@
# when being sourced. To workaround the shell limitation use "set <builddir>"
# prior to sourcing this script.
#
+
+TEMPLATECONF="${TEMPLATECONF:-meta-openbmc-mods/meta-wolfpass/conf}"
if [ -n "$BASH_SOURCE" ]; then
THIS_SCRIPT=$BASH_SOURCE
elif [ -n "$ZSH_NAME" ]; then