summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhenhua Luo <zhenhua.luo@nxp.com>2016-12-20 20:18:59 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2017-01-11 11:01:52 -0200
commit36c6ac18c26c22a8b9420daeda58e5cba8071df8 (patch)
tree1b706726f8e74b045fd4411a6f271e62ba60b687
parentfb04900657aa93b28c983485cb38c3d98227874a (diff)
downloadmeta-freescale-36c6ac18c26c22a8b9420daeda58e5cba8071df8.tar.gz
ceetm: support ls1046a targets
Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--recipes-kernel/ceetm/ceetm_git.bb2
1 files changed, 1 insertions, 1 deletions
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(){
17FILES_${PN} += "${libdir}/tc" 17FILES_${PN} += "${libdir}/tc"
18INHIBIT_PACKAGE_STRIP = "1" 18INHIBIT_PACKAGE_STRIP = "1"
19 19
20COMPATIBLE_MACHINE = "(b4|t1|t2|t4|ls1043a)" 20COMPATIBLE_MACHINE = "(b4|t1|t2|t4|ls1043a|ls1046a)"
21PACKAGE_ARCH = "${MACHINE_SOCARCH}" 21PACKAGE_ARCH = "${MACHINE_SOCARCH}"
22 22