From e8febf1e814c49b7dcf8a2a6b292de0cba59bf9c Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Wed, 16 Oct 2013 10:08:57 +0100 Subject: Restore MACHINE_GUI_CLASS and MACHINE_DISPLAY_WIDTH_PIXELS / HEIGHT_PIXELS Unfortunately these variables are still needed in meta-opie, which makes choices about which images to use based upon the display size. formfactor currently can't be used even at packaging time by other recipes, so until that happens we need to preserve these. This partially reverts commit 3c07a5817cf091c03f1c8a75eac7ba2dd27be00f. Signed-off-by: Paul Eggleton --- conf/machine/spitz.conf | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'conf/machine/spitz.conf') diff --git a/conf/machine/spitz.conf b/conf/machine/spitz.conf index 9d41637..f90bc92 100644 --- a/conf/machine/spitz.conf +++ b/conf/machine/spitz.conf @@ -28,3 +28,8 @@ JFFS2_ERASEBLOCK = "0x20000" # 121 x 1024 : 128 = 968 PEBs MKUBIFS_ARGS = "-m 2048 -e 129024 -c 968 -x zlib" UBINIZE_ARGS = "-m 2048 -p 131072 -s 512" + +MACHINE_GUI_CLASS = "bigscreen" +MACHINE_DISPLAY_WIDTH_PIXELS = "640" +MACHINE_DISPLAY_HEIGHT_PIXELS = "480" + -- cgit 1.2.3-korg