diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2019-01-11 03:14:59 +0000 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-01-14 16:23:38 -0200 |
commit | 9e235b94c2932965864d2a60dea464f781b6f077 (patch) | |
tree | 9c2ec08a011810e200d6ab1713d618dcbb155c09 /recipes-kernel/ceetm | |
parent | cc5e725fd6e8872a72f0f0128b0056114aee96c9 (diff) | |
download | meta-freescale-9e235b94c2932965864d2a60dea464f781b6f077.tar.gz |
ceetm: set COMPATIBLE_MACHINE as qoriq
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
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 e3fbcab0..57fbbe42 100644 --- a/recipes-kernel/ceetm/ceetm_git.bb +++ b/recipes-kernel/ceetm/ceetm_git.bb | |||
@@ -19,6 +19,6 @@ do_install(){ | |||
19 | FILES_${PN} += "${libdir}/tc" | 19 | FILES_${PN} += "${libdir}/tc" |
20 | INHIBIT_PACKAGE_STRIP = "1" | 20 | INHIBIT_PACKAGE_STRIP = "1" |
21 | 21 | ||
22 | COMPATIBLE_MACHINE = "(b4|t1|t2|t4|ls1043a|ls1046a|ls2088a|ls1088a)" | 22 | COMPATIBLE_MACHINE = "(qoriq)" |
23 | PACKAGE_ARCH = "${MACHINE_SOCARCH}" | 23 | PACKAGE_ARCH = "${MACHINE_SOCARCH}" |
24 | 24 | ||