summaryrefslogtreecommitdiffstats
path: root/recipes-dpaa/usdpaa/usdpaa_git.bb
diff options
context:
space:
mode:
authorTing Liu <b28495@freescale.com>2014-07-11 01:52:40 -0500
committerZhenhua Luo <zhenhua.luo@freescale.com>2014-07-15 14:13:20 +0800
commit1f1fec62e031c0479e74cc83fd8661d91fe8edc1 (patch)
tree3c486ed42c1b14c2aac0b6060ead836c3da3d954 /recipes-dpaa/usdpaa/usdpaa_git.bb
parentb46de2d97995432810f947b59691cfb04360ed14 (diff)
downloadmeta-fsl-ppc-1f1fec62e031c0479e74cc83fd8661d91fe8edc1.tar.gz
remove fslmachine MACHINEOVERRIDES usage
fslmachine is too generic, use qoriq-ppc instead. Signed-off-by: Ting Liu <b28495@freescale.com>
Diffstat (limited to 'recipes-dpaa/usdpaa/usdpaa_git.bb')
-rw-r--r--recipes-dpaa/usdpaa/usdpaa_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-dpaa/usdpaa/usdpaa_git.bb b/recipes-dpaa/usdpaa/usdpaa_git.bb
index 9c7e388..78d4253 100644
--- a/recipes-dpaa/usdpaa/usdpaa_git.bb
+++ b/recipes-dpaa/usdpaa/usdpaa_git.bb
@@ -71,6 +71,6 @@ do_install () {
71PARALLEL_MAKE_pn-${PN} = "" 71PARALLEL_MAKE_pn-${PN} = ""
72FILES_${PN} += "/root/SOURCE_THIS /usr/etc/" 72FILES_${PN} += "/root/SOURCE_THIS /usr/etc/"
73 73
74COMPATIBLE_HOST_fslmachine = ".*" 74COMPATIBLE_HOST_qoriq-ppc = ".*"
75COMPATIBLE_HOST ?= "(none)" 75COMPATIBLE_HOST ?= "(none)"
76 76