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 <[email protected]> --- 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 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
