]> Git Repo - linux.git/commit
tty: vt: conmakehash: Don't mention the full path of the input in output
authorUwe Kleine-König <[email protected]>
Mon, 11 Mar 2024 11:30:18 +0000 (12:30 +0100)
committerGreg Kroah-Hartman <[email protected]>
Tue, 9 Apr 2024 13:50:12 +0000 (15:50 +0200)
commit3bd85c6c97b2d232638594bf828de62083fe3389
tree7f75c2f9a713f1bb7ddc7f4390e4b0c038624287
parentda4e0ba419bb953fb8ae0aa4f85aef3febfbdf3e
tty: vt: conmakehash: Don't mention the full path of the input in output

This change strips $abs_srctree of the input file containing the
character mapping table in the generated output. The motivation for this
change is Yocto emitting a build warning

        WARNING: linux-lxatac-6.7-r0 do_package_qa: QA Issue: File /usr/src/debug/linux-lxatac/6.7-r0/drivers/tty/vt/consolemap_deftbl.c in package linux-lxatac-src contains reference to TMPDIR

So this change brings us one step closer to make the build result
reproducible independent of the build path.

Signed-off-by: Uwe Kleine-König <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
drivers/tty/vt/conmakehash.c
This page took 0.052114 seconds and 4 git commands to generate.