summaryrefslogtreecommitdiffstats
path: root/meta-fsl-ppc
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
commitb659a9eb7e5e0456f2881b840dc8fe164706f5fb (patch)
tree95762aba410aa955718aae97cd97e4f3d8815124 /meta-fsl-ppc
parentfa938cf76caedfd7123584dc24fd97b29a5b08be (diff)
downloadmeta-freescale-b659a9eb7e5e0456f2881b840dc8fe164706f5fb.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 'meta-fsl-ppc')
-rw-r--r--meta-fsl-ppc/recipes-dpaa/fmc/fmc_git.bb2
-rw-r--r--meta-fsl-ppc/recipes-extended/uspdcp/uspdcp_git.bb3
2 files changed, 5 insertions, 0 deletions
diff --git a/meta-fsl-ppc/recipes-dpaa/fmc/fmc_git.bb b/meta-fsl-ppc/recipes-dpaa/fmc/fmc_git.bb
index 9a8af271c..100940a1f 100644
--- a/meta-fsl-ppc/recipes-dpaa/fmc/fmc_git.bb
+++ b/meta-fsl-ppc/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
diff --git a/meta-fsl-ppc/recipes-extended/uspdcp/uspdcp_git.bb b/meta-fsl-ppc/recipes-extended/uspdcp/uspdcp_git.bb
index 035aab593..71e68cccf 100644
--- a/meta-fsl-ppc/recipes-extended/uspdcp/uspdcp_git.bb
+++ b/meta-fsl-ppc/recipes-extended/uspdcp/uspdcp_git.bb
@@ -3,6 +3,9 @@ LICENSE = "BSD GPLv2"
3 3
4DEPENDS += "flib usdpaa" 4DEPENDS += "flib usdpaa"
5 5
6COMPATIBLE_HOST_qoriq-ppc = ".*"
7COMPATIBLE_HOST ?= "(none)"
8
6# no COPYING file in current git tree, need to be fixed 9# no COPYING file in current git tree, need to be fixed
7LIC_FILES_CHKSUM = "file://Makefile;endline=30;md5=83b6209ab517640a7390536a08d33609" 10LIC_FILES_CHKSUM = "file://Makefile;endline=30;md5=83b6209ab517640a7390536a08d33609"
8 11