[oe-commits] org.oe.dev motorola-ezx-base.inc: all Motorola EZX phones have 240x320 screen
mickeyl commit
openembedded-commits at lists.openembedded.org
Sun Sep 2 21:31:57 UTC 2007
motorola-ezx-base.inc: all Motorola EZX phones have 240x320 screen
Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: 9ad2cb66f228e5c6b68baf14406dac85fc863189
ViewMTN: http://monotone.openembedded.org/revision.psp?id=9ad2cb66f228e5c6b68baf14406dac85fc863189
Files:
1
conf/machine/include/motorola-ezx-base.inc
Diffs:
#
# mt diff -r1daa04a2dea342384f011113a31ee3b1ae321f06 -r9ad2cb66f228e5c6b68baf14406dac85fc863189
#
#
#
# patch "conf/machine/include/motorola-ezx-base.inc"
# from [0667c6b496dfb760566158b9fbbd7d6d278b90a6]
# to [d9f94d7e094ca8f51b2b3d9c66049745372f3d73]
#
============================================================
--- conf/machine/include/motorola-ezx-base.inc 0667c6b496dfb760566158b9fbbd7d6d278b90a6
+++ conf/machine/include/motorola-ezx-base.inc d9f94d7e094ca8f51b2b3d9c66049745372f3d73
@@ -1,4 +1,3 @@
-
TARGET_ARCH = "arm"
PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te iwmmxt"
@@ -16,8 +15,10 @@ MACHINE_FEATURES = "kernel26 touchscreen
MACHINE_FEATURES = "kernel26 touchscreen apm alsa bluetooth usbgadget usbhost keyboard screen"
-#the EZX phones need a userspace daemon to stop the BP from shutting down the phone
+# the EZX phones need a userspace daemon to stop the BP from shutting down the phone
MACHINE_EXTRA_RDEPENDS += "opentapi"
+MACHINE_DISPLAY_WIDTH_PIXELS = "240"
+MACHINE_DISPLAY_HEIGHT_PIXELS = "320"
ROOT_FLASH_SIZE = "24"
More information about the Openembedded-commits
mailing list