diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-08-24 22:24:30 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-08-25 18:14:53 +0100 |
commit | 8ce3e9a76dd34be067486c014b9a9a1fc52854bc (patch) | |
tree | dc72bd3fd174ee3438ea4f7b2d47b602c4fac3d1 /bitbake/lib/bb/data.py | |
parent | 7002d67de02206fca0782c3373e915de20a71e9e (diff) | |
download | poky-8ce3e9a76dd34be067486c014b9a9a1fc52854bc.tar.gz |
bitbake: runqueue: Don't use sys.argv
We should not be using sys.argv inside the server to decide which targets
the user added on the commandline. There might not even be a commandline.
Thankfully the targets variable is easily accessible in this context
and contains this exact data we want.
(Bitbake rev: 5b12bf30bccdd00262e74964223220c649040be4)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/data.py')
0 files changed, 0 insertions, 0 deletions