kernel-devsrc: extend to provide all kernel source
[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 IMAGE_INSTALL_append = " \
17     kernel-devsrc \
18 "
19
20 # For anaconda installer
21 DISTRO_FEATURES_append = " anaconda-support"
22
23 # For images
24 IMAGE_FSTYPES += " tar.bz2 live"
25 LABELS_LIVE = "install"