summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/include
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2025-07-17 14:36:17 -0500
committerRyan Eatmon <reatmon@ti.com>2025-07-25 15:45:19 -0500
commitf549cd0870d9d7dc9343653279daa419b0cc0b40 (patch)
treed721c6f4f8d2d624868a4936b880a884d1560770 /meta-ti-bsp/conf/machine/include
parent0beb670445c7a79b4f586946b2ff616be6e4d614 (diff)
downloadmeta-ti-f549cd0870d9d7dc9343653279daa419b0cc0b40.tar.gz
linux-ti-*: Fix support for building legacy HS platforms
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')
-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"