aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-sato
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-sato')
-rw-r--r--common/recipes-sato/images/core-image-sato.bbappend16
1 files changed, 0 insertions, 16 deletions
diff --git a/common/recipes-sato/images/core-image-sato.bbappend b/common/recipes-sato/images/core-image-sato.bbappend
deleted file mode 100644
index 40e53b7f..00000000
--- a/common/recipes-sato/images/core-image-sato.bbappend
+++ /dev/null
@@ -1,16 +0,0 @@
-require conf/machine/include/amd-common.inc
-
-IMAGE_INSTALL_append_amdgpu = " mesa-demos"
-IMAGE_INSTALL_append_radeon = " mesa-demos"
-
-VULKAN_COMPONENTS = ""
-CODEXL_COMPONENTS = ""
-
-VULKAN_COMPONENTS_amdfalconx86 = "glslang spirv-tools vulkan-loader-layers vulkan-tools vulkan-samples"
-CODEXL_COMPONENTS_amdfalconx86 = "codexl codexl-examples"
-
-VULKAN_COMPONENTS_v1000 = "amdvlk glslang spirv-tools vulkan-loader-layers vulkan-tools vulkan-samples"
-
-IMAGE_INSTALL_append = "${@bb.utils.contains("INCLUDE_VULKAN", "yes", " ${VULKAN_COMPONENTS}", "", d)} \
- ${@bb.utils.contains("INCLUDE_CODEXL", "yes", " ${CODEXL_COMPONENTS}", "", d)} \
- "