summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2012-09-16 14:11:55 +0300
committerAndrei Gherzan <andrei@gherzan.ro>2012-09-16 20:55:02 +0300
commit3c4e20303b272541c5529abb123a5017261bb067 (patch)
tree53a11e3d2bf3ec5a1d50bd5172247163a52fcab9
parent209cb3db62c47cc351ab563f7f49b4a8c9e6aab7 (diff)
downloadmeta-raspberrypi-3c4e20303b272541c5529abb123a5017261bb067.tar.gz
raspberrypi.conf: Remove PREFERRED_* and include rpi-default*.inc
All PREFERRED_* variables were moved to an .inc file to have variables clearer. Inherit .inc files and remove PREFERRED_* variables. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rwxr-xr-xconf/machine/raspberrypi.conf10
1 files changed, 3 insertions, 7 deletions
diff --git a/conf/machine/raspberrypi.conf b/conf/machine/raspberrypi.conf
index 4fd5c8c..6287c46 100755
--- a/conf/machine/raspberrypi.conf
+++ b/conf/machine/raspberrypi.conf
@@ -3,6 +3,9 @@
3#@DESCRIPTION: Machine configuration for the RaspberryPi http://www.raspberrypi.org/ Board 3#@DESCRIPTION: Machine configuration for the RaspberryPi http://www.raspberrypi.org/ Board
4#@MAINTAINER: John Willis 4#@MAINTAINER: John Willis
5 5
6include conf/distro/include/rpi-default-settings.inc
7include conf/distro/include/rpi-default-versions.inc
8include conf/distro/include/rpi-default-providers.inc
6require conf/machine/include/tune-arm1176jzf-s.inc 9require conf/machine/include/tune-arm1176jzf-s.inc
7 10
8INHERIT += "sdcard_image-rpi" 11INHERIT += "sdcard_image-rpi"
@@ -10,15 +13,8 @@ IMAGE_FSTYPES ?= "tar.bz2 ext3 rpi-sdimg"
10 13
11SERIAL_CONSOLE = "115200 ttyAMA0" 14SERIAL_CONSOLE = "115200 ttyAMA0"
12 15
13PREFERRED_PROVIDER_virtual/kernel = "linux-${MACHINE}"
14MACHINE_KERNEL_PR = "r4" 16MACHINE_KERNEL_PR = "r4"
15 17
16PREFERRED_VERSION_udev = "164"
17
18PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
19PREFERRED_PROVIDER_virtual/egl ?= "vc-graphics-hardfp"
20PREFERRED_PROVIDER_virtual/libgles2 ?= "vc-graphics-hardfp"
21PREFERRED_PROVIDER_virtual/libgl ?= "vc-graphics-hardfp"
22XSERVER = " \ 18XSERVER = " \
23 xserver-xorg \ 19 xserver-xorg \
24 xf86-input-evdev \ 20 xf86-input-evdev \