From 241bd86e52bf47d0a0d0dc3c398174f02685d67e Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Sun, 16 Sep 2012 12:33:06 +0300 Subject: raspberrypi.conf: Remove GUI_MACHINE_CLASS variable This variable was dropped: commit 0504d36646f8def4829250a9eee0cf9bac3b756e Author: Richard Purdie 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 --- conf/machine/raspberrypi.conf | 2 -- 1 file changed, 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" require conf/machine/include/tune-arm1176jzf-s.inc -GUI_MACHINE_CLASS = "bigscreen" - INHERIT += "sdcard_image-rpi" IMAGE_FSTYPES ?= "tar.bz2 ext3 rpi-sdimg" -- cgit v1.2.3-54-g00ecf