From 5aee1d05c4a503e48f8aeb01c36f8b90e435f155 Mon Sep 17 00:00:00 2001 From: Manuel Traut Date: Thu, 5 Feb 2015 09:43:10 +0100 Subject: yocto-advanced/meta-mini: also set prefered_provider-u-boot to use an own u-boot bootloader 2 providers variables need to be set: provider_bootloader and provider_u-boot. If the last one is missing the u-boot from the meta-ti layer is used. Signed-off-by: Manuel Traut --- .../yocto-advanced/poky/meta-mini/conf/machine/beaglebone-black.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'distribution/yocto-advanced') diff --git a/distribution/yocto-advanced/poky/meta-mini/conf/machine/beaglebone-black.conf b/distribution/yocto-advanced/poky/meta-mini/conf/machine/beaglebone-black.conf index 0c5609c..c4d7785 100644 --- a/distribution/yocto-advanced/poky/meta-mini/conf/machine/beaglebone-black.conf +++ b/distribution/yocto-advanced/poky/meta-mini/conf/machine/beaglebone-black.conf @@ -11,6 +11,7 @@ SERIAL_CONSOLE = "115200 ttyO0" PREFERRED_PROVIDER_virtual/kernel = "linux-vanilla" PREFERRED_PROVIDER_virtual/bootloader = "u-boot" +PREFERRED_PROVIDER_u-boot= "u-boot" SPL_BINARY = "MLO" UBOOT_SUFFIX = "img" -- cgit v1.2.3