Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br>
---
 recipes-bsp/qe-ucode/qe-ucode_git.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-bsp/qe-ucode/qe-ucode_git.bb 
b/recipes-bsp/qe-ucode/qe-ucode_git.bb
index 8029df5..d82f732 100644
--- a/recipes-bsp/qe-ucode/qe-ucode_git.bb
+++ b/recipes-bsp/qe-ucode/qe-ucode_git.bb
@@ -21,12 +21,12 @@ python () {
 
 do_install () {
        install -d ${D}/boot
-       install -m 644 ${QE_UCODE} ${D}/boot
+       install -m 644 ${B}/${QE_UCODE} ${D}/boot
 }
 
 do_deploy () {
        install -d ${DEPLOYDIR}/boot
-       install -m 644 ${QE_UCODE} ${DEPLOYDIR}/boot
+       install -m 644 ${B}/${QE_UCODE} ${DEPLOYDIR}/boot
 }
 addtask deploy before do_build after do_install
 
-- 
2.1.4

-- 
_______________________________________________
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale

Reply via email to