aboutsummaryrefslogtreecommitdiffstats
path: root/confs/ostro/ostro.conf
blob: 796104b1d169d85972b8958cb4d2fcde0ae432f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# allows a standard development build. Read the ostro docs for production settings.
require conf/distro/include/ostro-os-development.inc
# default ostro mirror, used for speedup!!!
SSTATE_MIRRORS ?= "file://.* http://download.ostroproject.org/sstate/ostro-os/PATH"
# puts results on the shared host folder
# windows can't do this due to lack of ln -s support on shared volumes
#DEPLOY_DIR_IMAGE = "/ostro/ostro-shared/images"
# windows hangs on this. Currently unsure why.
#SSTATE_DIR = "/ostro/ostro-shared/sstate"
DL_DIR = "/ostro/ostro-shared/downloads"
# lets bitbake ignore the odd inode settings of the shared directory
BB_DISKMON_DIRS = "\
    STOPTASKS,${TMPDIR},1G,100K \
    ABORT,${TMPDIR},100M,1K "
# keep workdir small
INHERIT+="rm_work"