From faa5101a6f113e02cd88c6660037807f7102c6a2 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Wed, 18 Jan 2023 01:57:16 +0000 Subject: [PATCH] tools-disable-video-logo Disable video logo as this breaks cross-building, which runs bmp_logo during the build to generate the logo headers. Debian does not currently ship the bmp_logo tool, so simply disable this feature. Gbp-Pq: Name tools-disable-video-logo --- configs/tools-only_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/tools-only_defconfig b/configs/tools-only_defconfig index de99f3857..88442eac2 100644 --- a/configs/tools-only_defconfig +++ b/configs/tools-only_defconfig @@ -28,6 +28,7 @@ CONFIG_SOUND=y CONFIG_SYSRESET=y CONFIG_TIMER=y CONFIG_VIDEO=y +# CONFIG_VIDEO_LOGO is not set # CONFIG_VIRTIO_MMIO is not set # CONFIG_VIRTIO_PCI is not set # CONFIG_VIRTIO_SANDBOX is not set -- 2.30.2