Re: [OE-core] Ensuring a task is re-ran when local.conf is updated

2014-05-03 Thread Burton, Ross
On 2 May 2014 23:07, Richard Purdie richard.pur...@linuxfoundation.org wrote: It may well do and I've realised the issue: codeparser.py: class PythonParser(): getvars = (d.getVar, bb.data.getVar, data.getVar, d.appendVar, d.prependVar) we probably need to change this to an

Re: [OE-core] Ensuring a task is re-ran when local.conf is updated

2014-05-03 Thread Richard Purdie
On Sat, 2014-05-03 at 10:03 +0100, Burton, Ross wrote: On 2 May 2014 23:07, Richard Purdie richard.pur...@linuxfoundation.org wrote: It may well do and I've realised the issue: codeparser.py: class PythonParser(): getvars = (d.getVar, bb.data.getVar, data.getVar, d.appendVar,

[OE-core] [PATCH] gcc-common: Ensure checksums don't change to match old behaviour

2014-05-03 Thread Richard Purdie
There is a fix about to go into bitbake to ensure that datastores being accessed with a name other than d are correctly reflected in checksums. This will cause this function to add in a number of dependencies we don't want. These do need to be properly unravelled in due course but would only

Re: [OE-core] [PATCH 1/1] curl: Backport a fix for a build issue

2014-05-03 Thread Otavio Salvador
Hello Tudor, On Fri, May 2, 2014 at 7:21 PM, Tudor Florea tudor.flo...@enea.com wrote: mkhelp: generate code for --disable-manual as well This allows configure --disable-manual to run and build without having to regenerate the src/tool_hugehelp.c file which otherwise is necessary since we

Re: [OE-core] quilt-native fails on tar version 1.27.1

2014-05-03 Thread Otavio Salvador
On Sat, May 3, 2014 at 12:23 AM, Trevor Woerner trevor.woer...@linaro.org wrote: On 30 April 2014 13:57, Paul Barker p...@paulbarker.me.uk wrote: If you can't find a good guide online on how to set this up, let me know and I'll write up a blog post of how I did it. I'd be interested in

Re: [OE-core] oe-selftest developer oriented improvements

2014-05-03 Thread Trevor Woerner
Hello, This sounds like a great addition! On 23 April 2014 05:26, Stoicescu, CorneliuX corneliux.stoice...@intel.com wrote: 1) Testing recipes updates or new recipes (any experience from common recipe build fails can be helpful here) I recently stumbled on a situation where doing a clean on

[OE-core] [PATCH] defaultsetup: enable blacklist by default

2014-05-03 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/conf/distro/defaultsetup.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/conf/distro/defaultsetup.conf b/meta/conf/distro/defaultsetup.conf index 5557350..4437267 100644 ---

Re: [OE-core] Ensuring a task is re-ran when local.conf is updated

2014-05-03 Thread Burton, Ross
On 3 May 2014 10:08, Richard Purdie richard.pur...@linuxfoundation.org wrote: Could this be the root-cause of so many instances where we've had to add explicit hints that variables should be added to the hash? Is there really so many? In each case we've seen its been due to the code being

[OE-core] [PATCH] serial-getty service: Add linux as default TERM

2014-05-03 Thread Joel Fernandes
In poky with systemd enabled, vt102 is selected for getty causing user to experience a very crappy terminal. Default TERM to linux. Signed-off-by: Joel Fernandes jo...@ti.com --- .../systemd-serialgetty/serial-getty@.service |1 + meta/recipes-core/systemd/systemd_211.bb |

Re: [OE-core] [PATCH] serial-getty service: Add linux as default TERM

2014-05-03 Thread Otavio Salvador
On Sat, May 3, 2014 at 7:39 PM, Joel Fernandes jo...@ti.com wrote: In poky with systemd enabled, vt102 is selected for getty causing user to experience a very crappy terminal. Default TERM to linux. Signed-off-by: Joel Fernandes jo...@ti.com Don't bump PR, this is not needed in this case.

Re: [OE-core] [PATCH] serial-getty service: Add linux as default TERM

2014-05-03 Thread Joel Fernandes
On 05/03/2014 05:44 PM, Otavio Salvador wrote: On Sat, May 3, 2014 at 7:39 PM, Joel Fernandes jo...@ti.com wrote: In poky with systemd enabled, vt102 is selected for getty causing user to experience a very crappy terminal. Default TERM to linux. Signed-off-by: Joel Fernandes jo...@ti.com

Re: [OE-core] [PATCH] serial-getty service: Add linux as default TERM

2014-05-03 Thread Otavio Salvador
On Sat, May 3, 2014 at 7:53 PM, Joel Fernandes jo...@ti.com wrote: On 05/03/2014 05:44 PM, Otavio Salvador wrote: On Sat, May 3, 2014 at 7:39 PM, Joel Fernandes jo...@ti.com wrote: In poky with systemd enabled, vt102 is selected for getty causing user to experience a very crappy terminal.

[OE-core] [PATCH v2] serial-getty service: Add linux as default TERM

2014-05-03 Thread Joel Fernandes
In poky with systemd enabled, vt102 is selected for getty causing user to experience a very crappy terminal. Default TERM to linux. Signed-off-by: Joel Fernandes jo...@ti.com --- v2: Dropped PR bump .../systemd-serialgetty/serial-getty@.service |1 + 1 file changed, 1 insertion(+)