aboutsummaryrefslogtreecommitdiffstats
path: root/confs/ostro/ostro.conf
diff options
context:
space:
mode:
Diffstat (limited to 'confs/ostro/ostro.conf')
-rw-r--r--confs/ostro/ostro.conf16
1 files changed, 0 insertions, 16 deletions
diff --git a/confs/ostro/ostro.conf b/confs/ostro/ostro.conf
deleted file mode 100644
index 796104b..0000000
--- a/confs/ostro/ostro.conf
+++ /dev/null
@@ -1,16 +0,0 @@
-# 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"