aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/common/include-agl-auto-conf.sh
blob: 77e90edc18d89bef4a8849a76bf18618398db741 (plain)
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
# (c) 2016 Jan-Simon Moeller dl9pf(at)gmx.de
# License GPLv2

################################################################################
## auto.conf inclusion of mirrors
################################################################################

#limit parallel number of bitbake jobs and parallel jobs in make
cat << EOF >> conf/auto.conf
PREMIRRORS = "\
git://.*/.* ${DLHOST}/AGL/mirror/   \n \
ftp://.*/.* ${DLHOST}/AGL/mirror/   \n \
http://.*/.* ${DLHOST}/AGL/mirror/  \n \
https://.*/.* ${DLHOST}/AGL/mirror/ \n \
             "

SSTATE_MIRRORS = "\
file://.* file:///opt/AGL/sstate-mirror/\${MACHINE}/PATH    \n \
file://.* ${DLHOST}/sstate-mirror/\${MACHINE}/PATH \n \
                 "

SSTATE_DIR = "\${TOPDIR}/sstate-cache/\${MACHINE}/"
EOF

#cat conf/auto.conf