From b659a9eb7e5e0456f2881b840dc8fe164706f5fb Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 3 Sep 2014 11:23:20 -0700 Subject: [PATCH] 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 --- meta-fsl-ppc/recipes-dpaa/fmc/fmc_git.bb | 2 ++ meta-fsl-ppc/recipes-extended/uspdcp/uspdcp_git.bb | 3 +++ 2 files changed, 5 insertions(+) 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" -- 2.40.1