[meta-freescale] (no subject)

Hongxu Jia hongxu.jia at windriver.com
Fri Mar 11 00:10:56 PST 2016


Subject: [PATCH] usdpaa: add COMPATIBLE_MACHINE

As usdpaa Makefile shows, it only support '-mcpu=e500mc'
or '-mcpu=e500mc64'.

With a simple search in meta-fsl-ppc, add specific compatible machine.

Signed-off-by: Hongxu Jia <hongxu.jia at windriver.com>
---
 recipes-dpaa/usdpaa/usdpaa_git.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/recipes-dpaa/usdpaa/usdpaa_git.bb b/recipes-dpaa/usdpaa/usdpaa_git.bb
index e636261..f0edafe 100644
--- a/recipes-dpaa/usdpaa/usdpaa_git.bb
+++ b/recipes-dpaa/usdpaa/usdpaa_git.bb
@@ -25,3 +25,5 @@ PARALLEL_MAKE_pn-${PN} = ""
 
 COMPATIBLE_HOST_qoriq-ppc = ".*"
 COMPATIBLE_HOST ?= "(none)"
+
+COMPATIBLE_MACHINE = "(p2041rdb|p3041ds|p4080ds)"
-- 
1.9.1



More information about the meta-freescale mailing list