diff options
Diffstat (limited to 'recipes-bsp/rcw')
-rw-r--r-- | recipes-bsp/rcw/rcw_git.bb | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/recipes-bsp/rcw/rcw_git.bb b/recipes-bsp/rcw/rcw_git.bb index ad24ea33..b137ccb2 100644 --- a/recipes-bsp/rcw/rcw_git.bb +++ b/recipes-bsp/rcw/rcw_git.bb | |||
@@ -21,11 +21,12 @@ BOARD_TARGETS_ls2088ardb="${M} ${M}_rev1.1" | |||
21 | BOARD_TARGETS_ls1088ardb-pb="ls1088ardb" | 21 | BOARD_TARGETS_ls1088ardb-pb="ls1088ardb" |
22 | BOARD_TARGETS_lx2160ardb = "${M} ${M}_rev2" | 22 | BOARD_TARGETS_lx2160ardb = "${M} ${M}_rev2" |
23 | 23 | ||
24 | do_compile () { | ||
25 | oe_runmake BOARDS="${BOARD_TARGETS}" DESTDIR=${D}/boot/rcw/ | ||
26 | } | ||
27 | |||
24 | do_install () { | 28 | do_install () { |
25 | for BT in ${BOARD_TARGETS} | 29 | oe_runmake BOARDS="${BOARD_TARGETS}" DESTDIR=${D}/boot/rcw/ install |
26 | do | ||
27 | oe_runmake BOARDS=${BT} DESTDIR=${D}/boot/rcw/ install | ||
28 | done | ||
29 | } | 30 | } |
30 | 31 | ||
31 | do_deploy () { | 32 | do_deploy () { |