rpi-default-providers: Use u-boot-rpi as u-boot provider

Change-Id: Ic537cada66ff09cde592da977a109415e05cb19c
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
This commit is contained in:
Andrei Gherzan 2014-01-19 23:03:21 +02:00
parent 8778a3724c
commit 26fa448b0c

View File

@ -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"