summaryrefslogtreecommitdiff
path: root/multitech/contrib/env-oe.sh
blob: eb5e4ca11a4ca4425a4030ba6b4e9a00b3efde40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/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"