commit | e7254c7a5d209aeded91aef86d76cf1bc5401742 | [log] [tgz] |
---|---|---|
author | Stephen Cprek <smcprek@us.ibm.com> | Thu Feb 19 14:33:38 2015 -0600 |
committer | Stephen Cprek <smcprek@us.ibm.com> | Mon Mar 23 17:28:20 2015 -0500 |
tree | 464c54b935e3974ce046bbf3b3c1c059881880d5 | |
parent | e075554fa34f8c80078dfb066492acd7f5361349 [diff] [blame] |
Add openPOWER version string support See VERSION.readme for more info
diff --git a/op-build-env b/op-build-env index 79299c8..9f2bfd2 100755 --- a/op-build-env +++ b/op-build-env
@@ -1,6 +1,10 @@ #!/bin/bash __PWD=`pwd` +if [ -e ./customrc ]; then + source ./customrc +fi + export BR2_EXTERNAL=${__PWD}/openpower export BR2_DL_DIR=${__PWD}/dl