summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/keystone.inc
diff options
context:
space:
mode:
authorDaniel D?az <daniel.diaz@linaro.org>2020-05-05 03:09:15 +0000
committerDenys Dmytriyenko <denys@ti.com>2020-05-06 00:55:11 +0000
commitf0371c25b8b210734d86b32d884af10a0279ea71 (patch)
tree8544305cddd15e34d5eb4fae6461efe0c40e3248 /conf/machine/include/keystone.inc
parentb584aeaf3d455665c74b0b7a291f31bcf1bee22e (diff)
downloadmeta-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.inc2
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"
4DEFAULTTUNE ?= "armv7athf-neon" 4DEFAULTTUNE ?= "armv7athf-neon"
5require conf/machine/include/tune-cortexa15.inc 5require conf/machine/include/tune-cortexa15.inc
6 6
7PREFERRED_PROVIDER_virtual/kernel = "linux-ti-staging" 7PREFERRED_PROVIDER_virtual/kernel ?= "linux-ti-staging"
8PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-staging" 8PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-staging"
9PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging" 9PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging"
10 10