| Submitter | Koen Kooi |
|---|---|
| Date | May 23, 2011, 11:58 a.m. |
| Message ID | <1306151894-27522-1-git-send-email-koen@dominion.thruhere.net> |
| Download | mbox | patch |
| Permalink | /patch/4627/ |
| State | New, archived |
| Headers | show |
Comments
On Mon, 2011-05-23 at 13:58 +0200, Koen Kooi wrote: > Things like 'distcc' and 'bash' are not essential to booting a qemu machine. Agreed, although it largely depends on the context of what you believe the qemu machines are for. Its policy so it belongs in the distro at least so I'll change this back to something in poky.conf... Cheers, Richard > Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> > --- > 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 40723eb..4122a88 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" > #PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto" > > EXTRA_IMAGEDEPENDS += "qemu-native qemu-helper-native" > -MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "qemu-config"
Patch
diff --git a/meta/conf/machine/include/qemu.inc b/meta/conf/machine/include/qemu.inc index 40723eb..4122a88 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" #PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto" EXTRA_IMAGEDEPENDS += "qemu-native qemu-helper-native" -MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "qemu-config"
Things like 'distcc' and 'bash' are not essential to booting a qemu machine. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> --- meta/conf/machine/include/qemu.inc | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)