f76695a8576c60131e18e7d715c826bbe43f9978
[pti/rtp.git] / scripts / configs / local-anaconda.conf
1 ########################
2 # Configs for anaconda #
3 ########################
4
5 DISTRO = "anaconda"
6 MACHINE = "@BSP@"
7 PREFERRED_PROVIDER_virtual/kernel = "linux-yocto"
8
9 INSTALLER_TARGET_BUILD = "@TARGET_BUILD@"
10 INSTALLER_TARGET_IMAGE = "stx-image-aio"
11
12 REPO_EXCLUDE_PKG = "\
13     corei7_64/ceph-dbg-*.corei7_64.rpm \
14     corei7_64/mariadb-dbg-*.corei7_64.rpm \
15     corei7_64/qemu-dbg-*.corei7_64.rpm \
16     intel_corei7_64/dpdk-dbg-*.intel_corei7_64.rpm \
17     intel_corei7_64/openvswitch-dbg-*.intel_corei7_64.rpm \
18 "
19
20 IMAGE_OVERHEAD_FACTOR = "1.05"
21
22 BBMASK += " \
23     /meta-stx/recipes-bsp \
24     /meta-stx/recipes-connectivity \
25     /meta-stx/recipes-containers \
26     /meta-stx/recipes-core/images/stx-image-aio.bb \
27     /meta-stx/recipes-core/stx-* \
28     /meta-stx/recipes-core/init* \
29     /meta-stx/recipes-daemons \
30     /meta-stx/recipes-dbs \
31     /meta-stx/recipes-devtools \
32     /meta-stx/recipes-extended \
33     /meta-stx/recipes-graphics \
34     /meta-stx/recipes-httpd \
35     /meta-stx/recipes-kernel \
36     /meta-stx/recipes-networking \
37     /meta-stx/recipes-security \
38     /meta-stx/recipes-support \
39     /meta-stx/recipes-upstream \
40 "