[meta-freescale] [meta-fsl-ppc][PATCH] uspdcp, fmc: make meta-fsl-ppc play with other layers

Khem Raj raj.khem at gmail.com
Wed Sep 3 11:23:20 PDT 2014


Some recipes are specific to fsl machines but arent marked so.

Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 recipes-dpaa/fmc/fmc_git.bb           | 2 ++
 recipes-extended/uspdcp/uspdcp_git.bb | 3 +++
 2 files changed, 5 insertions(+)

diff --git a/recipes-dpaa/fmc/fmc_git.bb b/recipes-dpaa/fmc/fmc_git.bb
index 9a8af27..100940a 100644
--- a/recipes-dpaa/fmc/fmc_git.bb
+++ b/recipes-dpaa/fmc/fmc_git.bb
@@ -11,6 +11,8 @@ SRCREV = "021f7206cd80eb2e85dde1fc1bc79e8fea272de4"
 DEPENDS = "libxml2 fmlib tclap"
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
+COMPATIBLE_HOST_qoriq-ppc = ".*"
+COMPATIBLE_HOST ?= "(none)"
 
 S = "${WORKDIR}/git"
 
diff --git a/recipes-extended/uspdcp/uspdcp_git.bb b/recipes-extended/uspdcp/uspdcp_git.bb
index 035aab5..71e68cc 100644
--- a/recipes-extended/uspdcp/uspdcp_git.bb
+++ b/recipes-extended/uspdcp/uspdcp_git.bb
@@ -3,6 +3,9 @@ LICENSE = "BSD GPLv2"
 
 DEPENDS += "flib usdpaa"
 
+COMPATIBLE_HOST_qoriq-ppc = ".*"
+COMPATIBLE_HOST ?= "(none)"
+
 # no COPYING file in current git tree, need to be fixed
 LIC_FILES_CHKSUM = "file://Makefile;endline=30;md5=83b6209ab517640a7390536a08d33609"
 
-- 
2.1.0



More information about the meta-freescale mailing list