diff options
| author | Chunrong Guo <chunrong.guo@nxp.com> | 2018-10-18 05:35:00 +0000 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-10-26 14:04:56 -0300 |
| commit | 3ca6320e00a82255a6e5a6dffdb0a6b0ee69cb6f (patch) | |
| tree | 5aa2fac6b221f8bba5ca836232fcb532cf0ba2ca | |
| parent | a44459f117d1580fd8eea31a64f0571a597044ad (diff) | |
| download | meta-freescale-3ca6320e00a82255a6e5a6dffdb0a6b0ee69cb6f.tar.gz | |
rcw: add ls1088ardb_pb support
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
| -rw-r--r-- | recipes-bsp/rcw/rcw_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-bsp/rcw/rcw_git.bb b/recipes-bsp/rcw/rcw_git.bb index a10598533..8145c74d6 100644 --- a/recipes-bsp/rcw/rcw_git.bb +++ b/recipes-bsp/rcw/rcw_git.bb | |||
| @@ -20,6 +20,8 @@ do_install () { | |||
| 20 | if [ ${M} = ls2088ardb ]; 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 | oe_runmake BOARDS=${M}_rev1.1 DESTDIR=${D}/boot/rcw/ install |
| 23 | elif [ ${M} = ls1088ardb_pb ]; then | ||
| 24 | oe_runmake BOARDS=ls1088ardb DESTDIR=${D}/boot/rcw/ install | ||
| 23 | else | 25 | else |
| 24 | oe_runmake BOARDS=${M} DESTDIR=${D}/boot/rcw/ install | 26 | oe_runmake BOARDS=${M} DESTDIR=${D}/boot/rcw/ install |
| 25 | fi | 27 | fi |
