[OE-core] [PATCH v4 2/3] Weston : Bump to 1.3.0 version

2013-10-14 Thread Ewan LE BIDEAU-CANEVET
Removed useless patches, modified weston-examples building options due to new version features (examples binaries names beginning with "weston" now and added new --enable-demo-clients feature), and added new --with-cairo=image/gl/glesv2 feature Signed-off-by: Ewan LE BIDEAU-CANEVET

[OE-core] [PATCH v4 1/3] Wayland : Bump to version 1.3.0

2013-10-14 Thread Ewan LE BIDEAU-CANEVET
Remove do_configure_append_class-native() function useless for this version (file wayland-scanner.m4.in does not exist anymore) Signed-off-by: Ewan LE BIDEAU-CANEVET --- .../wayland/{wayland_1.1.0.bb => wayland_1.3.0.bb} | 15 ++- 1 file changed, 2 insertions(+), 13 deleti

[OE-core] [PATCH v4 3/3] Weston-init : changes for 1.3.0 version

2013-10-14 Thread Ewan LE BIDEAU-CANEVET
added "weston-launch -u root" instead of weston due to new weston 1.3.0 version behavior Signed-off-by: Ewan LE BIDEAU-CANEVET --- meta/recipes-graphics/wayland/weston-init/init |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/wayland/weston

Re: [OE-core] [PATCH v3 1/2] wayland : Bump to 1.2.0 version

2013-10-10 Thread Ewan LE BIDEAU-CANEVET
On 10/10/2013 16:16, Burton, Ross wrote: On 10 October 2013 13:23, Ewan LE BIDEAU-CANEVET wrote: -SRC_URI_append_class-native = " file://just-scanner.patch" That patch - as it says - serves a useful purpose. What is the rationale for deleting it? If there's a good reason,

[OE-core] [PATCH v3 2/2] weston : Bump to 1.2.0 version

2013-10-10 Thread Ewan LE BIDEAU-CANEVET
Signed-off-by: Ewan LE BIDEAU-CANEVET --- meta/recipes-graphics/wayland/weston/groups.patch | 47 -- .../wayland/weston/weston-launch-shell.patch | 74 - .../wayland/{weston_1.1.0.bb => weston_1.2.0.bb} | 162 ++-- 3 files changed, 79 insertions(+),

[OE-core] [PATCH v3 1/2] wayland : Bump to 1.2.0 version

2013-10-10 Thread Ewan LE BIDEAU-CANEVET
Signed-off-by: Ewan LE BIDEAU-CANEVET --- .../wayland/wayland/just-scanner.patch | 36 .../wayland/{wayland_1.1.0.bb => wayland_1.2.0.bb} | 18 ++ 2 files changed, 2 insertions(+), 52 deletions(-) delete mode 100644 meta/recipes-graphics/wayl

[OE-core] [PATCH v2 1/2] wayland : Add wayland 1.2.0 bb file

2013-09-24 Thread Ewan LE BIDEAU-CANEVET
Signed-off-by: Ewan LE BIDEAU-CANEVET --- meta/recipes-graphics/wayland/wayland_1.2.0.bb | 25 + 1 file changed, 25 insertions(+) create mode 100644 meta/recipes-graphics/wayland/wayland_1.2.0.bb diff --git a/meta/recipes-graphics/wayland/wayland_1.2.0.bb b/meta

[OE-core] [PATCH v2 2/2] weston : Add weston 1.2.0 bb file

2013-09-24 Thread Ewan LE BIDEAU-CANEVET
Signed-off-by: Ewan LE BIDEAU-CANEVET --- meta/recipes-graphics/wayland/weston_1.2.0.bb | 79 +++ 1 file changed, 79 insertions(+) create mode 100644 meta/recipes-graphics/wayland/weston_1.2.0.bb diff --git a/meta/recipes-graphics/wayland/weston_1.2.0.bb b/meta/recipes

[OE-core] [PATCH] wayland/weston: bump to 1.2.0 version

2013-09-24 Thread Ewan LE BIDEAU-CANEVET
add bitbake files for wayland and weston 1.2.0 Signed-off-by: Ewan LE BIDEAU-CANEVET --- meta/recipes-graphics/wayland/wayland_1.2.0.bb | 25 meta/recipes-graphics/wayland/weston_1.2.0.bb | 79 ++ 2 files changed, 104 insertions(+) create mode 100644 meta

[OE-core] Building a Poky distribution based on Wayland/Weston 1.2

2013-09-19 Thread Ewan LE BIDEAU-CANEVET
Hello, I'm currently trying to have a poky distribution with Wayland/Weston 1.2 and no X server at all. I think I have successfully ported Wayland/Weston to 1.2 version and disabled the X server, so here is my questions : 1) Does this project interest you ? 2) How can I test if Wayland has