summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/distro/vruntime.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/distro/vruntime.conf b/conf/distro/vruntime.conf
index 0ea43e62..ae9c0a38 100644
--- a/conf/distro/vruntime.conf
+++ b/conf/distro/vruntime.conf
@@ -46,8 +46,8 @@ DISTRO_FEATURES = "acl ext2 ipv4 ipv6 seccomp vfat pci vcontainer vxn"
46DISTRO_FEATURES_OPTED_OUT = "pulseaudio gobject-introspection-data opengl ptest multiarch wayland vulkan" 46DISTRO_FEATURES_OPTED_OUT = "pulseaudio gobject-introspection-data opengl ptest multiarch wayland vulkan"
47 47
48# Native and nativesdk classes need full features for build tools 48# Native and nativesdk classes need full features for build tools
49DISTRO_FEATURES:class-native = "${DISTRO_FEATURES_DEFAULT} ${POKY_DEFAULT_DISTRO_FEATURES}" 49DISTRO_FEATURES:class-native = "${POKY_DEFAULT_DISTRO_FEATURES}"
50DISTRO_FEATURES:class-nativesdk = "${DISTRO_FEATURES_DEFAULT} ${POKY_DEFAULT_DISTRO_FEATURES}" 50DISTRO_FEATURES:class-nativesdk = "${POKY_DEFAULT_DISTRO_FEATURES}"
51 51
52# Default to ext4, but image recipes may override to squashfs 52# Default to ext4, but image recipes may override to squashfs
53IMAGE_FSTYPES = "ext4" 53IMAGE_FSTYPES = "ext4"