commit | author | age
|
bd94d9
|
1 |
config_opts['root'] = 'TARGETNAME' |
PG |
2 |
config_opts['target_arch'] = 'aarch64' |
|
3 |
config_opts['legal_host_arches'] = ('aarch64',) |
|
4 |
config_opts['chroot_setup_cmd'] = 'install bash bzip2 coreutils cpio diffutils centos-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' |
|
5 |
config_opts['dist'] = 'el7' # only useful for --resultdir variable subst |
|
6 |
|
|
7 |
config_opts['%centos_ver'] = "7" |
|
8 |
config_opts['macros']['%centos_ver'] = "7" |
|
9 |
config_opts['macros']['%rhel'] = "7" |
|
10 |
config_opts['macros']['%centos'] = "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'] = "aarch64-redhat-linux-gnu" |
|
18 |
|
|
19 |
config_opts['yum.conf'] = """ |
|
20 |
[main] |
|
21 |
cachedir=/var/cache/yum |
|
22 |
debuglevel=1 |
|
23 |
reposdir=/dev/null |
|
24 |
logfile=/var/log/yum.log |
|
25 |
retries=20 |
|
26 |
obsoletes=1 |
|
27 |
gpgcheck=0 |
|
28 |
assumeyes=1 |
|
29 |
syslog_ident=mock |
|
30 |
syslog_device= |
|
31 |
|
|
32 |
|
|
33 |
# repos |
11c543
|
34 |
|
FA |
35 |
[c7.1511.00.aarch64] |
|
36 |
name=c7.1511.00.aarch64 |
|
37 |
baseurl=http://repohost/repo/c7.1511.00.aarch64/ |
|
38 |
gpgcheck=0 |
|
39 |
cost=1900 |
bd94d9
|
40 |
|
PG |
41 |
[c7.1708.u.aarch64] |
|
42 |
name=c7.1708.u.aarch64 |
|
43 |
baseurl=http://repohost/repo/c7.1708.u.aarch64/ |
|
44 |
gpgcheck=0 |
|
45 |
cost=1900 |
11c543
|
46 |
exclude=kernel-headers-4.* |
bd94d9
|
47 |
|
PG |
48 |
[c7.1708.00.aarch64] |
|
49 |
name=c7.1708.00.aarch64 |
|
50 |
baseurl=http://repohost/repo/c7.1708.00.aarch64/ |
|
51 |
gpgcheck=0 |
|
52 |
cost=1700 |
11c543
|
53 |
exclude=kernel-headers-4.* |
bd94d9
|
54 |
|
PG |
55 |
[c7.1804.00.aarch64] |
|
56 |
name=c7.1804.00.aarch64 |
|
57 |
baseurl=http://repohost/repo/c7.1804.00.aarch64/ |
|
58 |
gpgcheck=0 |
|
59 |
cost=1700 |
11c543
|
60 |
exclude=kernel-headers-4.* |
bd94d9
|
61 |
|
PG |
62 |
[c7.1804.u.aarch64] |
|
63 |
name=c7.1804.u.aarch64 |
|
64 |
baseurl=http://repohost/repo/c7.1804.u.aarch64/ |
|
65 |
gpgcheck=0 |
|
66 |
cost=1700 |
11c543
|
67 |
exclude=kernel-headers-4.* |
bd94d9
|
68 |
|
PG |
69 |
[c7.1810.00.aarch64] |
|
70 |
name=c7.1810.00.aarch64 |
|
71 |
baseurl=http://repohost/repo/c7.1810.00.aarch64/ |
|
72 |
gpgcheck=0 |
|
73 |
cost=1700 |
11c543
|
74 |
exclude=kernel-headers-4.* |
bd94d9
|
75 |
|
PG |
76 |
""" |
|
77 |
|