605c098769dcc6292a3fadd55bf834354622b1d2
[pti/rtp.git] / scripts / configs / local-stx.conf
1 #########################
2 # Configs for StarlingX #
3 #########################
4
5 DISTRO = "poky-stx"
6 MACHINE = "@BSP@"
7 PREFERRED_PROVIDER_virtual/kernel = "linux-yocto"
8
9 EXTRA_IMAGE_FEATURES = " \
10     debug-tweaks \
11     tools-sdk \
12     tools-debug \
13     package-management \
14 "
15
16 # For anaconda installer
17 DISTRO_FEATURES_append = " anaconda-support"
18
19 # For images
20 IMAGE_FSTYPES += " tar.bz2 live"
21 LABELS_LIVE = "install"