From 6189d068aee9d6147afce9ce8ac884b2aba93296 Mon Sep 17 00:00:00 2001 From: Alexandre Bard Date: Fri, 16 Nov 2018 22:14:52 +0100 Subject: [PATCH] hw20: Add preferred virtual/bootloader --- conf/machine/am335x-nrhw20.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/machine/am335x-nrhw20.conf b/conf/machine/am335x-nrhw20.conf index e74d26a..9b3b1b3 100644 --- a/conf/machine/am335x-nrhw20.conf +++ b/conf/machine/am335x-nrhw20.conf @@ -14,6 +14,7 @@ KERNEL_DEVICETREE = "am335x-nrhw20-prod1.dtb \ " KERNEL_IMAGETYPE = "zImage" +PREFERRED_PROVIDER_virtual/bootloader = "u-boot-am335x-nrhw20-v1" PREFERRED_PROVIDER_virtual/kernel = "linux-netmodule" PV_pn-linux-netmodule = "4.14.14-${SRCPV}" SRC_URI_pn-linux-netmodule ?= "git://git.netmodule.intranet/yoctoproject/linux-netmodule.git;protocol=ssh;user=gitea;branch=4.14/standard/nrhw20"