Files
poky/meta/classes
André Draszik 8073884454 testimage.bbclass: enable ssh agent forwarding
Some targets might use ssh to do their power- or serial-
control. In that case, ssh might need access to the
ssh agent, or otherwise won't work.

So export it into the environment.

Note that the (old) oeqa/controllers/masterimage.py
tries to do that as well by exporting all of BB_ORIGENV
into the test environment. Here in testimage.bbclass we
are a bit more strict and only pass the ssh related
environment variables.

(From OE-Core rev: d99617b8f2a9354b7357524fcd2eee16af0677b7)

Signed-off-by: André Draszik <git@andred.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2019-10-19 23:18:33 +01:00
..
2019-04-12 09:29:06 +01:00
2019-02-08 10:57:19 +00:00
2019-06-14 22:48:22 +01:00
2019-09-18 17:52:01 +01:00
2019-03-06 23:12:27 +00:00
2019-04-23 23:30:20 +01:00