diff options
| author | Khem Raj <raj.khem@gmail.com> | 2021-08-18 11:17:48 -0700 |
|---|---|---|
| committer | Yogesh Siraswar <yogeshs@ti.com> | 2021-08-19 09:41:14 +0000 |
| commit | 1a0d097261c8538ca8e643b647f1b35f6c2f1cf9 (patch) | |
| tree | 91e1dae3e28a05ecb7be22bd5dd3fa3b747f6e53 /conf/machine/include/keystone.inc | |
| parent | e21c11b4a44417f67c78503bc3f954c175ac20e2 (diff) | |
| download | meta-ti-1a0d097261c8538ca8e643b647f1b35f6c2f1cf9.tar.gz | |
machines: Adjust to use new location of tune files in oe-core
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Tested-by: Denys Dmytriyenko <denys@konsulko.com>
Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
Diffstat (limited to 'conf/machine/include/keystone.inc')
| -rw-r--r-- | conf/machine/include/keystone.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/keystone.inc b/conf/machine/include/keystone.inc index 83dca19d..851328ac 100644 --- a/conf/machine/include/keystone.inc +++ b/conf/machine/include/keystone.inc | |||
| @@ -2,7 +2,7 @@ require conf/machine/include/ti-soc.inc | |||
| 2 | SOC_FAMILY:append = ":keystone" | 2 | SOC_FAMILY:append = ":keystone" |
| 3 | 3 | ||
| 4 | DEFAULTTUNE ?= "armv7athf-neon" | 4 | DEFAULTTUNE ?= "armv7athf-neon" |
| 5 | require conf/machine/include/tune-cortexa15.inc | 5 | require conf/machine/include/arm/armv7a/tune-cortexa15.inc |
| 6 | 6 | ||
| 7 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-ti-staging" | 7 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-ti-staging" |
| 8 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-staging" | 8 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-staging" |
