diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-03-31 11:14:59 +0100 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2011-05-06 17:44:24 -0700 |
commit | 8404b657fa70793b3eacb4d553974b590a79c98e (patch) | |
tree | 2894ea0ca996f911bf819328d0c6c8a6de5a8c16 | |
parent | e4ab64389e85edfb79b83380e3e77393f176f076 (diff) | |
download | poky-8404b657fa70793b3eacb4d553974b590a79c98e.tar.gz |
qemu-config: Enable for qemumips/qemuppc
(From OE-Core rev: 7dbb204266a480435f78837aa1bded30fed96378)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-bsp/qemu-config/qemu-config.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-bsp/qemu-config/qemu-config.bb b/meta/recipes-bsp/qemu-config/qemu-config.bb index 0792670463..0247cf8994 100644 --- a/meta/recipes-bsp/qemu-config/qemu-config.bb +++ b/meta/recipes-bsp/qemu-config/qemu-config.bb | |||
@@ -15,7 +15,7 @@ SRC_URI = "file://distcc.sh \ | |||
15 | 15 | ||
16 | S = "${WORKDIR}" | 16 | S = "${WORKDIR}" |
17 | 17 | ||
18 | COMPATIBLE_MACHINE = "(qemuarm|qemux86)" | 18 | COMPATIBLE_MACHINE = "(qemuarm|qemux86|qemumips|qemuppc)" |
19 | PACKAGE_ARCH = "all" | 19 | PACKAGE_ARCH = "all" |
20 | 20 | ||
21 | do_install() { | 21 | do_install() { |