diff options
| author | Denys Dmytriyenko <denys@konsulko.com> | 2022-11-11 01:18:15 +0000 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2022-11-23 16:08:24 -0600 |
| commit | 0ae9fbb11c0c6f7cba0f1793dd6ea8f76b9a5f95 (patch) | |
| tree | 5073bcf7c984f2d3aab9f366193f2086a7388524 /meta-ti-bsp/conf/machine/include/omapl138.inc | |
| parent | 92fdd13c1ca58328a9bf4cd6a3a950ed62925fa9 (diff) | |
| download | meta-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.inc | 14 |
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 @@ | |||
| 1 | require conf/machine/include/omapl1.inc | 1 | require conf/machine/include/ti-soc.inc |
| 2 | SOC_FAMILY:append = ":omapl138" | 2 | SOC_FAMILY:append = ":omapl138" |
| 3 | |||
| 4 | require conf/machine/include/arm/armv5/tune-arm926ejs.inc | ||
| 5 | |||
| 6 | KERNEL_IMAGETYPE = "zImage" | ||
| 7 | |||
| 8 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-ti-staging" | ||
| 9 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-staging" | ||
| 10 | PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging" | ||
| 11 | |||
| 12 | EXTRA_IMAGEDEPENDS += "virtual/bootloader" | ||
| 13 | |||
| 14 | MACHINE_FEATURES = "kernel26 serial ethernet usbhost usbgadget mmc alsa" | ||
