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/ti33x.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/ti33x.inc')
-rw-r--r-- | conf/machine/include/ti33x.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/ti33x.inc b/conf/machine/include/ti33x.inc index db1df043..bf9b5570 100644 --- a/conf/machine/include/ti33x.inc +++ b/conf/machine/include/ti33x.inc | |||
@@ -20,7 +20,7 @@ MACHINE_GUI_CLASS = "bigscreen" | |||
20 | MACHINE_KERNEL_PR = "r22" | 20 | MACHINE_KERNEL_PR = "r22" |
21 | 21 | ||
22 | # Default providers, may need to override for specific machines | 22 | # Default providers, may need to override for specific machines |
23 | PREFERRED_PROVIDER_virtual/kernel = "linux-ti-staging" | 23 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-ti-staging" |
24 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-staging" | 24 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-staging" |
25 | PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging" | 25 | PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging" |
26 | 26 | ||