From: Khem Raj Date: Wed, 3 Sep 2014 18:23:20 +0000 (-0700) Subject: uspdcp, fmc: make meta-fsl-ppc play with other layers X-Git-Tag: 2.1~534^2~83 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=b659a9eb7e5e0456f2881b840dc8fe164706f5fb;p=meta-freescale.git 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 --- diff --git a/meta-fsl-ppc/recipes-dpaa/fmc/fmc_git.bb b/meta-fsl-ppc/recipes-dpaa/fmc/fmc_git.bb index 9a8af271..100940a1 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" DEPENDS = "libxml2 fmlib tclap" PACKAGE_ARCH = "${MACHINE_ARCH}" +COMPATIBLE_HOST_qoriq-ppc = ".*" +COMPATIBLE_HOST ?= "(none)" S = "${WORKDIR}/git" diff --git a/meta-fsl-ppc/recipes-extended/uspdcp/uspdcp_git.bb b/meta-fsl-ppc/recipes-extended/uspdcp/uspdcp_git.bb index 035aab59..71e68ccc 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" 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"