]> code.ossystems Code Review - openembedded-core.git/commit
oe-publish-sdk: fix layers init via ssh
authorAdrian Freihofer <adrian.freihofer@gmail.com>
Mon, 7 Sep 2020 16:43:13 +0000 (18:43 +0200)
committerSteve Sakoman <steve@sakoman.com>
Wed, 9 Sep 2020 14:16:15 +0000 (04:16 -1000)
commitcdbc9bf63b3e1354800032d0dd530949bafb7032
tree3ed21127378de0074df59008bae46d5e698fb709
parent21d7ab8ce10f6d6a56875244c09dcfebae457b22
oe-publish-sdk: fix layers init via ssh

Escaping does not work in my use case. It must be escaped for
python, ssh and shell as well as for different versions of echo.
Let's try it a little less elegant, but hopefully more reliable.

Signed-off-by: Adrian Freihofer <adrian.freihofer@siemens.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 5cc1ae332eb6b05d83802c8d64ab2767c7079412)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
scripts/oe-publish-sdk