[OE-core] [PATCH 1/2] weston-init: Fix tab indentation

2019-05-09 Thread Breno Leitao
From: Breno Leitao This patch simply fixes space and tab mixes. It converts space to tabs. This is being done since I am going to change the code in the next commit and I do not want to change more lines than it is required, thus, I am creating a commit just to fix indentation, so I can create

[OE-core] [PATCH 2/2] weston-init: Add support for non-root start

2019-05-09 Thread Breno Leitao
From: Breno Leitao This commit adds support for two variables (WESTON_USER and WESTON_TTY) that would be passed to weston_launch. It allows starting weston as a non-root user. Signed-off-by: Breno Leitao --- .../wayland/weston-init/weston-start| 17 +++-- 1 file

[OE-core] [PATCH] weston-init: Fix WESTON_USER typo

2019-05-13 Thread Breno Leitao
From: Breno Leitao Commit 837c786d600ba69('weston-init: Add support for non-root start') added a typo that uses WEST_USER instead of WESTON_USER variable when chwon'ing the XDG_RUNTIME_DIR directory. Since WEST_USER is not defined, it will `chown :$WESTON_USER file`, which will work

[OE-core] [PATCH] devtool: Add IPv6 deploy targets targets

2020-05-27 Thread Breno Leitao
From: Breno Leitao Unfortunately devtool is not able to deploy (and undeploy) into IPv6 hosts. This patch simply adds a way to use IPv6 target address similarly to ssh/scp, as foo@[:::]:/destdir. In order to do it, I've created a function that parses the hostname, user and destdir