]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
devtool: deploy: Run pseudo with correct PATH
authorPaul Barker <paul@pbarker.dev>
Tue, 6 Jan 2026 16:03:32 +0000 (16:03 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 22 Jan 2026 16:50:56 +0000 (16:50 +0000)
commitd8e5fb838c12f8d99bc351d3567df2c3d8907bd3
tree861915c25d573786de213020d3a7b33ebb980774
parent9305c604551efbfda0476957af5aa377db1859ec
devtool: deploy: Run pseudo with correct PATH

When running FAKEROOTCMD (i.e. pseudo), we need to use the same PATH as
we would use if we were running inside bitbake instead of the host
environment's PATH. This ensures that we don't pick up any host
executables that may have problems with pseudo (such as the uutils
implementations of common system utilities used in Ubuntu 25.10).

Signed-off-by: Paul Barker <paul@pbarker.dev>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/devtool/__init__.py
scripts/lib/devtool/deploy.py