aboutsummaryrefslogtreecommitdiffstats
path: root/meta-sokol-flex-distro/conf/distro/sokol-flex.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-sokol-flex-distro/conf/distro/sokol-flex.conf')
-rw-r--r--meta-sokol-flex-distro/conf/distro/sokol-flex.conf7
1 files changed, 5 insertions, 2 deletions
diff --git a/meta-sokol-flex-distro/conf/distro/sokol-flex.conf b/meta-sokol-flex-distro/conf/distro/sokol-flex.conf
index a7fc3f67..8c0d8ac1 100644
--- a/meta-sokol-flex-distro/conf/distro/sokol-flex.conf
+++ b/meta-sokol-flex-distro/conf/distro/sokol-flex.conf
@@ -7,7 +7,7 @@ require conf/distro/include/vendor.inc
## }}}1
## Sokol Flex OS Base Configuration {{{1
DISTRO_NAME = "Sokol Flex OS"
-DISTRO_CODENAME = "mickledore"
+DISTRO_CODENAME = "nanbield"
MAINTAINER = "Siemens Digital Industries Software <embedded_support@mentor.com>"
HOME_URL = "https://www.plm.automation.siemens.com/global/en/products/embedded/flex-os.html"
SUPPORT_URL = "https://support.sw.siemens.com/"
@@ -203,7 +203,7 @@ FEATURE_PACKAGES_graphics += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', '${
FEATURE_PACKAGES_tools-audio ?= "packagegroup-tools-audio"
FEATURE_PACKAGES_tools-benchmark ?= "packagegroup-tools-benchmark"
FEATURE_PACKAGES_multimedia ?= "gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad"
-FEATURE_PACKAGES_virtualization ?= "docker-moby python3-docker-compose"
+FEATURE_PACKAGES_virtualization ?= "docker-moby docker-compose"
FEATURE_PACKAGES_codebench-debug ?= "gdbserver strace openssh-sftp-server"
# Baseline runtime for third party multilib executables.
@@ -348,6 +348,9 @@ include conf/distro/include/flex-iot.conf
# MCF configuration
include conf/distro/include/flex-mcf.conf
+# Virtualization configuration
+include conf/distro/include/flex-virtualization.conf
+
# INITRAMFS
INITRAMFS_IMAGE ?= "flex-initramfs-image"
INITRAMFS_IMAGE_BUNDLE ?= "${@bb.utils.contains('KERNEL_IMAGETYPES', 'fitImage', '', '1', d)}"