mirror of
git://git.yoctoproject.org/meta-raspberrypi
synced 2026-04-02 02:49:12 +00:00
Add machine configuration file. Change the kernel image name on SD card. Use the defconfig for this machine (bcm2709_defconfig). Change-Id: I6549d5f49b1ed32ef4d44aca6f7af4234618c1a8 Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
14 lines
452 B
Plaintext
14 lines
452 B
Plaintext
#@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
|