diff options
Diffstat (limited to 'conf/machine/raspberrypi.conf')
| -rwxr-xr-x | conf/machine/raspberrypi.conf | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/conf/machine/raspberrypi.conf b/conf/machine/raspberrypi.conf index f3b33bb..a64104b 100755 --- a/conf/machine/raspberrypi.conf +++ b/conf/machine/raspberrypi.conf | |||
| @@ -9,9 +9,10 @@ require conf/machine/include/tune-arm1176jzf-s.inc | |||
| 9 | 9 | ||
| 10 | GUI_MACHINE_CLASS = "bigscreen" | 10 | GUI_MACHINE_CLASS = "bigscreen" |
| 11 | 11 | ||
| 12 | IMAGE_FSTYPES += "tar.bz2 rpi-sdimg" | 12 | INHERIT += "sdcard_image-rpi" |
| 13 | IMAGE_FSTYPES += "tar.bz2 ext3 rpi-sdimg" | ||
| 13 | 14 | ||
| 14 | SERIAL_CONSOLE = "115200 ttyS0" | 15 | SERIAL_CONSOLE = "115200 ttyAMA0" |
| 15 | 16 | ||
| 16 | PREFERRED_PROVIDER_virtual/kernel = "linux-${MACHINE}" | 17 | PREFERRED_PROVIDER_virtual/kernel = "linux-${MACHINE}" |
| 17 | MACHINE_KERNEL_PR = "r4" | 18 | MACHINE_KERNEL_PR = "r4" |
| @@ -34,3 +35,9 @@ MACHINE_EXTRA_RRECOMMENDS += " \ | |||
| 34 | kernel-modules \ | 35 | kernel-modules \ |
| 35 | bcm2835-kernel-image \ | 36 | bcm2835-kernel-image \ |
| 36 | " | 37 | " |
| 38 | |||
| 39 | # Set GPU firmware image to be used | ||
| 40 | # arm128 : 128M ARM, 128M GPU split | ||
| 41 | # arm192 : 192M ARM, 64M GPU split | ||
| 42 | # arm224 : 224M ARM, 32M GPU split | ||
| 43 | RPI_GPU_FIRMWARE ?= "arm192" | ||
