]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
devtool: drop S = WORKDIR workaround
authorAdrian Freihofer <adrian.freihofer@gmail.com>
Sun, 22 Sep 2024 15:43:14 +0000 (17:43 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 30 Sep 2024 15:54:15 +0000 (16:54 +0100)
commit2b799fdf267f44c26797593984d9828c4fd0fd31
tree72edbc1614e7f5ec13326046452b5a679ae42c39
parent20a64bc696033b4d67294058b6c4a2e8f29f3aaa
devtool: drop S = WORKDIR workaround

Dropping support for S = WORKDIR allows to drop this ugly workaround.

With S = WORKDIR it was possible to refer to a file via oe-local-files
symlink or via direct file path. Ensuring the pseudo database is
consistent for both paths was extra complicated and required this bad
function. Really nice to drop it now!

Signed-off-by: Adrian Freihofer <adrian.freihofer@siemens.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/selftest/cases/devtool.py
scripts/lib/devtool/ide_sdk.py