From: Zhenhua Luo Date: Tue, 20 Dec 2016 12:18:59 +0000 (+0800) Subject: ceetm: support ls1046a targets X-Git-Tag: 2.2~61 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=36c6ac18c26c22a8b9420daeda58e5cba8071df8;p=meta-freescale.git ceetm: support ls1046a targets Signed-off-by: Ting Liu Signed-off-by: Zhenhua Luo Signed-off-by: Otavio Salvador --- diff --git a/recipes-kernel/ceetm/ceetm_git.bb b/recipes-kernel/ceetm/ceetm_git.bb index cff4a9c9..44ca577e 100644 --- a/recipes-kernel/ceetm/ceetm_git.bb +++ b/recipes-kernel/ceetm/ceetm_git.bb @@ -17,6 +17,6 @@ do_install(){ FILES_${PN} += "${libdir}/tc" INHIBIT_PACKAGE_STRIP = "1" -COMPATIBLE_MACHINE = "(b4|t1|t2|t4|ls1043a)" +COMPATIBLE_MACHINE = "(b4|t1|t2|t4|ls1043a|ls1046a)" PACKAGE_ARCH = "${MACHINE_SOCARCH}"