aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/raspberrypi2.conf
blob: 778f5a6cedd53f6301619240596107e8136f07dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#@TYPE: Machine
#@NAME: RaspberryPi 2 Development Board
#@DESCRIPTION: Machine configuration for the RaspberryPi 2

# userland is not compiling on RPI 2
# https://github.com/raspberrypi/userland/issues/214
PREFERRED_PROVIDER_virtual/egl ?= "vc-graphics-hardfp"
PREFERRED_PROVIDER_virtual/libgles2 ?= "vc-graphics-hardfp"

DEFAULTTUNE ?= "cortexa7thf-neon-vfpv4"

require conf/machine/include/tune-cortexa7.inc
include conf/machine/include/rpi-base.inc