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/hx4700.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'conf/machine/hx4700.conf') diff --git a/conf/machine/hx4700.conf b/conf/machine/hx4700.conf index 3be0628..da4f072 100644 --- a/conf/machine/hx4700.conf +++ b/conf/machine/hx4700.conf @@ -10,6 +10,9 @@ require conf/machine/include/tune-xscale.inc MACHINE_FEATURES += "iwmmxt" PACKAGE_EXTRA_ARCHS_tune-xscale += "iwmmxt" +MACHINE_GUI_CLASS = "bigscreen" +MACHINE_DISPLAY_WIDTH_PIXELS = "480" +MACHINE_DISPLAY_HEIGHT_PIXELS = "640" MACHINE_FEATURES = "alsa apm bluetooth irda pcmcia screen touchscreen usbgadget wifi vfat" # -- cgit 1.2.3-korg