summaryrefslogtreecommitdiff
path: root/conf/machine/apalis-tk1.conf
diff options
context:
space:
mode:
authorMing Liu <ming.liu@toradex.com>2020-06-02 11:11:44 +0200
committerMing Liu <ming.liu@toradex.int>2020-06-02 16:47:12 +0000
commitc9180b9e9b1231c8139bbfb47f51acb5692235dc (patch)
treee5a58f8d53977fee572d3cc74290966c48f7e444 /conf/machine/apalis-tk1.conf
parent8048bf5cd90a923f6879f1ba714c22e3736fc245 (diff)
apalis-tk1: fix wrong PREFERRED_PROVIDER_u-boot
PREFERRED_PROVIDER_u-boot should be 'u-boot-toradex-tk1' instead of 'u-boot-toradex', also set PROVIDES += "u-boot" in u-boot-tk1 recipe. Signed-off-by: Ming Liu <ming.liu@toradex.com>
Diffstat (limited to 'conf/machine/apalis-tk1.conf')
-rw-r--r--conf/machine/apalis-tk1.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/apalis-tk1.conf b/conf/machine/apalis-tk1.conf
index 6fbc589..23aacc3 100644
--- a/conf/machine/apalis-tk1.conf
+++ b/conf/machine/apalis-tk1.conf
@@ -39,7 +39,7 @@ WIC_CREATE_EXTRA_ARGS_append = " --no-fstab-update"
# The kernel lives in a seperate FAT or UBI partition, don't deploy it in /boot
RDEPENDS_${KERNEL_PACKAGE_NAME}-base = ""
-PREFERRED_PROVIDER_u-boot = "u-boot-toradex"
+PREFERRED_PROVIDER_u-boot = "u-boot-toradex-tk1"
PREFERRED_PROVIDER_virtual/bootloader = "u-boot-toradex-tk1"
PREFERRED_PROVIDER_u-boot-fw-utils ?= "u-boot-toradex-fw-utils-tk1"
UBOOT_MACHINE = "apalis-tk1_defconfig"