diff mbox series

[meta-arago,master/scarthgap,1/2] piglit: fix FILESEXTRAPATHS variable

Message ID 20250815193156.1982216-2-rs@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series piglit: use TestPlaceholder objects | expand

Commit Message

Randolph Sapp Aug. 15, 2025, 7:31 p.m. UTC
From: Randolph Sapp <rs@ti.com>

Explicitly set the package name in the FILESEXTRAPATHS variable used in
piglit-ti.inc.

Using prepend forces early variable evaluation of the PN variable.
Apparently this is so early in the process that it is still using the
default value of "defaultpkgname".

Fixes: e7280032 ("piglit: Wrap the bbappend in a compliant manner")
Signed-off-by: Randolph Sapp <rs@ti.com>
---
 meta-arago-test/recipes-graphics/piglit/piglit-ti.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-arago-test/recipes-graphics/piglit/piglit-ti.inc b/meta-arago-test/recipes-graphics/piglit/piglit-ti.inc
index fb533533..73df681e 100644
--- a/meta-arago-test/recipes-graphics/piglit/piglit-ti.inc
+++ b/meta-arago-test/recipes-graphics/piglit/piglit-ti.inc
@@ -1,7 +1,7 @@ 
 # add a config to point piglit at the default install location for deqp tests
 # if they are selected
 
-FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
+FILESEXTRAPATHS:prepend := "${THISDIR}/piglit:"
 
 PACKAGECONFIG[deqp-gles] = ",,,opengl-es-cts"
 PACKAGECONFIG[deqp-vk] = ",,,vulkan-cts"