Lack of trailing colon in Yocto recipe breaks FILESEXTRAPATHS

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Lack of trailing colon in Yocto recipe breaks FILESEXTRAPATHS

跳至解决方案
883 次查看
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 解答
702 次查看
LaurenPost
NXP Employee
NXP Employee

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

在原帖中查看解决方案

2 回复数
702 次查看
gusarambula
NXP TechSupport
NXP TechSupport

Thanks, Chris for the feedback.

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

0 项奖励
703 次查看
LaurenPost
NXP Employee
NXP Employee

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