summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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