]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
oe-debuginfod: add option for data storage
authorJoe Slater <joe.slater@windriver.com>
Wed, 16 Jul 2025 09:01:02 +0000 (02:01 -0700)
committerSteve Sakoman <steve@sakoman.com>
Wed, 16 Jul 2025 21:09:39 +0000 (14:09 -0700)
commit24c0ab18045920bb5c1e965c0ea6d176fd6de234
tree15bb6847a6a46ecd2e5653ba0798a0590468d113
parent4db0483cfd14e31c3e7cc87d538d73275fd51bbf
oe-debuginfod: add option for data storage

Storing the data files under $HOME can be unreliable if debuginfod
is used for several projects, especially if $HOME is shared
between machines.  We provide an option to save files under the
project directory.  The default behavior is unchanged.

(From OE-Core rev: e1e0cf82f559077e2a51447baf137086202c0c4a)

Signed-off-by: Joe Slater <joe.slater@windriver.com>
Signed-off-by: Deepesh Varatharajan <Deepesh.Varatharajan@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
scripts/oe-debuginfod