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

2020-05-28 Thread Richard Purdie
On Wed, 2020-05-27 at 10:51 +0100, Breno Leitao wrote: > 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

[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,