diff options
Diffstat (limited to 'recipes-bsp/rcw/rcw_git.bb')
-rw-r--r-- | recipes-bsp/rcw/rcw_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/rcw/rcw_git.bb b/recipes-bsp/rcw/rcw_git.bb index 8145c74d..cffdf65b 100644 --- a/recipes-bsp/rcw/rcw_git.bb +++ b/recipes-bsp/rcw/rcw_git.bb | |||
@@ -20,7 +20,7 @@ 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 | 23 | elif [ ${M} = ls1088ardb-pb ]; then |
24 | oe_runmake BOARDS=ls1088ardb DESTDIR=${D}/boot/rcw/ install | 24 | oe_runmake BOARDS=ls1088ardb DESTDIR=${D}/boot/rcw/ install |
25 | else | 25 | else |
26 | oe_runmake BOARDS=${M} DESTDIR=${D}/boot/rcw/ install | 26 | oe_runmake BOARDS=${M} DESTDIR=${D}/boot/rcw/ install |