diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2018-11-07 08:24:38 +0000 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-11-08 16:37:01 -0200 |
commit | a409c3449ed7415f5ba0d647cdec7fd3277e84ff (patch) | |
tree | 020628800d128c61207ca0142199ba25fc36d462 /recipes-bsp/rcw | |
parent | 7287ebc4d2d32c76ec438041840cccc9ff40477c (diff) | |
download | meta-freescale-a409c3449ed7415f5ba0d647cdec7fd3277e84ff.tar.gz |
rcw: renamed ls1088ardb_pb -> ls1088ardb-pb
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-bsp/rcw')
-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 |