[meta-freescale] [PATCH 2/2] qe-ucode: Add B variable to SOURCE parameter in install command

Fabio Berton fabio.berton at ossystems.com.br
Thu Nov 10 09:23:19 PST 2016


Signed-off-by: Fabio Berton <fabio.berton at 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



More information about the meta-freescale mailing list