tools: Do not generate logo when cross-building
authorJan Kiszka <jan.kiszka@siemens.com>
Sat, 23 Aug 2025 15:21:09 +0000 (17:21 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 10 Sep 2025 16:38:50 +0000 (10:38 -0600)
commit371a76e845504c9ba7ca216b6edfb4ae4ec14e56
treefe8d8842b36f89e9b86c749688ac07fe3f530e1b
parent7d921410ef2e5873b6602760a0fd4d393bc9c2e6
tools: Do not generate logo when cross-building

This cannot work (unless qemu-user is registered in binfmt_misc) as the
tools will be for a different architecture.

Fixes "make cross_tools" in case CONFIG_VIDEO_LOGO is enabled.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
tools/Makefile