diff options
| author | Daniel D?az <daniel.diaz@linaro.org> | 2020-05-05 03:09:15 +0000 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2020-05-06 00:55:11 +0000 |
| commit | f0371c25b8b210734d86b32d884af10a0279ea71 (patch) | |
| tree | 8544305cddd15e34d5eb4fae6461efe0c40e3248 /conf/machine/include/keystone.inc | |
| parent | b584aeaf3d455665c74b0b7a291f31bcf1bee22e (diff) | |
| download | meta-ti-f0371c25b8b210734d86b32d884af10a0279ea71.tar.gz | |
conf/machine: Use weak assignment for preferred virtual/kernel
A user of the meta-ti layer may choose to use a combination
of the machines herein with another kernel, not necessarily
the one from the machine definition.
Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>
Signed-off-by: Denys Dmytriyenko <denys@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 ef33975f..e7ea9758 100644 --- a/conf/machine/include/keystone.inc +++ b/conf/machine/include/keystone.inc | |||
| @@ -4,7 +4,7 @@ SOC_FAMILY_append = ":keystone" | |||
| 4 | DEFAULTTUNE ?= "armv7athf-neon" | 4 | DEFAULTTUNE ?= "armv7athf-neon" |
| 5 | require conf/machine/include/tune-cortexa15.inc | 5 | require conf/machine/include/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" |
| 9 | PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging" | 9 | PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging" |
| 10 | 10 | ||
