Re: [yocto] [matchbox-keyboard][PATCH 1/1] Addition of french keyboard

2016-05-17 Thread Herve Jourdain
Hi Ross, I’ve just re-submitted the patches against the matchbox-keyboard-0-1 branch, please let me know if I missed anything while doing that. I believe you’re aware there is another patch, 1 line patch, by Jussi Kukkonen, applied to matchbox-keyboard, “0001-desktop-file-Hide-the-keyboa

[yocto] [matchbox-keyboard][PATCH ] Support of "caps" tag

2016-05-17 Thread Herve Jourdain
Signed-off-by: Herve Jourdain --- src/config-parser.c | 5 + src/matchbox-keyboard-key.c | 11 --- src/matchbox-keyboard-ui-cairo-backend.c | 10 +++--- src/matchbox-keyboard-ui-xft-backend.c | 10 +++--- src/matchbox-keyboard.c

[yocto] [matchbox-keyboard][PATCH ] Support of "caps" tag

2016-05-17 Thread Herve Jourdain
This patch allows the support of a "caps" tag, that defines the value of the key when the CAPS action modifier is in effect. This feature is needed for the french keyboard - at least - in order to handle the uppercase accented letters, that are the ones accessible when caps is on, for some keys.

[yocto] [matchbox-keyboard][PATCH 1/1] Addition of french keyboard

2016-05-17 Thread Herve Jourdain
Signed-off-by: Herve Jourdain --- layouts/Makefile.am | 2 +- layouts/keyboard-fr.xml | 343 2 files changed, 344 insertions(+), 1 deletion(-) create mode 100644 layouts/keyboard-fr.xml diff --git a/layouts/Makefile.am b/layouts/Makefile.am

[yocto] [matchbox-keyboard][PATCH 0/1] Addition of french keyboard

2016-05-17 Thread Herve Jourdain
The layout added is the one for French (France). The behaviour for the CAPS keys is the same as Ubuntu (which is different from the behaviour in Windows). This layout uses the "caps" tag, that sets the value of the key when the CAPS action modifier is in effect. Tests have been done using sato.

Re: [yocto] Curl recipe not applying DISTRO_FEATURES

2016-05-17 Thread Khem Raj
On Tue, May 17, 2016 at 1:14 AM, Christian Fuchs wrote: > Hello everybody, > > I am using Yocto version 1.8 and I'm having trouble compiling curl on a > 64-bit machine running Debian Wheezy 7.10. > > The recipe always creates a libcurl.so.5 library, which I understand is due > to an error regardin

Re: [yocto] [matchbox-keyboard][PATCH 1/1] Addition of french keyboard

2016-05-17 Thread Herve Jourdain
Hi Ross, Oh, OK, I’ll do that, please allow me to do it tomorrow though. Herve From: Burton, Ross [mailto:ross.bur...@intel.com] Sent: mardi 17 mai 2016 14:14 To: Herve Jourdain Cc: yocto@yoctoproject.org Subject: Re: [yocto] [matchbox-keyboard][PATCH 1/1] Addition of french keyboard

Re: [yocto] Extending runqemu/runqemu-internal with new machines

2016-05-17 Thread Burton, Ross
On 17 May 2016 at 02:15, Andrew Jeffery wrote: > Is there a better way to work that might avoid these issues? > Alternatively, should we start looking at reworking the > runqemu/runqemu-internal scripts such that we don't have to patch them > to support our use-case? If so, what sort of approach

[yocto] Extending runqemu/runqemu-internal with new machines

2016-05-17 Thread Andrew Jeffery
Hi all, I'm interested in how to best extend the runqemu/runqemu-internal scripts to add support for more specific machine types. The OpenBMC project[1] (which uses Yocto) has been working on upstreaming support for the Aspeed AST2400 and AST2500 SoCs[3] in the kernel and qemu, and we'd like to ru

Re: [yocto] [matchbox-keyboard][PATCH 1/1] Addition of french keyboard

2016-05-17 Thread Burton, Ross
Hi Herve, Can you submit the two patches (caps behaviour, and french layout) against the matchbox-keyboard-0.1 branch directly to this list please? Then we can just bump the srcrev in the recipe instead of carrying patches against our own software. Ross On 17 May 2016 at 10:43, Herve Jourdain

[yocto] [matchbox-keyboard][PATCH 1/1] Addition of french keyboard

2016-05-17 Thread Herve Jourdain
Signed-off-by: Herve Jourdain --- .../files/0002-add-french-keyboard.patch | 477 + .../matchbox-keyboard/matchbox-keyboard_git.bb | 1 + 2 files changed, 478 insertions(+) create mode 100644 meta/recipes-sato/matchbox-keyboard/files/0002-add-french-keyboard.

[yocto] [matchbox-keyboard][PATCH 0/1] Addition of french keyboard

2016-05-17 Thread Herve Jourdain
The layout added is the one for French (France). The behaviour for the CAPS keys is the same as Ubuntu (which is different from the behaviour in Windows). In addition to the layout, a patch has been necessary to support a "caps" tag, that sets the value of the key when the CAPS action modifier is

[yocto] Curl recipe not applying DISTRO_FEATURES

2016-05-17 Thread Christian Fuchs
Hello everybody, I am using Yocto version 1.8 and I'm having trouble compiling curl on a 64-bit machine running Debian Wheezy 7.10. The recipe always creates a libcurl.so.5 library, which I understand is due to an error regarding the size of off_t picked up by autotools. From the recipe: #