[meta-freescale] [PATCH 3/5] rcw: add ls1088ardb_pb support

C.r. Guo chunrong.guo at nxp.com
Wed Oct 17 22:35:00 PDT 2018


From: Chunrong Guo <chunrong.guo at nxp.com>

Signed-off-by: Chunrong Guo <chunrong.guo at nxp.com>
---
 recipes-bsp/rcw/rcw_git.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/recipes-bsp/rcw/rcw_git.bb b/recipes-bsp/rcw/rcw_git.bb
index a105985..8145c74 100644
--- a/recipes-bsp/rcw/rcw_git.bb
+++ b/recipes-bsp/rcw/rcw_git.bb
@@ -20,6 +20,8 @@ do_install () {
     if [ ${M} = ls2088ardb ]; then
         oe_runmake BOARDS=${M} DESTDIR=${D}/boot/rcw/ install
         oe_runmake BOARDS=${M}_rev1.1  DESTDIR=${D}/boot/rcw/ install
+    elif [ ${M} = ls1088ardb_pb ]; then
+        oe_runmake BOARDS=ls1088ardb DESTDIR=${D}/boot/rcw/ install
     else
         oe_runmake BOARDS=${M} DESTDIR=${D}/boot/rcw/ install
     fi
-- 
2.7.4



More information about the meta-freescale mailing list