diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2012-09-16 14:11:55 +0300 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2012-09-16 20:55:02 +0300 |
commit | 3c4e20303b272541c5529abb123a5017261bb067 (patch) | |
tree | 53a11e3d2bf3ec5a1d50bd5172247163a52fcab9 | |
parent | 209cb3db62c47cc351ab563f7f49b4a8c9e6aab7 (diff) | |
download | meta-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-x | conf/machine/raspberrypi.conf | 10 |
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 | ||
6 | include conf/distro/include/rpi-default-settings.inc | ||
7 | include conf/distro/include/rpi-default-versions.inc | ||
8 | include conf/distro/include/rpi-default-providers.inc | ||
6 | require conf/machine/include/tune-arm1176jzf-s.inc | 9 | require conf/machine/include/tune-arm1176jzf-s.inc |
7 | 10 | ||
8 | INHERIT += "sdcard_image-rpi" | 11 | INHERIT += "sdcard_image-rpi" |
@@ -10,15 +13,8 @@ IMAGE_FSTYPES ?= "tar.bz2 ext3 rpi-sdimg" | |||
10 | 13 | ||
11 | SERIAL_CONSOLE = "115200 ttyAMA0" | 14 | SERIAL_CONSOLE = "115200 ttyAMA0" |
12 | 15 | ||
13 | PREFERRED_PROVIDER_virtual/kernel = "linux-${MACHINE}" | ||
14 | MACHINE_KERNEL_PR = "r4" | 16 | MACHINE_KERNEL_PR = "r4" |
15 | 17 | ||
16 | PREFERRED_VERSION_udev = "164" | ||
17 | |||
18 | PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg" | ||
19 | PREFERRED_PROVIDER_virtual/egl ?= "vc-graphics-hardfp" | ||
20 | PREFERRED_PROVIDER_virtual/libgles2 ?= "vc-graphics-hardfp" | ||
21 | PREFERRED_PROVIDER_virtual/libgl ?= "vc-graphics-hardfp" | ||
22 | XSERVER = " \ | 18 | XSERVER = " \ |
23 | xserver-xorg \ | 19 | xserver-xorg \ |
24 | xf86-input-evdev \ | 20 | xf86-input-evdev \ |