Add layer meta-stx-oran and distro poky-stx-oran
[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-bsp \
18     /meta-stx-integ/recipes-connectivity \
19     /meta-stx-integ/recipes-core/base-files \
20     /meta-stx-integ/recipes-core/init* \
21     /meta-stx-integ/recipes-core/systemd \
22     /meta-stx-integ/recipes-daemons \
23     /meta-stx-integ/recipes-dbs \
24     /meta-stx-integ/recipes-devtools \
25     /meta-stx-integ/recipes-extended \
26     /meta-stx-integ/recipes-graphics \
27     /meta-stx-integ/recipes-networking \
28     /meta-stx-integ/recipes-security \
29     /meta-stx-integ/recipes-support \
30     /meta-stx-oran/recipes-core \
31 "