From f64232f7d3ba0215f668e02bb794a1cfc496fdbf Mon Sep 17 00:00:00 2001 From: Andrea Adami Date: Mon, 14 Oct 2013 00:36:32 +0200 Subject: meta-handheld: add qvga to MACHINE_FEATURES for Motorola For rokre2, rokre6 and ezx devices Used in oe-core in: recipes-sato/gtk-engines/gtk-sato-engine_git.bb: recipes-sato/matchbox-theme-sato/matchbox-theme-sato_git.bb: Signed-off-by: Andrea Adami --- conf/machine/include/motorola-ezx-base.inc | 2 +- conf/machine/rokre2.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'conf/machine') diff --git a/conf/machine/include/motorola-ezx-base.inc b/conf/machine/include/motorola-ezx-base.inc index 3931389..04ad337 100644 --- a/conf/machine/include/motorola-ezx-base.inc +++ b/conf/machine/include/motorola-ezx-base.inc @@ -25,7 +25,7 @@ MACHINE_DISPLAY_WIDTH_PIXELS = "240" MACHINE_DISPLAY_HEIGHT_PIXELS = "320" MACHINE_DISPLAY_ORIENTATION = "0" MACHINE_DISPLAY_PPI = "180" -MACHINE_FEATURES = "alsa apm bluetooth keyboard phone screen touchscreen usbgadget usbhost vfat" +MACHINE_FEATURES = "alsa apm bluetooth keyboard phone screen touchscreen usbgadget usbhost vfat qvga" MACHINE_FEATURES += " iwmmxt" # diff --git a/conf/machine/rokre2.conf b/conf/machine/rokre2.conf index 468924c..534a37b 100644 --- a/conf/machine/rokre2.conf +++ b/conf/machine/rokre2.conf @@ -5,6 +5,6 @@ require conf/machine/include/motorola-ezx-base.inc # there is no touchscreen -MACHINE_FEATURES = "apm alsa bluetooth usbgadget usbhost keyboard screen" +MACHINE_FEATURES = "apm alsa bluetooth usbgadget usbhost keyboard screen qvga" MACHINE_FEATURES += "iwmmxt" -- cgit 1.2.3-korg