summaryrefslogtreecommitdiff
path: root/contrib/multitech/env-oe.sh
diff options
context:
space:
mode:
authorJesse Gilles <jgilles@multitech.com>2010-04-30 10:46:35 -0500
committerJesse Gilles <jgilles@multitech.com>2010-04-30 10:46:35 -0500
commit9d3906716bb914851945242dc89e09947cdc3ea8 (patch)
tree8078c816527f35923020f9d590395bfcb82c6142 /contrib/multitech/env-oe.sh
parent08aacf0e3ce15bed2db285b7884216fa9b6a719f (diff)
add contrib/multitech
Diffstat (limited to 'contrib/multitech/env-oe.sh')
-rw-r--r--contrib/multitech/env-oe.sh15
1 files changed, 15 insertions, 0 deletions
diff --git a/contrib/multitech/env-oe.sh b/contrib/multitech/env-oe.sh
new file mode 100644
index 0000000000..17e37a786a
--- /dev/null
+++ b/contrib/multitech/env-oe.sh
@@ -0,0 +1,15 @@
+#!/usr/bin/env bash
+
+export OETREE=$(pwd)
+
+if [[ ! "${PATH}" =~ ${OETREE}/bitbake/bin ]]; then
+ export PATH=${OETREE}/bitbake/bin:${PATH}
+fi
+
+# define if you wish to create soft links to the image in the tftpboot dir
+#export TFTPBOOT_DIR=/tftpboot
+
+export BBPATH=${OETREE}/build:${OETREE}/openembedded
+export BB_ENV_EXTRAWHITE="MACHINE DISTRO OETREE ANGSTROM_MODE ANGSTROMLIBC LIBC TFTPBOOT_DIR"
+
+