diff options
| author | Chunrong Guo <B40290@freescale.com> | 2015-01-19 11:50:14 +0800 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2015-01-22 09:48:28 -0200 |
| commit | 1a3e123b7ea35d31f4122570c1907decfb934c67 (patch) | |
| tree | 843291190a9ebaed4ffb1ddd64ad3e32e138e315 | |
| parent | 1f8df81eaa8c22329d99a473c45b3c368a363c31 (diff) | |
| download | meta-freescale-1a3e123b7ea35d31f4122570c1907decfb934c67.tar.gz | |
asf: fix scripts path
* fix the follow error:
| cp: cannot stat `/poky/build/tmp/work/ls1021atwr-poky-linux-gnueabi/asf/git-r0/git/asfmodule/scripts': No such file or directory
| WARNING: /poky/build/tmp/work/ls1021atwr-poky-linux-gnueabi/asf/git-r0/temp/run.do_install.31941:1 exit 1 from
| cp -rf //poky/build/tmp/work/ls1021atwr-poky-linux-gnueabi/asf/git-r0/git/asfmodule/scripts /poky/build/tmp/work/ls1021atwr-poky-linux-gnueabi/asf/git-r0/image//usr/lib/asf/
| ERROR: Function failed: do_install
Signed-off-by: Chunrong Guo <B40290@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
| -rw-r--r-- | meta-fsl-arm/openembedded-layer/recipes-kernel/asf/asf_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-fsl-arm/openembedded-layer/recipes-kernel/asf/asf_git.bb b/meta-fsl-arm/openembedded-layer/recipes-kernel/asf/asf_git.bb index 676c54799..71eb46b77 100644 --- a/meta-fsl-arm/openembedded-layer/recipes-kernel/asf/asf_git.bb +++ b/meta-fsl-arm/openembedded-layer/recipes-kernel/asf/asf_git.bb | |||
| @@ -20,7 +20,7 @@ do_install(){ | |||
| 20 | mkdir -p ${D}/lib/modules/${KERNEL_VERSION}/asf | 20 | mkdir -p ${D}/lib/modules/${KERNEL_VERSION}/asf |
| 21 | cp -rf ${S}/bin/full ${D}/lib/modules/${KERNEL_VERSION}/asf | 21 | cp -rf ${S}/bin/full ${D}/lib/modules/${KERNEL_VERSION}/asf |
| 22 | cp -rf ${S}/bin/min ${D}/lib/modules/${KERNEL_VERSION}/asf | 22 | cp -rf ${S}/bin/min ${D}/lib/modules/${KERNEL_VERSION}/asf |
| 23 | cp -rf ${S}/scripts ${D}/${libexecdir}/ | 23 | cp -rf ${S}/../scripts ${D}/${libexecdir}/ |
| 24 | } | 24 | } |
| 25 | 25 | ||
| 26 | FILES_${PN} += "${libexecdir} /lib/modules/${KERNEL_VERSION}/asf" | 26 | FILES_${PN} += "${libexecdir} /lib/modules/${KERNEL_VERSION}/asf" |
