summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/include/omapl138.inc
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@konsulko.com>2022-11-11 01:18:15 +0000
committerRyan Eatmon <reatmon@ti.com>2022-11-23 16:08:24 -0600
commit0ae9fbb11c0c6f7cba0f1793dd6ea8f76b9a5f95 (patch)
tree5073bcf7c984f2d3aab9f366193f2086a7388524 /meta-ti-bsp/conf/machine/include/omapl138.inc
parent92fdd13c1ca58328a9bf4cd6a3a950ed62925fa9 (diff)
downloadmeta-ti-0ae9fbb11c0c6f7cba0f1793dd6ea8f76b9a5f95.tar.gz
conf/machine/omapl138: correct few of the machine settings
Cleanup and unify again - omapl138-lcdk is the only platform supported in the OMAP-L1 family. Plus there's no longer DaVinci family with corresponding settings. Adjust accordingly. Please note, there's currently a bug building Rust on ARMv5 platforms: https://bugzilla.yoctoproject.org/show_bug.cgi?id=14967 Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf/machine/include/omapl138.inc')
-rw-r--r--meta-ti-bsp/conf/machine/include/omapl138.inc14
1 files changed, 13 insertions, 1 deletions
diff --git a/meta-ti-bsp/conf/machine/include/omapl138.inc b/meta-ti-bsp/conf/machine/include/omapl138.inc
index c6eb0cd9..2e4a47a5 100644
--- a/meta-ti-bsp/conf/machine/include/omapl138.inc
+++ b/meta-ti-bsp/conf/machine/include/omapl138.inc
@@ -1,2 +1,14 @@
1require conf/machine/include/omapl1.inc 1require conf/machine/include/ti-soc.inc
2SOC_FAMILY:append = ":omapl138" 2SOC_FAMILY:append = ":omapl138"
3
4require conf/machine/include/arm/armv5/tune-arm926ejs.inc
5
6KERNEL_IMAGETYPE = "zImage"
7
8PREFERRED_PROVIDER_virtual/kernel ?= "linux-ti-staging"
9PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-staging"
10PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging"
11
12EXTRA_IMAGEDEPENDS += "virtual/bootloader"
13
14MACHINE_FEATURES = "kernel26 serial ethernet usbhost usbgadget mmc alsa"