diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2015-02-08 00:32:47 +0200 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2015-02-08 14:46:42 +0200 |
commit | 54c5451a04a2b6601ca729038780d4e4eb69437e (patch) | |
tree | b405014d16088caf10f606481942980abde4e2a7 /conf/machine | |
parent | dedd45f4f819b0b7b2d13ce7ce71e3fa92832bd4 (diff) | |
download | meta-raspberrypi-54c5451a04a2b6601ca729038780d4e4eb69437e.tar.gz |
Add support for Raspberry PI 2
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>
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/raspberrypi2.conf | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/conf/machine/raspberrypi2.conf b/conf/machine/raspberrypi2.conf new file mode 100644 index 0000000..778f5a6 --- /dev/null +++ b/conf/machine/raspberrypi2.conf | |||
@@ -0,0 +1,13 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@NAME: RaspberryPi 2 Development Board | ||
3 | #@DESCRIPTION: Machine configuration for the RaspberryPi 2 | ||
4 | |||
5 | # userland is not compiling on RPI 2 | ||
6 | # https://github.com/raspberrypi/userland/issues/214 | ||
7 | PREFERRED_PROVIDER_virtual/egl ?= "vc-graphics-hardfp" | ||
8 | PREFERRED_PROVIDER_virtual/libgles2 ?= "vc-graphics-hardfp" | ||
9 | |||
10 | DEFAULTTUNE ?= "cortexa7thf-neon-vfpv4" | ||
11 | |||
12 | require conf/machine/include/tune-cortexa7.inc | ||
13 | include conf/machine/include/rpi-base.inc | ||