4a49c842330f84ecae78758e997ff4bcb5554a5e
[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 IMAGE_OVERHEAD_FACTOR = "1.05"
13
14 BBMASK += " \
15     /meta-stx-distro/recipes-core/images/stx-image-aio.bb \
16     /meta-stx-distro/recipes-httpd \
17     /meta-stx-integ/recipes-devtools \
18     /meta-stx-integ/recipes-graphics \
19     /meta-stx-integ/recipes-extended \
20     /meta-stx-integ/recipes-security \
21 "