diff mbox series

[meta-arago,master,v2,2/4] vulkan-cts: Remove bbappend

Message ID 20241203132245.29696-2-reatmon@ti.com
State New
Headers show
Series [meta-arago,master,v2,1/4] conf: layer.conf: Remove BB_DANGLINGAPPENDS_WARNONLY | expand

Commit Message

Ryan Eatmon Dec. 3, 2024, 1:22 p.m. UTC
Upstream moved to a later vulkan version and the bbappend no longer
applied.  Since the contents of the bbappend have already been applied
to meta-openembedded, we can just remove this bbappend completely.

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
---
v2: Removed the bbappend instead of renaming it.

 .../recipes-graphics/vk-gl-cts/vulkan-cts_1.3.7.3.bbappend      | 2 --
 1 file changed, 2 deletions(-)
 delete mode 100644 meta-arago-distro/recipes-graphics/vk-gl-cts/vulkan-cts_1.3.7.3.bbappend
diff mbox series

Patch

diff --git a/meta-arago-distro/recipes-graphics/vk-gl-cts/vulkan-cts_1.3.7.3.bbappend b/meta-arago-distro/recipes-graphics/vk-gl-cts/vulkan-cts_1.3.7.3.bbappend
deleted file mode 100644
index 7af2057f..00000000
--- a/meta-arago-distro/recipes-graphics/vk-gl-cts/vulkan-cts_1.3.7.3.bbappend
+++ /dev/null
@@ -1,2 +0,0 @@ 
-# Workaround an optimization bug that breaks createMeshShaderMiscTestsEXT
-OECMAKE_CXX_FLAGS:remove:toolchain-gcc:aarch64 = "-O2"