> On 5 Feb 2025, at 15:05, Quentin Schulz via lists.openembedded.org
> wrote:
> +if subprocess.call(["which", "lsdiff"], stdout=subprocess.DEVNULL) != 0:
“which” isn’t actually a standard tool, so I’d use shutil.which() instead:
guaranteed to work and no need to spawn.
Ross
-=-=-=-=-=-=-=-
From: Quentin Schulz
poky is a combo-layer containing BitBake, OpenEmbedded-Core and Yocto
Documentation source code into one big repo. It is not uncommon to have
people develop patches for either of those projects from a poky git
repo.
However, it is unlikely those patches are to be sent to the