diff options
Diffstat (limited to 'meta-ti-bsp/conf/machine/include')
-rw-r--r-- | meta-ti-bsp/conf/machine/include/ti-soc.inc | 3 |
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 |
13 | MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "kernel-devicetree" | 13 | MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "kernel-devicetree" |
14 | |||
15 | # All machines should start off pointing at the default base kernel class | ||
16 | KERNEL_BASE_CLASS = "kernel" | ||