Re: [OE-core] [PATCH] qemu: add recommend of kernel-modules for all qemu machines

2013-09-05 Thread Burton, Ross
On 5 September 2013 15:19, Burton, Ross wrote: > On 5 September 2013 14:09, Stanacar, StefanX > wrote: >> I just tested that the third option can be done (for this case at least) >> by changing ConditionPathExists=/proc/sys/fs/binfmt_misc/ to >> ConditionDirectoryNotEmpty=/proc/sys/fs/binfmt_mis

Re: [OE-core] [PATCH] qemu: add recommend of kernel-modules for all qemu machines

2013-09-05 Thread Burton, Ross
On 5 September 2013 14:09, Stanacar, StefanX wrote: > I just tested that the third option can be done (for this case at least) > by changing ConditionPathExists=/proc/sys/fs/binfmt_misc/ to > ConditionDirectoryNotEmpty=/proc/sys/fs/binfmt_misc/ for > proc-sys-fs-binfmt_misc.automount unit file and

Re: [OE-core] [PATCH] qemu: add recommend of kernel-modules for all qemu machines

2013-09-05 Thread Stanacar, StefanX
On Thu, 2013-09-05 at 11:45 +0100, Burton, Ross wrote: > On 5 September 2013 11:20, Burton, Ross wrote: > > I've also decided that maybe systemd isn't being quite as clever as it > > should and maybe fixing it there is the real fix. > > s/systemd/Linux/. > > The bug is that doing a "df" on a q

Re: [OE-core] [PATCH] qemu: add recommend of kernel-modules for all qemu machines

2013-09-05 Thread Bruce Ashfield
On Thu, Sep 5, 2013 at 3:11 AM, Martin Jansa wrote: > On Wed, Sep 04, 2013 at 08:51:25PM -0400, Bruce Ashfield wrote: >> On Wed, Sep 4, 2013 at 6:01 PM, Richard Purdie >> wrote: >> > On Wed, 2013-09-04 at 17:22 +0100, Ross Burton wrote: >> >> Only qemumips was recommending kernel-modules which me

Re: [OE-core] [PATCH] qemu: add recommend of kernel-modules for all qemu machines

2013-09-05 Thread Burton, Ross
On 5 September 2013 11:20, Burton, Ross wrote: > I've also decided that maybe systemd isn't being quite as clever as it > should and maybe fixing it there is the real fix. s/systemd/Linux/. The bug is that doing a "df" on a qemu systemd image results in it attempting to automount /proc/sys/fs/bi

Re: [OE-core] [PATCH] qemu: add recommend of kernel-modules for all qemu machines

2013-09-05 Thread Burton, Ross
On 5 September 2013 08:11, Martin Jansa wrote: > I don't think this is right way to do it. > > It's good to have as many optional modules available in feed (so to > enable many modules in configs - you never know what obscure device > someone will try to test with qemu and one more module and pack

Re: [OE-core] [PATCH] qemu: add recommend of kernel-modules for all qemu machines

2013-09-05 Thread Martin Jansa
On Wed, Sep 04, 2013 at 08:51:25PM -0400, Bruce Ashfield wrote: > On Wed, Sep 4, 2013 at 6:01 PM, Richard Purdie > wrote: > > On Wed, 2013-09-04 at 17:22 +0100, Ross Burton wrote: > >> Only qemumips was recommending kernel-modules which meant that the other > >> qemu > >> machines were missing so

Re: [OE-core] [PATCH] qemu: add recommend of kernel-modules for all qemu machines

2013-09-04 Thread Bruce Ashfield
On Wed, Sep 4, 2013 at 6:01 PM, Richard Purdie wrote: > On Wed, 2013-09-04 at 17:22 +0100, Ross Burton wrote: >> Only qemumips was recommending kernel-modules which meant that the other qemu >> machines were missing some kernel modules, for example binfmt-misc. >> >> Move the recommends to qemu.in

Re: [OE-core] [PATCH] qemu: add recommend of kernel-modules for all qemu machines

2013-09-04 Thread Richard Purdie
On Wed, 2013-09-04 at 17:22 +0100, Ross Burton wrote: > Only qemumips was recommending kernel-modules which meant that the other qemu > machines were missing some kernel modules, for example binfmt-misc. > > Move the recommends to qemu.inc so that all qemu machines pull in the kernel > modules tha

[OE-core] [PATCH] qemu: add recommend of kernel-modules for all qemu machines

2013-09-04 Thread Ross Burton
Only qemumips was recommending kernel-modules which meant that the other qemu machines were missing some kernel modules, for example binfmt-misc. Move the recommends to qemu.inc so that all qemu machines pull in the kernel modules that have been built. [ YOCTO #4863 ] Signed-off-by: Ross Burton