mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-06-10 12:52:37 +00:00
linux-ti-*: Move KERNEL_BASE_CLASS default
If you are not building a TI machine then KERNEL_BASE_CLASS is not defined and you get a parse error. Move the default setting out of ti-soc.inc and into ti-kernel.inc. Signed-off-by: Ryan Eatmon <reatmon@ti.com>
This commit is contained in:
@@ -12,9 +12,6 @@ UBOOT_RD_ENTRYPOINT = "0x84000000"
|
||||
# TI platforms all use devicetrees with overlays
|
||||
MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "kernel-devicetree"
|
||||
|
||||
# All machines should start off pointing at the default base kernel class
|
||||
KERNEL_BASE_CLASS = "kernel"
|
||||
|
||||
# Tell the kernel class to install the DTBs in the same directory structure as
|
||||
# the kernel
|
||||
KERNEL_DTBDEST = "${KERNEL_IMAGEDEST}/dtb"
|
||||
|
||||
Reference in New Issue
Block a user