diff options
author | Khem Raj <raj.khem@gmail.com> | 2014-09-03 11:23:20 -0700 |
---|---|---|
committer | Zhenhua Luo <zhenhua.luo@freescale.com> | 2014-09-09 17:17:29 +0800 |
commit | b659a9eb7e5e0456f2881b840dc8fe164706f5fb (patch) | |
tree | 95762aba410aa955718aae97cd97e4f3d8815124 /meta-fsl-ppc | |
parent | fa938cf76caedfd7123584dc24fd97b29a5b08be (diff) | |
download | meta-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.bb | 2 | ||||
-rw-r--r-- | meta-fsl-ppc/recipes-extended/uspdcp/uspdcp_git.bb | 3 |
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" | |||
11 | DEPENDS = "libxml2 fmlib tclap" | 11 | DEPENDS = "libxml2 fmlib tclap" |
12 | 12 | ||
13 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 13 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
14 | COMPATIBLE_HOST_qoriq-ppc = ".*" | ||
15 | COMPATIBLE_HOST ?= "(none)" | ||
14 | 16 | ||
15 | S = "${WORKDIR}/git" | 17 | S = "${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 | ||
4 | DEPENDS += "flib usdpaa" | 4 | DEPENDS += "flib usdpaa" |
5 | 5 | ||
6 | COMPATIBLE_HOST_qoriq-ppc = ".*" | ||
7 | COMPATIBLE_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 |
7 | LIC_FILES_CHKSUM = "file://Makefile;endline=30;md5=83b6209ab517640a7390536a08d33609" | 10 | LIC_FILES_CHKSUM = "file://Makefile;endline=30;md5=83b6209ab517640a7390536a08d33609" |
8 | 11 | ||