summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-numpy/fix_reproducibility.patch
diff options
context:
space:
mode:
authorAlexis Lothoré <alexis.lothore@bootlin.com>2025-01-15 15:34:43 +0100
committerSteve Sakoman <steve@sakoman.com>2025-01-24 07:59:39 -0800
commit5aca7316ac3584bffcc37fc416cfe902446cc6ee (patch)
treeba2a1b599aea9de9c97363255444d1a852f21efc /meta/recipes-devtools/python/python3-numpy/fix_reproducibility.patch
parentce05216f7a98b9e9b8081edeff0d73721161cfca (diff)
downloadpoky-5aca7316ac3584bffcc37fc416cfe902446cc6ee.tar.gz
oeqa/ssh: allow to retrieve raw, unformatted ouput
The ssh target is currently well tailored to easily retrieve textual output from a command run on a remote target. It could also be used to retrieve raw data from a command run onto a remote target (for example, to feed this data directly to another program), but it currently suffers two minor issues preventing such use case: - stderr is piped to stdout, so any error log will be mixed in the program output - the final output is decoded as utf-8 and stripped Allow to return the raw, unmodified output by adding an optional "raw" parameter. Keep it to False by default to preserve the current behavior. When enabled, do not return a string but the raw output as bytes. (From OE-Core rev: 8d05dc6e2284b7ed7c32a8215b9c8bf6f7dabf00) (From OE-Core rev: d09187db648053a763036a5209efd584b352cf31) Signed-off-by: Alexis Lothoré <alexis.lothore@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-devtools/python/python3-numpy/fix_reproducibility.patch')
0 files changed, 0 insertions, 0 deletions