diff options
author | Ting Liu <b28495@freescale.com> | 2014-07-11 01:52:40 -0500 |
---|---|---|
committer | Zhenhua Luo <zhenhua.luo@freescale.com> | 2014-07-15 14:13:20 +0800 |
commit | 1f1fec62e031c0479e74cc83fd8661d91fe8edc1 (patch) | |
tree | 3c486ed42c1b14c2aac0b6060ead836c3da3d954 /recipes-devtools/qemu | |
parent | b46de2d97995432810f947b59691cfb04360ed14 (diff) | |
download | meta-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-devtools/qemu')
-rw-r--r-- | recipes-devtools/qemu/qemu_fslgit.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/qemu/qemu_fslgit.bb b/recipes-devtools/qemu/qemu_fslgit.bb index 30f27d6..88e78b5 100644 --- a/recipes-devtools/qemu/qemu_fslgit.bb +++ b/recipes-devtools/qemu/qemu_fslgit.bb | |||
@@ -46,4 +46,4 @@ INSANE_SKIP_${PN} += "dev-deps" | |||
46 | # the package get built. COMPATIBLE_HOST would not work | 46 | # the package get built. COMPATIBLE_HOST would not work |
47 | # because it was too generic | 47 | # because it was too generic |
48 | COMPATIBLE_MACHINE = "a^" | 48 | COMPATIBLE_MACHINE = "a^" |
49 | COMPATIBLE_MACHINE_libc-glibc_fslmachine = ".*" | 49 | COMPATIBLE_MACHINE_libc-glibc_qoriq-ppc = ".*" |