From d628866c778e0095ba190cdab6e40ccb396a3a73 Mon Sep 17 00:00:00 2001 From: Hiago De Franco Date: Tue, 23 Apr 2024 17:26:44 -0300 Subject: linux-toradex-ti: replace compatible machine with k3 linux-toradex-ti is compatible not only with am62xx machine, but with the K3 Multicore SoC architecture platform (which includes the Aquila AM69 as example). Therefore, add k3 as compatible machine. Related-to: ELB-5482 Signed-off-by: Hiago De Franco --- recipes-kernel/linux/linux-toradex-ti_6.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-toradex-ti_6.1.bb b/recipes-kernel/linux/linux-toradex-ti_6.1.bb index 6554602..3ac906f 100644 --- a/recipes-kernel/linux/linux-toradex-ti_6.1.bb +++ b/recipes-kernel/linux/linux-toradex-ti_6.1.bb @@ -26,7 +26,7 @@ SRCREV_machine:use-head-next = "${AUTOREV}" PV = "${LINUX_VERSION}+git${SRCPV}" DEPENDS += "bc-native" -COMPATIBLE_MACHINE = "am62xx" +COMPATIBLE_MACHINE = "k3" export DTC_FLAGS = "-@" -- cgit v1.2.3