From: Vasily Khoruzhick <anarsoul@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [PATCH] Fix RX1950 config file
Date: Wed, 30 Sep 2009 17:31:16 +0300 [thread overview]
Message-ID: <200909301731.27447.anarsoul@gmail.com> (raw)
[-- 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 --]
reply other threads:[~2009-09-30 14:32 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200909301731.27447.anarsoul@gmail.com \
--to=anarsoul@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.