summaryrefslogtreecommitdiff
path: root/env-oe.sh
diff options
context:
space:
mode:
Diffstat (limited to 'env-oe.sh')
-rw-r--r--env-oe.sh13
1 files changed, 0 insertions, 13 deletions
diff --git a/env-oe.sh b/env-oe.sh
deleted file mode 100644
index eb5e4ca..0000000
--- a/env-oe.sh
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/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}
-export BB_ENV_EXTRAWHITE="MACHINE DISTRO OETREE ANGSTROM_MODE ANGSTROMLIBC LIBC TFTPBOOT_DIR"