summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChunrong Guo <chunrong.guo@nxp.com>2019-01-11 03:14:59 +0000
committerDaiane Angolini <daiane.angolini@nxp.com>2019-01-11 14:31:49 +0000
commit7b1beab87c807739a744a750f48b3a539a144f1e (patch)
treea018d1b0756f0d8c2ca9caf5fb5d3a43ff024dd9
parentdd1a6ac7d6c440804345b17add6f474d913ce030 (diff)
downloadmeta-freescale-7b1beab87c807739a744a750f48b3a539a144f1e.tar.gz
ceetm: set COMPATIBLE_MACHINE as qoriq
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
-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 e3fbcab00..57fbbe42f 100644
--- a/recipes-kernel/ceetm/ceetm_git.bb
+++ b/recipes-kernel/ceetm/ceetm_git.bb
@@ -19,6 +19,6 @@ do_install(){
19FILES_${PN} += "${libdir}/tc" 19FILES_${PN} += "${libdir}/tc"
20INHIBIT_PACKAGE_STRIP = "1" 20INHIBIT_PACKAGE_STRIP = "1"
21 21
22COMPATIBLE_MACHINE = "(b4|t1|t2|t4|ls1043a|ls1046a|ls2088a|ls1088a)" 22COMPATIBLE_MACHINE = "(qoriq)"
23PACKAGE_ARCH = "${MACHINE_SOCARCH}" 23PACKAGE_ARCH = "${MACHINE_SOCARCH}"
24 24