From: Chunrong Guo Date: Thu, 18 Oct 2018 05:35:00 +0000 (+0000) Subject: rcw: add ls1088ardb_pb support X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=3ca6320e00a82255a6e5a6dffdb0a6b0ee69cb6f;p=meta-freescale.git rcw: add ls1088ardb_pb support Signed-off-by: Chunrong Guo Signed-off-by: Otavio Salvador --- diff --git a/recipes-bsp/rcw/rcw_git.bb b/recipes-bsp/rcw/rcw_git.bb index a1059853..8145c74d 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