aboutsummaryrefslogtreecommitdiffstats
path: root/meta-amdfalconx86/conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-amdfalconx86/conf')
-rw-r--r--meta-amdfalconx86/conf/local.conf.append.amdfalconx8626
-rw-r--r--meta-amdfalconx86/conf/machine/amdfalconx86.conf6
2 files changed, 19 insertions, 13 deletions
diff --git a/meta-amdfalconx86/conf/local.conf.append.amdfalconx86 b/meta-amdfalconx86/conf/local.conf.append.amdfalconx86
index 68cf3405..224e8c60 100644
--- a/meta-amdfalconx86/conf/local.conf.append.amdfalconx86
+++ b/meta-amdfalconx86/conf/local.conf.append.amdfalconx86
@@ -43,17 +43,19 @@ COMMERCIAL_LIC_FLAGS_MULTIMEDIA = "commercial_gstreamer1.0-plugins-ugly \
LICENSE_FLAGS_WHITELIST_append = "${@' ${COMMERCIAL_LIC_FLAGS_MULTIMEDIA}' if bb.utils.to_boolean('${INCLUDE_COMMERCIAL_MULTIMEDIA}') else ''}"
CORE_IMAGE_EXTRA_INSTALL_append = "${@' packagegroup-multimedia-risky' if bb.utils.to_boolean('${INCLUDE_COMMERCIAL_MULTIMEDIA}') else ''}"
-# MEL has support for Vulkan/LunarG SDK components.
-# These components are required to run the Vulkan based applications.
-# In order to include these components in your final
-# image or generating an ADE that can be used to develop for/against these
-# please change the below define to "yes" before building the
-# image or generating ADE.
+# MEL supports various components that can be enabled by setting the corresponding
+# INCLUDE_<component> to "yes".
+# Following is a list of <components> that can be enabled if you want them to be
+# installed/available on your image.
+# Please change the required INCLUDE_<component> to "yes" before building an image, or
+# generating an ADE that can be used to develop apps for these components (if applicable):
+#
+# - VULKAN - Vulkan driver and Loader Layer.
+# It is required to run Vulkan based applications. Vulkan is a new generation graphics
+# and compute API that provides high-efficiency, cross-platform access to modern GPUs.
+#
+# - CODEXL - CodeXL remote agent and some sample applications to verify the GPU debugging
+# and profiling functionality.
+#
INCLUDE_VULKAN ??= "no"
-
-# MEL has support for CodeXL.
-# This include CodeXL remote agent and some sample applications to
-# verify the GPU debugging and profiling functionality.
-# In order to include these components in your final
-# image please change the below define to "yes" before building the image.
INCLUDE_CODEXL ??= "no"
diff --git a/meta-amdfalconx86/conf/machine/amdfalconx86.conf b/meta-amdfalconx86/conf/machine/amdfalconx86.conf
index 644d2377..b1e66d54 100644
--- a/meta-amdfalconx86/conf/machine/amdfalconx86.conf
+++ b/meta-amdfalconx86/conf/machine/amdfalconx86.conf
@@ -3,6 +3,10 @@
#@DESCRIPTION: Machine configuration for amdfalconx86 systems
+# BSP and PATCH versions for MEL releases
+BSP_VERSION = "0"
+PATCH_VERSION = "0"
+
PREFERRED_PROVIDER_virtual/kernel ?= "${@bb.utils.contains('RT_KERNEL_AMD', 'yes', "linux-yocto-rt", "linux-yocto", d)}"
PREFERRED_VERSION_linux-yocto-rt ?= "4.4%"
@@ -11,7 +15,7 @@ require conf/machine/include/tune-amdfalconx86.inc
# Add machine specific AMD features and feature pkgs here
EXTRA_IMAGE_FEATURES += "amd-feature-debug-profile"
-VULKAN_PKGS_amdfalconx86 = "glslang spirv-tools vulkan-loader-layers vulkan-tools vulkan-samples"
+VULKAN_PKGS_amdfalconx86 = "glslang spirv-tools vulkan-loader-layers"
CODEXL_PKGS_amdfalconx86 = "codexl codexl-examples"
include conf/machine/include/amd-common-configurations.inc