summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/rcw/rcw_git.bb
diff options
context:
space:
mode:
authorChunrong Guo <chunrong.guo@nxp.com>2018-05-28 13:54:51 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2018-06-26 14:13:51 -0300
commit9303920e8fef514446d5c85cd5b66350fd3c0bc1 (patch)
tree4043340241df79cef24f42496a7b99339925fa17 /recipes-bsp/rcw/rcw_git.bb
parent9a994cf926b893b36d6977345cee61767d2a98a2 (diff)
downloadmeta-freescale-9303920e8fef514446d5c85cd5b66350fd3c0bc1.tar.gz
rcw: need install rev1.1 folder for ls2088ardb
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-bsp/rcw/rcw_git.bb')
-rw-r--r--recipes-bsp/rcw/rcw_git.bb7
1 files changed, 3 insertions, 4 deletions
diff --git a/recipes-bsp/rcw/rcw_git.bb b/recipes-bsp/rcw/rcw_git.bb
index 01653b34..0f5c94e1 100644
--- a/recipes-bsp/rcw/rcw_git.bb
+++ b/recipes-bsp/rcw/rcw_git.bb
@@ -17,12 +17,11 @@ export PYTHON = "${USRBINPATH}/python2"
17M="${@d.getVar('MACHINE', True).replace('-64b','').replace('-32b','').replace('-${SITEINFO_ENDIANNESS}','')}" 17M="${@d.getVar('MACHINE', True).replace('-64b','').replace('-32b','').replace('-${SITEINFO_ENDIANNESS}','')}"
18 18
19do_install () { 19do_install () {
20 if [ -f ${S}/${M}/Makefile ]; then 20 if [ ${M} = ls2088ardb ]; then
21 oe_runmake BOARDS=${M} DESTDIR=${D}/boot/rcw/ install 21 oe_runmake BOARDS=${M} DESTDIR=${D}/boot/rcw/ install
22 oe_runmake BOARDS=${M}_rev1.1 DESTDIR=${D}/boot/rcw/ install
22 else 23 else
23 install -d ${D}/boot/rcw 24 oe_runmake BOARDS=${M} DESTDIR=${D}/boot/rcw/ install
24 cp -a ${S}/${M} ${D}/boot/rcw/
25 chown -R root:root ${D}
26 fi 25 fi
27 for f in `find ${D}/boot/rcw/ -name "*qspiboot*"`;do 26 for f in `find ${D}/boot/rcw/ -name "*qspiboot*"`;do
28 if echo $f |grep -q "qspiboot_sben"; then 27 if echo $f |grep -q "qspiboot_sben"; then