summaryrefslogtreecommitdiffstats
path: root/recipes-dpaa
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
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')
-rw-r--r--recipes-dpaa/fmlib/fmlib_git.bb2
-rw-r--r--recipes-dpaa/usdpaa/usdpaa_git.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-dpaa/fmlib/fmlib_git.bb b/recipes-dpaa/fmlib/fmlib_git.bb
index 04ca515..d59d6ac 100644
--- a/recipes-dpaa/fmlib/fmlib_git.bb
+++ b/recipes-dpaa/fmlib/fmlib_git.bb
@@ -16,7 +16,7 @@ S = "${WORKDIR}/git"
16TARGET_ARCH_FMLIB = "${DEFAULTTUNE}" 16TARGET_ARCH_FMLIB = "${DEFAULTTUNE}"
17TARGET_ARCH_FMLIB_e5500 = "ppc32e5500" 17TARGET_ARCH_FMLIB_e5500 = "ppc32e5500"
18TARGET_ARCH_FMLIB_e6500 = "ppc32e6500" 18TARGET_ARCH_FMLIB_e6500 = "ppc32e6500"
19COMPATIBLE_HOST_fslmachine = ".*" 19COMPATIBLE_HOST_qoriq-ppc = ".*"
20COMPATIBLE_HOST ?= "(none)" 20COMPATIBLE_HOST ?= "(none)"
21 21
22EXTRA_OEMAKE = "DESTDIR=${D} PREFIX=${prefix} LIB_DEST_DIR=${libdir} \ 22EXTRA_OEMAKE = "DESTDIR=${D} PREFIX=${prefix} LIB_DEST_DIR=${libdir} \
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