[yocto] [meta-raspberrypi][PATCH 3/9] rpi-default-providers: Use u-boot-rpi as u-boot provider

Andrei Gherzan andrei at gherzan.ro
Sat Jan 25 02:56:55 PST 2014


Change-Id: Ic537cada66ff09cde592da977a109415e05cb19c
Signed-off-by: Andrei Gherzan <andrei at gherzan.ro>
---
 conf/machine/include/rpi-default-providers.inc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/conf/machine/include/rpi-default-providers.inc b/conf/machine/include/rpi-default-providers.inc
index f86aab4..65cda07 100644
--- a/conf/machine/include/rpi-default-providers.inc
+++ b/conf/machine/include/rpi-default-providers.inc
@@ -1,9 +1,10 @@
 # RaspberryPi BSP default providers
 
 PREFERRED_PROVIDER_virtual/kernel = "linux-raspberrypi"
-# The default kernel version is the same as used by Raspbian
 PREFERRED_VERSION_linux-raspberrypi ?= "3.10.%"
 
+PREFERRED_PROVIDER_u-boot = "u-boot-rpi"
+
 PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
 PREFERRED_PROVIDER_virtual/egl ?= "userland"
 PREFERRED_PROVIDER_virtual/libgles2 ?= "userland"
-- 
1.8.1.4




More information about the yocto mailing list