summaryrefslogtreecommitdiff
path: root/poky/oe-init-build-env
diff options
context:
space:
mode:
authorJason M. Bills <jason.m.bills@linux.intel.com>2020-05-07 00:37:32 +0300
committerJason M. Bills <jason.m.bills@linux.intel.com>2020-05-14 21:54:52 +0300
commitb83c9dda9eabe4c0124decec25bce46e0ae11160 (patch)
tree282522191a19565d7b6cac097fd60706e29da45e /poky/oe-init-build-env
parenteda2c7c523d858d25fe25052254a7f393767310b (diff)
downloadopenbmc-b83c9dda9eabe4c0124decec25bce46e0ae11160.tar.xz
Remove default platform from build script
This will allow specifying other platform types than meta-wolfpass. Adds README instructions to build the Intel reference BMC. Signed-off-by: Jason M. Bills <jason.m.bills@linux.intel.com>
Diffstat (limited to 'poky/oe-init-build-env')
-rwxr-xr-xpoky/oe-init-build-env2
1 files changed, 0 insertions, 2 deletions
diff --git a/poky/oe-init-build-env b/poky/oe-init-build-env
index 5a5213fe3..8c1bd54e5 100755
--- a/poky/oe-init-build-env
+++ b/poky/oe-init-build-env
@@ -14,8 +14,6 @@
# 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