diff options
author | Zhenhua Luo <zhenhua.luo@nxp.com> | 2016-12-20 20:18:59 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2017-01-11 10:53:43 -0200 |
commit | 5714da0d7cfc572e870b7ffb180a37e4fde5931c (patch) | |
tree | aa69280f080c3502d83322f6e66608364f1c25af /recipes-kernel/ceetm | |
parent | 420f9a4f546c05426470be0bc169183dc7f1c747 (diff) | |
download | meta-freescale-5714da0d7cfc572e870b7ffb180a37e4fde5931c.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>
Diffstat (limited to 'recipes-kernel/ceetm')
-rw-r--r-- | recipes-kernel/ceetm/ceetm_git.bb | 2 |
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(){ | |||
17 | FILES_${PN} += "${libdir}/tc" | 17 | FILES_${PN} += "${libdir}/tc" |
18 | INHIBIT_PACKAGE_STRIP = "1" | 18 | INHIBIT_PACKAGE_STRIP = "1" |
19 | 19 | ||
20 | COMPATIBLE_MACHINE = "(b4|t1|t2|t4|ls1043a)" | 20 | COMPATIBLE_MACHINE = "(b4|t1|t2|t4|ls1043a|ls1046a)" |
21 | PACKAGE_ARCH = "${MACHINE_SOCARCH}" | 21 | PACKAGE_ARCH = "${MACHINE_SOCARCH}" |
22 | 22 | ||