All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-fsl-ppc][PATCH] uspdcp, fmc: make meta-fsl-ppc play with other layers
@ 2014-09-03 18:23 Khem Raj
  0 siblings, 0 replies; only message in thread
From: Khem Raj @ 2014-09-03 18:23 UTC (permalink / raw)
  To: meta-freescale; +Cc: Khem Raj

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

Signed-off-by: Khem Raj <raj.khem@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



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-09-03 18:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-03 18:23 [meta-fsl-ppc][PATCH] uspdcp, fmc: make meta-fsl-ppc play with other layers Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.