From b375868a0d4759fba84c4cf090a168459c88c996 Mon Sep 17 00:00:00 2001 From: Jesse Gilles Date: Fri, 19 Aug 2011 11:29:34 -0500 Subject: move env-oe.sh and local.conf to multitech/contrib --- env-oe.sh | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 env-oe.sh (limited to 'env-oe.sh') 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" -- cgit v1.2.3