From: Chunrong Guo Date: Mon, 10 Apr 2017 08:32:16 +0000 (+0800) Subject: ls2-rcw: add ls2088a as COMPATIBLE_MACHINE X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=5de97a755f3f00457d8363c175fa26f4a168552b;p=meta-freescale.git ls2-rcw: add ls2088a as COMPATIBLE_MACHINE Signed-off-by: Chunrong Guo Signed-off-by: Otavio Salvador --- diff --git a/recipes-bsp/rcw/ls2-rcw_git.bb b/recipes-bsp/rcw/ls2-rcw_git.bb index 70d27a06..b4fba4a9 100644 --- a/recipes-bsp/rcw/ls2-rcw_git.bb +++ b/recipes-bsp/rcw/ls2-rcw_git.bb @@ -29,4 +29,4 @@ addtask deploy before do_build after do_install PACKAGES += "${PN}-image" FILES_${PN}-image += "/boot" -COMPATIBLE_MACHINE = "(ls1012a|ls2080a)" +COMPATIBLE_MACHINE = "(ls1012a|ls2080a|ls2088a)"