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/k3.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/k3.inc')
-rw-r--r-- | conf/machine/include/k3.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/k3.inc b/conf/machine/include/k3.inc index 0c16d968..765e0ee3 100644 --- a/conf/machine/include/k3.inc +++ b/conf/machine/include/k3.inc | |||
@@ -10,7 +10,7 @@ BBMULTICONFIG += "k3r5" | |||
10 | # Increase this everytime you change something in the kernel | 10 | # Increase this everytime you change something in the kernel |
11 | MACHINE_KERNEL_PR = "r0" | 11 | MACHINE_KERNEL_PR = "r0" |
12 | 12 | ||
13 | PREFERRED_PROVIDER_virtual/kernel = "linux-ti-staging" | 13 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-ti-staging" |
14 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-staging" | 14 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-staging" |
15 | PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging" | 15 | PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging" |
16 | 16 | ||