diff options
| author | Koen Kooi <koen@dominion.thruhere.net> | 2011-05-23 13:58:14 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-23 15:47:47 +0100 |
| commit | ed6f039bca9bd8da640ba8c76a4751bc818a091b (patch) | |
| tree | 65646622def6740e82eaef8c263eadb63b3f2d94 | |
| parent | be7020c5ff07ddbf59a2e768c6952dd694534309 (diff) | |
| download | poky-ed6f039bca9bd8da640ba8c76a4751bc818a091b.tar.gz | |
qemu machines: drop MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "qemu-config"
Things like 'distcc' and 'bash' are not essential to booting a qemu machine.
(From OE-Core rev: 65f1109faf9548c5d083089561d5b9d99dbacc83)
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/conf/machine/include/qemu.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/conf/machine/include/qemu.inc b/meta/conf/machine/include/qemu.inc index 40723ebf71..4122a882dd 100644 --- a/meta/conf/machine/include/qemu.inc +++ b/meta/conf/machine/include/qemu.inc | |||
| @@ -17,4 +17,3 @@ PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" | |||
| 17 | #PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto" | 17 | #PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto" |
| 18 | 18 | ||
| 19 | EXTRA_IMAGEDEPENDS += "qemu-native qemu-helper-native" | 19 | EXTRA_IMAGEDEPENDS += "qemu-native qemu-helper-native" |
| 20 | MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "qemu-config" | ||
