Skip to content

Commit fb3b9c2

Browse files
lynxeye-devhdeller
authored andcommitted
video: logo: Drop full path of the input filename in generated file
Avoid this Yocto build warning to make build reproducible: WARNING: linux-foo-6.8-r0 do_package_qa: QA Issue: File /usr/src/debug/linux-foo/6.8-r0/drivers/video/logo/logo_linux_clut224.c in package linux-foo-src contains reference to TMPDIR Helge modified the patch to drop the whole line. Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Signed-off-by: Helge Deller <deller@gmx.de>
1 parent 536a82d commit fb3b9c2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/video/logo/pnmtologo.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,8 +235,6 @@ static void write_header(void)
235235
fputs("/*\n", out);
236236
fputs(" * DO NOT EDIT THIS FILE!\n", out);
237237
fputs(" *\n", out);
238-
fprintf(out, " * It was automatically generated from %s\n", filename);
239-
fputs(" *\n", out);
240238
fprintf(out, " * Linux logo %s\n", logoname);
241239
fputs(" */\n\n", out);
242240
fputs("#include <linux/linux_logo.h>\n\n", out);

0 commit comments

Comments
 (0)