summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-ti-bsp/conf')
-rw-r--r--meta-ti-bsp/conf/machine/am335x-hs-evm.conf1
-rw-r--r--meta-ti-bsp/conf/machine/am437x-hs-evm.conf1
-rw-r--r--meta-ti-bsp/conf/machine/am57xx-hs-evm.conf1
-rw-r--r--meta-ti-bsp/conf/machine/include/ti-soc.inc3
4 files changed, 6 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/am335x-hs-evm.conf b/meta-ti-bsp/conf/machine/am335x-hs-evm.conf
index 652496c2..562befe9 100644
--- a/meta-ti-bsp/conf/machine/am335x-hs-evm.conf
+++ b/meta-ti-bsp/conf/machine/am335x-hs-evm.conf
@@ -11,6 +11,7 @@ UBOOT_CONFIG[uart] = "am335x_hs_evm_uart_config"
11UBOOT_CONFIG[mmc] = "am335x_hs_evm_config" 11UBOOT_CONFIG[mmc] = "am335x_hs_evm_config"
12 12
13# FIT image for legacy secure devices 13# FIT image for legacy secure devices
14KERNEL_BASE_CLASS = "kernel_legacyhs"
14KERNEL_CLASSES += " kernel-fitimage-legacyhs" 15KERNEL_CLASSES += " kernel-fitimage-legacyhs"
15KERNEL_IMAGETYPES += " fitImage" 16KERNEL_IMAGETYPES += " fitImage"
16 17
diff --git a/meta-ti-bsp/conf/machine/am437x-hs-evm.conf b/meta-ti-bsp/conf/machine/am437x-hs-evm.conf
index fde38d39..35b8d0a4 100644
--- a/meta-ti-bsp/conf/machine/am437x-hs-evm.conf
+++ b/meta-ti-bsp/conf/machine/am437x-hs-evm.conf
@@ -12,6 +12,7 @@ OPTEEFLAVOR = "am43xx"
12EXTRA_IMAGEDEPENDS += "optee-os" 12EXTRA_IMAGEDEPENDS += "optee-os"
13 13
14# FIT image for legacy secure devices 14# FIT image for legacy secure devices
15KERNEL_BASE_CLASS = "kernel_legacyhs"
15KERNEL_CLASSES += " kernel-fitimage-legacyhs" 16KERNEL_CLASSES += " kernel-fitimage-legacyhs"
16KERNEL_IMAGETYPES += " fitImage" 17KERNEL_IMAGETYPES += " fitImage"
17 18
diff --git a/meta-ti-bsp/conf/machine/am57xx-hs-evm.conf b/meta-ti-bsp/conf/machine/am57xx-hs-evm.conf
index fcdc5c0b..e06c9728 100644
--- a/meta-ti-bsp/conf/machine/am57xx-hs-evm.conf
+++ b/meta-ti-bsp/conf/machine/am57xx-hs-evm.conf
@@ -13,6 +13,7 @@ OPTEEPAGER = "y"
13EXTRA_IMAGEDEPENDS += "optee-os" 13EXTRA_IMAGEDEPENDS += "optee-os"
14 14
15# FIT image for legacy secure devices 15# FIT image for legacy secure devices
16KERNEL_BASE_CLASS = "kernel_legacyhs"
16KERNEL_CLASSES += " kernel-fitimage-legacyhs" 17KERNEL_CLASSES += " kernel-fitimage-legacyhs"
17KERNEL_IMAGETYPES += " fitImage" 18KERNEL_IMAGETYPES += " fitImage"
18 19
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"