[oe-commits] Vasily Khoruzhick : conf/machine/rx1950.conf: Correct information of the config file

git version control git at git.openembedded.org
Sun Jan 24 10:39:18 UTC 2010


Module: openembedded.git
Branch: holger/staging-branch
Commit: 578474378e6df1ceb22f063f13c29ba3cba61c84
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=578474378e6df1ceb22f063f13c29ba3cba61c84

Author: Vasily Khoruzhick <anarsoul at gmail.com>
Date:   Wed Sep 30 17:29:24 2009 +0300

conf/machine/rx1950.conf: Correct information of the config file

The HP iPAQ RX1950 has no bluetooth, and its flash size is 64M.

Signed-off-by: Vasily Khoruzhick <anarsoul at gmail.com>

---

 conf/machine/rx1950.conf |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/conf/machine/rx1950.conf b/conf/machine/rx1950.conf
index 1495e86..fb70437 100644
--- a/conf/machine/rx1950.conf
+++ b/conf/machine/rx1950.conf
@@ -10,12 +10,12 @@ TARGET_ARCH = "arm"
 # Samsung S3C2xxx CPU
 require conf/machine/include/tune-arm920t.inc
 
-ROOT_FLASH_SIZE = "32"
+ROOT_FLASH_SIZE = "64"
 VOLATILE_STORAGE_SIZE = "64"
 MACHINE_GUI_CLASS = "smallscreen"
 MACHINE_DISPLAY_WIDTH_PIXELS = "240"
 MACHINE_DISPLAY_HEIGHT_PIXELS = "320"
-MACHINE_FEATURES = "kernel26 touchscreen apm alsa irda bluetooth wifi usbgadget screen vfat"
+MACHINE_FEATURES = "kernel26 touchscreen apm alsa irda wifi usbgadget screen vfat"
 
 #
 # Software/packages selection





More information about the Openembedded-commits mailing list