summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiago De Franco <hiago.franco@toradex.com>2024-04-23 17:26:44 -0300
committerHiago De Franco <hiago.franco@toradex.com>2024-04-24 10:46:57 -0300
commitd628866c778e0095ba190cdab6e40ccb396a3a73 (patch)
tree348b250bc31478de936ed52aa62d914504a1fb07
parent3c042fdce2c8d4e2fea5836be9fc49b49400fe7a (diff)
linux-toradex-ti: replace compatible machine with k3kirkstone-6.x.y
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 <hiago.franco@toradex.com>
-rw-r--r--recipes-kernel/linux/linux-toradex-ti_6.1.bb2
1 files changed, 1 insertions, 1 deletions
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 = "-@"