Re: [OE-core] [<OE-core][PATCH v2 1/4] weston-init: Handle Weston startup correctly.

2016-01-08 Thread Tom Hochstein
of a new image or DISTRO_FEATURE to control the initial state of USE_XWAYLAND? Tom -Original Message- From: Otavio Salvador [mailto:otavio.salva...@ossystems.com.br] Sent: Monday, December 21, 2015 5:24 AM To: Thomas Hochstein <tom.hochst...@freescale.com> Cc: Prabhu Sundar

Re: [OE-core] [<OE-core][PATCH v2 1/4] weston-init: Handle Weston startup correctly.

2015-12-21 Thread Otavio Salvador
Hello Tom, On Sat, Dec 19, 2015 at 4:08 PM, Tom Hochstein wrote: > Can you be more explicit about what you mean by weston-launch wrapper? Do you > want to hide the current weston-launch binary and replace it by a new > weston-launch wrapper? What happens to my

Re: [OE-core] [<OE-core][PATCH v2 1/4] weston-init: Handle Weston startup correctly.

2015-12-19 Thread Tom Hochstein
hst...@freescale.com> Cc: Sundararaj Prabhu-B36876 <prabhu.sundara...@freescale.com>; Patches and discussions about the oe-core layer <openembedded-core@lists.openembedded.org> Subject: Re: [OE-core] [<OE-core][PATCH v2 1/4] weston-init: Handle Weston startup correctly. On Fri, Dec 18,

Re: [OE-core] [<OE-core][PATCH v2 1/4] weston-init: Handle Weston startup correctly.

2015-12-19 Thread Otavio Salvador
On Fri, Dec 18, 2015 at 8:36 PM, Tom Hochstein wrote: > Hi Otavio, > > Does the existence of /usr/lib/weston/xwayland.so give us what we want? > > if [ -f /usr/lib/weston/xwayland.so ]; then > mkdir -p /tmp/.X11-unix >

Re: [OE-core] [<OE-core][PATCH v2 1/4] weston-init: Handle Weston startup correctly.

2015-12-18 Thread Otavio Salvador
Hello Tom, On Thu, Dec 17, 2015 at 8:04 PM, Tom Hochstein wrote: > Weston is started in different ways depending on the image > configuration and the runtime scenario. Refer to the weston man > page for more information. > > Signed-off-by: Tom Hochstein

Re: [OE-core] [<OE-core][PATCH v2 1/4] weston-init: Handle Weston startup correctly.

2015-12-18 Thread Tom Hochstein
he oe-core layer <openembedded-core@lists.openembedded.org> Subject: Re: [OE-core] [<OE-core][PATCH v2 1/4] weston-init: Handle Weston startup correctly. Hello Tom, On Thu, Dec 17, 2015 at 8:04 PM, Tom Hochstein <tom.hochst...@freescale.com> wrote: > Weston is started in

[OE-core] [<OE-core][PATCH v2 1/4] weston-init: Handle Weston startup correctly.

2015-12-17 Thread Tom Hochstein
Weston is started in different ways depending on the image configuration and the runtime scenario. Refer to the weston man page for more information. Signed-off-by: Tom Hochstein --- meta/recipes-graphics/wayland/weston-init.bb | 15 ++-