From 626f5f77f76ac01a562df5423fe43bb1ecfdbc05 Mon Sep 17 00:00:00 2001 From: Paul Spooren Date: Mon, 1 May 2023 17:52:34 +0200 Subject: [PATCH] omap: mark source only The target is currently broken with Kernel 5.15 and no one in sight to fix it. Instead of stalling the next release indefinitely, make it source only and see if someone steps up to fix it. Signed-off-by: Paul Spooren --- target/linux/omap/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/omap/Makefile b/target/linux/omap/Makefile index 364fa07e8e..6dc1565f06 100644 --- a/target/linux/omap/Makefile +++ b/target/linux/omap/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk ARCH:=arm BOARD:=omap BOARDNAME:=TI OMAP3/4/AM33xx -FEATURES:=usb usbgadget ext4 targz fpu audio display nand rootfs-part squashfs +FEATURES:=usb usbgadget ext4 targz fpu audio display nand rootfs-part squashfs source-only CPU_TYPE:=cortex-a8 CPU_SUBTYPE:=vfpv3 SUBTARGETS:=generic -- 2.30.2