diff options
author | Awais Belal <awais_belal@mentor.com> | 2018-11-13 16:01:59 +0500 |
---|---|---|
committer | Awais Belal <awais_belal@mentor.com> | 2018-11-13 16:02:02 +0500 |
commit | 4034ce0c128991c6aef960a111bdcc16f9f75237 (patch) | |
tree | 8f39869670e99731bb33e6a9c8e9fe832aaa109f /meta-amdfalconx86 | |
parent | 6aae011a0a773f6b4804eb6cef4cb11e29334f61 (diff) | |
download | meta-amd-4034ce0c128991c6aef960a111bdcc16f9f75237.tar.gz meta-amd-4034ce0c128991c6aef960a111bdcc16f9f75237.tar.bz2 meta-amd-4034ce0c128991c6aef960a111bdcc16f9f75237.zip |
v1000/amdfalconx86: drop deprecated packages from installation
We deprecated the LunarG SDK in one of the previous updates
but missed one instance where these packages were being
explicitly installed on the target, this generates a build
time error. Fix this by dropping the deprecated packages from
the installation list.
Signed-off-by: Awais Belal <awais_belal@mentor.com>
Diffstat (limited to 'meta-amdfalconx86')
-rw-r--r-- | meta-amdfalconx86/conf/machine/amdfalconx86.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-amdfalconx86/conf/machine/amdfalconx86.conf b/meta-amdfalconx86/conf/machine/amdfalconx86.conf index 644d2377..d610ab0c 100644 --- a/meta-amdfalconx86/conf/machine/amdfalconx86.conf +++ b/meta-amdfalconx86/conf/machine/amdfalconx86.conf @@ -11,7 +11,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 |