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

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


Signed-off-by: Fabio Berton <fabio.berton at ossystems.com.br>
---
 recipes-dpaa/fm-ucode/fm-ucode_git.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-dpaa/fm-ucode/fm-ucode_git.bb b/recipes-dpaa/fm-ucode/fm-ucode_git.bb
index 566a6e3..c6a5b8b 100644
--- a/recipes-dpaa/fm-ucode/fm-ucode_git.bb
+++ b/recipes-dpaa/fm-ucode/fm-ucode_git.bb
@@ -23,13 +23,13 @@ REGLEX_ls1043ardb = "t2080"
 do_install () {
     UCODE=`echo ${REGLEX} | sed -e 's,-.*$,,' -e 's,[a-zA-Z]*$,,'`
     install -d ${D}/boot
-    install -m 644 fsl_fman_ucode_${UCODE}*.bin ${D}/boot/
+    install -m 644 ${B}/fsl_fman_ucode_${UCODE}*.bin ${D}/boot/
 }
 
 do_deploy () {
     UCODE=`echo ${REGLEX} | sed -e 's,-.*$,,' -e 's,[a-zA-Z]*$,,'`
     install -d ${DEPLOYDIR}/
-    install -m 644 fsl_fman_ucode_${UCODE}*.bin ${DEPLOYDIR}/
+    install -m 644 ${B}/fsl_fman_ucode_${UCODE}*.bin ${DEPLOYDIR}
 }
 addtask deploy before do_build after do_install
 
-- 
2.1.4



More information about the meta-freescale mailing list