[oe] [meta-handheld][PATCH 3/4] meta-handheld: add qvga to MACHINE_FEATURES for Motorola

Andrea Adami andrea.adami at gmail.com
Sun Oct 13 22:36:32 UTC 2013


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 <andrea.adami at gmail.com>
---
 conf/machine/include/motorola-ezx-base.inc | 2 +-
 conf/machine/rokre2.conf                   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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"
 
-- 
1.8.1.5




More information about the Openembedded-devel mailing list