summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2012-09-16 12:33:06 +0300
committerAndrei Gherzan <andrei@gherzan.ro>2012-09-16 20:55:01 +0300
commit241bd86e52bf47d0a0d0dc3c398174f02685d67e (patch)
treee93d61cd542b53f48f5347a038b639bed2259cd9
parent280c217470082db04dd424a2a6995116b8d50483 (diff)
downloadmeta-raspberrypi-241bd86e52bf47d0a0d0dc3c398174f02685d67e.tar.gz
raspberrypi.conf: Remove GUI_MACHINE_CLASS variable
This variable was dropped: commit 0504d36646f8def4829250a9eee0cf9bac3b756e Author: Richard Purdie <richard.purdie@linuxfoundation.org> Date: Tue May 10 16:19:02 2011 +0100 bitbake.conf: Drop unused *GUI* and MACHINE_DISPLAY variables (From OE-Core rev: baf136a9c95a94c5bf89c9a818960d616439682c) Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rwxr-xr-xconf/machine/raspberrypi.conf2
1 files changed, 0 insertions, 2 deletions
diff --git a/conf/machine/raspberrypi.conf b/conf/machine/raspberrypi.conf
index 3dedd1b..520b87d 100755
--- a/conf/machine/raspberrypi.conf
+++ b/conf/machine/raspberrypi.conf
@@ -7,8 +7,6 @@ TARGET_ARCH = "arm"
7 7
8require conf/machine/include/tune-arm1176jzf-s.inc 8require conf/machine/include/tune-arm1176jzf-s.inc
9 9
10GUI_MACHINE_CLASS = "bigscreen"
11
12INHERIT += "sdcard_image-rpi" 10INHERIT += "sdcard_image-rpi"
13IMAGE_FSTYPES ?= "tar.bz2 ext3 rpi-sdimg" 11IMAGE_FSTYPES ?= "tar.bz2 ext3 rpi-sdimg"
14 12