From a409c3449ed7415f5ba0d647cdec7fd3277e84ff Mon Sep 17 00:00:00 2001 From: Chunrong Guo Date: Wed, 7 Nov 2018 08:24:38 +0000 Subject: [PATCH] rcw: renamed ls1088ardb_pb -> ls1088ardb-pb Signed-off-by: Chunrong Guo Signed-off-by: Otavio Salvador --- recipes-bsp/rcw/rcw_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 () { 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 + elif [ ${M} = ls1088ardb-pb ]; then oe_runmake BOARDS=ls1088ardb DESTDIR=${D}/boot/rcw/ install else oe_runmake BOARDS=${M} DESTDIR=${D}/boot/rcw/ install -- 2.40.1