]> code.ossystems Code Review - meta-freescale.git/commitdiff
uspdcp, fmc: make meta-fsl-ppc play with other layers
authorKhem Raj <raj.khem@gmail.com>
Wed, 3 Sep 2014 18:23:20 +0000 (11:23 -0700)
committerZhenhua Luo <zhenhua.luo@freescale.com>
Tue, 9 Sep 2014 09:17:29 +0000 (17:17 +0800)
Some recipes are specific to fsl machines but arent marked so.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
meta-fsl-ppc/recipes-dpaa/fmc/fmc_git.bb
meta-fsl-ppc/recipes-extended/uspdcp/uspdcp_git.bb

index 9a8af271cd42628f1493c6acfd959bb1c6965bfd..100940a1fb032f89067cf4d03bc5b76b04d0e553 100644 (file)
@@ -11,6 +11,8 @@ SRCREV = "021f7206cd80eb2e85dde1fc1bc79e8fea272de4"
 DEPENDS = "libxml2 fmlib tclap"
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
+COMPATIBLE_HOST_qoriq-ppc = ".*"
+COMPATIBLE_HOST ?= "(none)"
 
 S = "${WORKDIR}/git"
 
index 035aab5935f21cb672590960fb895a067d1a5086..71e68cccf5b99eab0de7f1d19494092cc863b6d5 100644 (file)
@@ -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"