summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/include/ti-soc.inc
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2025-07-17 14:36:17 -0500
committerRyan Eatmon <reatmon@ti.com>2025-07-17 14:36:17 -0500
commit7fdba41984b636028b09fd8e333ac9f905e1aa03 (patch)
tree13ca0ab359bb51708042684e6dfca0dfe0a674a4 /meta-ti-bsp/conf/machine/include/ti-soc.inc
parent29c547bfb72d7b6386c89a1e526f703c80df3b49 (diff)
downloadmeta-ti-master-wip.tar.gz
linux-ti-*: Fix support for building legacy HS platformsmaster-wip
The legacy HS platforms (am335x-hs-evm, am437x-hs-evm, and am57xx-hs-evm) are not using the new fitImage flow, but the kernels all include the kernel.bbclass which disallows the old fitImage flow. Copy in the last version of the kernel.bbclass and name it kernel_legacyhs.bbclass, and update the machine configs to defined a variable to use as the KERNEL_BASE_CLASS to inherit. Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf/machine/include/ti-soc.inc')
-rw-r--r--meta-ti-bsp/conf/machine/include/ti-soc.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/include/ti-soc.inc b/meta-ti-bsp/conf/machine/include/ti-soc.inc
index e3a50fdd..56ea9e47 100644
--- a/meta-ti-bsp/conf/machine/include/ti-soc.inc
+++ b/meta-ti-bsp/conf/machine/include/ti-soc.inc
@@ -11,3 +11,6 @@ UBOOT_RD_ENTRYPOINT = "0x84000000"
11 11
12# TI platforms all use devicetrees with overlays 12# TI platforms all use devicetrees with overlays
13MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "kernel-devicetree" 13MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "kernel-devicetree"
14
15# All machines should start off pointing at the default base kernel class
16KERNEL_BASE_CLASS = "kernel"