summaryrefslogtreecommitdiffstats
path: root/recipes-dpaa
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2014-09-03 11:23:20 -0700
committerZhenhua Luo <zhenhua.luo@freescale.com>2014-09-09 17:17:29 +0800
commit473dc89bb6b7bd24018e9899950e9258ff5e560e (patch)
treedb64a21af3b647925f67490b15d3f8e3d5d1f5ab /recipes-dpaa
parent7d31e66602c8029727d9082b18a690dfd7d07602 (diff)
downloadmeta-fsl-ppc-473dc89bb6b7bd24018e9899950e9258ff5e560e.tar.gz
uspdcp, fmc: make meta-fsl-ppc play with other layers
Some recipes are specific to fsl machines but arent marked so. Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-dpaa')
-rw-r--r--recipes-dpaa/fmc/fmc_git.bb2
1 files changed, 2 insertions, 0 deletions
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"
11DEPENDS = "libxml2 fmlib tclap" 11DEPENDS = "libxml2 fmlib tclap"
12 12
13PACKAGE_ARCH = "${MACHINE_ARCH}" 13PACKAGE_ARCH = "${MACHINE_ARCH}"
14COMPATIBLE_HOST_qoriq-ppc = ".*"
15COMPATIBLE_HOST ?= "(none)"
14 16
15S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"
16 18