diff options
author | Jesse Gilles <jgilles@multitech.com> | 2011-08-19 11:29:34 -0500 |
---|---|---|
committer | Jesse Gilles <jgilles@multitech.com> | 2011-08-19 11:29:34 -0500 |
commit | b375868a0d4759fba84c4cf090a168459c88c996 (patch) | |
tree | 597af20da5c3a4cbd5790cf1ae79715704c4256e /env-oe.sh | |
parent | a420728d240b54fd23de268c9c2b6161bd81d932 (diff) |
move env-oe.sh and local.conf to multitech/contrib
Diffstat (limited to 'env-oe.sh')
-rw-r--r-- | env-oe.sh | 13 |
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" |