[meta-xilinx] [meta-xilinx-bsp][PATCH 3/4] libmali-xlnx: clean and fix FILESEXTRAPATHS

Jean-Francois Dagenais jeff.dagenais at gmail.com
Wed Apr 10 08:02:20 PDT 2019


Normally, when the colon ':' separator is on the right, the assignment
is meant to be prepended to the variable. Using the "_append" override
with both colon and spaces is an incoherent use of the FILESEXTRAPATH
variable:
https://www.yoctoproject.org/docs/latest/mega-manual/mega-manual.html#var-FILESEXTRAPATHS

Also removed the r8p0... path as it doesn't exist.

Signed-off-by: Jean-Francois Dagenais <jeff.dagenais at gmail.com>
---
 meta-xilinx-bsp/recipes-graphics/libgles/libmali-xlnx.bb | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/meta-xilinx-bsp/recipes-graphics/libgles/libmali-xlnx.bb b/meta-xilinx-bsp/recipes-graphics/libgles/libmali-xlnx.bb
index 9834816..fdcc064 100644
--- a/meta-xilinx-bsp/recipes-graphics/libgles/libmali-xlnx.bb
+++ b/meta-xilinx-bsp/recipes-graphics/libgles/libmali-xlnx.bb
@@ -20,9 +20,7 @@ PROVIDES += "\
     virtual/libgbm \
 "
 
-FILESEXTRAPATHS_append := " \
-                ${THISDIR}/files: \
-                ${THISDIR}/r8p0-00rel0: "
+FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
 
 
 # Fetch the MALI 400 binaries from here
-- 
2.11.0



More information about the meta-xilinx mailing list