forked from YoeDistro/yoe-distro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
local.sh.example
27 lines (22 loc) · 887 Bytes
/
local.sh.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# file to store local env variables
# copy to local.sh and modify
#export MACHINE=overo
#export MEDIA=/run/media/$USER
# use the following to set the IP or hostname
# for the oe_setup_feed_server function
# if you have a decent DHCP server, then this is often
# the same as MACHINE
#export MACHINE_IP=$MACHINE
# When setting up feeds it will try to use this
# hosts IP address to configure the server on target
# machine, however if a different IP address is to be
# used then set it up here
# export HOST_IP=10.10.10.10
# configure docker container to run bitbake in
#export DOCKER_REPO=yoedistro/yoe-build:buster
# Flag to control docker launch with pseudo-tty
# when output is piped or redirected to files then
# then docker should be launched without tty
# otherwise it will emit all control characters into
# redirected log files, default is 'yes'
#export DOCKER_PSEUDO_TTY=no