* [PATCH] Fix RX1950 config file
@ 2009-09-30 14:31 Vasily Khoruzhick
0 siblings, 0 replies; only message in thread
From: Vasily Khoruzhick @ 2009-09-30 14:31 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1.1: Type: Text/Plain, Size: 2 bytes --]
[-- Attachment #1.2: 0001-Fix-RX1950-config-file.patch --]
[-- Type: text/x-patch, Size: 1124 bytes --]
From d8d033a579d19579d30b651f1def324fa8633315 Mon Sep 17 00:00:00 2001
From: Vasily Khoruzhick <anarsoul@gmail.com>
Date: Wed, 30 Sep 2009 17:29:24 +0300
Subject: [PATCH] Fix RX1950 config file
HP iPAQ RX1950 has no bluetooth, and its flash size is 64M
Signed-off-by: Vasily Khoruzhick <anarsoul@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
--
1.6.5.rc1
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2009-09-30 14:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-30 14:31 [PATCH] Fix RX1950 config file Vasily Khoruzhick
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.