Lack of trailing colon in Yocto recipe breaks FILESEXTRAPATHS

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Lack of trailing colon in Yocto recipe breaks FILESEXTRAPATHS

Jump to solution
848 Views
chrgrff1
Contributor II

In meta-fsl-bsp-release:

http://git.freescale.com/git/cgit.cgi/imx/meta-fsl-bsp-release.git/tree/imx/meta-fsl-arm/recipes-cor...

The lack of a trailing colon as path separator breaks any subsequent FILESEXTRAPATHS_prepend in a user's bbappend file. User is forced to defensively surround their paths with colons to get a successful build.

  ---

   imx/meta-fsl-arm/recipes-core/initscripts/initscripts_%.bbappend | 2 +-

   1 file changed, 1 insertion(+), 1 deletion(-)

 

  diff --git a/imx/meta-fsl-arm/recipes-core/initscripts/initscripts_%.bbappend b/imx/meta-fsl-arm/recipes-core/initscripts/initscripts_%.bbappend

  index 7fd878c..12357ee 100644

  --- a/imx/meta-fsl-arm/recipes-core/initscripts/initscripts_%.bbappend

  +++ b/imx/meta-fsl-arm/recipes-core/initscripts/initscripts_%.bbappend

  @@ -1,5 +1,5 @@

   # Append to remove /proc/cpu/aligntment from alignmnet script

  -FILESEXTRAPATHS_prepend := "${THISDIR}/arm"

  +FILESEXTRAPATHS_prepend := "${THISDIR}/arm:"

  

   SRC_URI += "file://alignment.sh"  

  --

1 Solution
667 Views
LaurenPost
NXP Employee
NXP Employee

Thanks for letting me know.  We'll fix it in our next release going out.

View solution in original post

2 Replies
667 Views
gusarambula
NXP TechSupport
NXP TechSupport

Thanks, Chris for the feedback.

LaurenPost, who would be the right person to forward this feedback to?

0 Kudos
668 Views
LaurenPost
NXP Employee
NXP Employee

Thanks for letting me know.  We'll fix it in our next release going out.