commit | author | age
|
1f714f
|
1 |
config_opts['root'] = 'c71708-devtoolset-7-armhfp' |
FA |
2 |
config_opts['target_arch'] = 'armv7hl' |
|
3 |
config_opts['legal_host_arches'] = ('armv7l') |
9ab313
|
4 |
config_opts['chroot_setup_cmd'] = 'install bash bzip2 coreutils cpio diffutils system-release findutils gawk gcc gcc-c++ grep gzip info make patch redhat-rpm-config rpm-build sed shadow-utils tar unzip util-linux which xz scl-utils scl-utils-build devtoolset-7-build' |
1f714f
|
5 |
config_opts['dist'] = 'el7' # only useful for --resultdir variable subst |
FA |
6 |
config_opts['extra_chroot_dirs'] = [ '/run/lock', ] |
|
7 |
config_opts['macros']['%dist'] = ".el7" |
|
8 |
config_opts['%centos_ver'] = "7" |
|
9 |
config_opts['macros']['%centos_ver'] = "7" |
|
10 |
config_opts['macros']['%rhel'] = "7" |
|
11 |
config_opts['macros']['%el7'] = "1" |
|
12 |
config_opts['macros']['%redhat'] = "7" |
|
13 |
config_opts['macros']['%vendor'] = "CentOS" |
|
14 |
config_opts['macros']['%packager'] = "CentOS BuildSystem <http://bugs.centos.org>" |
|
15 |
config_opts['macros']['%_vendor'] = "redhat" |
|
16 |
config_opts['macros']['%_vendor_host'] = "redhat" |
|
17 |
config_opts['macros']['%_host'] = "armv7hl-redhat-linux-gnu" |
|
18 |
#config_opts['macros']['%global _binaries_in_noarch_packages_terminate_build'] = "0" |
|
19 |
|
|
20 |
# Added for devtoolset-6 |
|
21 |
config_opts['scl'] = "devtoolset-7" |
|
22 |
|
|
23 |
|
|
24 |
# no ccache in base repo |
|
25 |
config_opts['plugin_conf']['ccache_enable'] = False |
|
26 |
config_opts['plugin_conf']['yum_cache_enable'] = False |
|
27 |
|
|
28 |
config_opts['yum.conf'] = """ |
|
29 |
[main] |
|
30 |
cachedir=/var/cache/yum |
|
31 |
keepcache=1 |
|
32 |
debuglevel=2 |
|
33 |
reposdir=/dev/null |
|
34 |
logfile=/var/log/yum.log |
|
35 |
retries=20 |
|
36 |
obsoletes=1 |
|
37 |
gpgcheck=0 |
|
38 |
assumeyes=1 |
|
39 |
syslog_ident=mock |
|
40 |
syslog_device= |
|
41 |
|
|
42 |
# repos |
|
43 |
|
|
44 |
[c7.1511.00.armhfp] |
|
45 |
name=c7.1511.00.armhfp |
|
46 |
baseurl=http://repohost/repo/c7.1511.00.armhfp/ |
|
47 |
enabled=1 |
|
48 |
gpgcheck=0 |
|
49 |
|
|
50 |
[c7.1511.u.armhfp] |
|
51 |
name=c7.1511.u.armhfp |
|
52 |
baseurl=http://repohost/repo/c7.1511.u.armhfp/ |
|
53 |
enabled=1 |
|
54 |
gpgcheck=0 |
|
55 |
|
|
56 |
[c7.1611.00.armhfp] |
|
57 |
name=c7.1611.00.armhfp |
|
58 |
baseurl=http://repohost/repo/c7.1611.00.armhfp/ |
|
59 |
enabled=1 |
|
60 |
gpgcheck=0 |
|
61 |
|
|
62 |
[c7.1611.u.armhfp] |
|
63 |
name=c7.1611.u.armhfp |
|
64 |
baseurl=http://repohost/repo/c7.1611.u.armhfp/ |
|
65 |
enabled=1 |
|
66 |
gpgcheck=0 |
|
67 |
|
|
68 |
[c7.1708.00.armhfp] |
|
69 |
name=c7.1708.00.armhfp |
|
70 |
baseurl=http://repohost/repo/c7.1708.00.armhfp/ |
|
71 |
enabled=1 |
|
72 |
gpgcheck=0 |
|
73 |
|
|
74 |
[c7.1708.devtoolset-7.armhfp] |
|
75 |
name=c7.1708.devtoolset-7.armhfp |
|
76 |
baseurl=http://repohost/repo/c7.1708.devtoolset-7.armhfp/ |
|
77 |
enabled=1 |
|
78 |
gpgcheck=0 |
|
79 |
|
|
80 |
|
|
81 |
|
|
82 |
""" |
|
83 |
|