Re: [OE-core] [for-denzil][PATCH] gconf: Disable gtk support

2012-10-07 Thread Ross Burton
On Friday, 5 October 2012 at 07:26, Koen Kooi wrote: There are only a couple of helper utilities within gconf that need gtk+ as a dependency and those are unused and pretty useless. We might as well drop the dependency on gtk and allow more parallel builds by reducing dependency

[OE-core] [PATCH] nfs-export-root: add explict no_subtree-check to suppress warning

2012-10-07 Thread Saul Wold
exportfs: /etc/exports [1]: Neither 'subtree_check' or 'no_subtree_check' specified for export *:/. Assuming default behaviour ('no_subtree_check'). NOTE: this default has changed since nfs-utils version 1.0.x Signed-off-by: Saul Wold s...@linux.intel.com ---

Re: [OE-core] [poky] [PATCH 0/2] Update poky-tiny to linux-yocto-tiny_3.4 for qemux86

2012-10-07 Thread Darren Hart
On 10/05/2012 04:31 PM, Darren Hart wrote: As these patches are dependent on eachother, sending to both poky and oe-core lists. Flame away. The refresh to 3.4 for tiny is coming in rather late as I was focused on other BSPs. However, qemux86 has been at 3.4 for poky and linux-yocto for a

[OE-core] [PATCH 1/2] linux-yocto/3.4: fix kconfig warnings and unnecessary options

2012-10-07 Thread Bruce Ashfield
Updating the kernel configuration fragments to fix the following issues: - remove options that are no longer in the 3.4 kernel - disable unused, but large kernel modules - fix kconfig audit warnings for x86 BSPs - make uprobes reusable by multiple fragments The following meta branch

[OE-core] [PATCH 2/2] linux-yocto/3.4: tiny: Add qemu KMACHINE to common-pc-tiny.scc

2012-10-07 Thread Bruce Ashfield
Updating the meta SRCREV to pickup the following change: Ensure the qemux86 machine is defined in common-pc-tiny as it is for -standard and -rt. Signed-off-by: Darren Hart dvh...@linux.intel.com Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com ---

[OE-core] [PATCH 0/2] linux-yocto: consolidated configuration update

2012-10-07 Thread Bruce Ashfield
Richard/Saul, This update carries the same warning as one I sent earlier, I'm out of the office until Wednesday, but don't want to sit on these chanages until then. This pull request are the configuration changes that I've collected over the past few weeks that are safe for the yocto 1.3

Re: [OE-core] [PATCH] libdrm: Explicitly disable the cairo dependency

2012-10-07 Thread Daniel Stone
On 7 October 2012 12:10, Daniel Stone dan...@fooishbar.org wrote: On 5 October 2012 21:47, Richard Purdie richard.pur...@linuxfoundation.org wrote: We don't want the cairo dependency. Unfortunately simply checking whether its present isn't good enough. If its not in DEPENDS, it can disappear