summaryrefslogtreecommitdiffstats
path: root/recipes-tools/usdpaa/usdpaa_git.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2013-06-24 06:59:30 +0000
committerZhenhua Luo <zhenhua.luo@freescale.com>2013-06-27 10:40:25 +0800
commitb515997652f0703f333c96a46c66e73e48b4bfbc (patch)
tree609d072bad9b25091be6fd721d2da57291b1b9f0 /recipes-tools/usdpaa/usdpaa_git.bb
parentd75b5c38492f5fa821b5b2cca89217bef6868420 (diff)
downloadmeta-fsl-ppc-b515997652f0703f333c96a46c66e73e48b4bfbc.tar.gz
recipes: make meta-fsl-ppc play with other layers
Some recipes are specific to fsl machines but arent marked so. When building images for other machines while including meta-fsl-ppc in bblayers exposes the build failures on these recipes. Lets mark them fsl machine specific Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-tools/usdpaa/usdpaa_git.bb')
-rw-r--r--recipes-tools/usdpaa/usdpaa_git.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-tools/usdpaa/usdpaa_git.bb b/recipes-tools/usdpaa/usdpaa_git.bb
index 3138675..f76ee1d 100644
--- a/recipes-tools/usdpaa/usdpaa_git.bb
+++ b/recipes-tools/usdpaa/usdpaa_git.bb
@@ -12,6 +12,9 @@ RDEPENDS_${PN} = "libgcc"
12SRC_URI = "git://git.freescale.com/ppc/sdk/usdpaa.git" 12SRC_URI = "git://git.freescale.com/ppc/sdk/usdpaa.git"
13SRCREV = "670ad8827fd83169ccb54a008c638dbb497b1c61" 13SRCREV = "670ad8827fd83169ccb54a008c638dbb497b1c61"
14 14
15COMPATIBLE_HOST_fslmachine = ".*"
16COMPATIBLE_HOST ?= "(none)"
17
15S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"
16 19
17EXTRA_OEMAKE = 'V=1 CC="${CC}" LD="${LD}" AR="${AR}"' 20EXTRA_OEMAKE = 'V=1 CC="${CC}" LD="${LD}" AR="${AR}"'