aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Sokolovsky <pmiscml@gmail.com>2006-12-30 23:03:42 +0000
committerPaul Sokolovsky <pmiscml@gmail.com>2006-12-30 23:03:42 +0000
commitce4e0f114506dd8d82ab8073b1c08461864c18f7 (patch)
treeb767a2051d5f2b7350f91f83f43c344b1d359a22
parente8f3bde321459100a35c42823370d0a006bdb2f9 (diff)
parentd2c12796c193a73f9fd4e2260f767aa10b2bb6f5 (diff)
downloadopenembedded-ce4e0f114506dd8d82ab8073b1c08461864c18f7.tar.gz
merge of '0cfaa91f1c4baed2bd0f736997c312adea35d3b8'
and '62b36589e63fcccd5bcd4853c27be85e3c8d19e5'
-rw-r--r--conf/machine/htcblueangel.conf2
-rw-r--r--packages/linux/linux-handhelds-2.6_cvs.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/htcblueangel.conf b/conf/machine/htcblueangel.conf
index aefe06a0e8..a61656ab5c 100644
--- a/conf/machine/htcblueangel.conf
+++ b/conf/machine/htcblueangel.conf
@@ -11,7 +11,7 @@ PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5e armv5te ipaqpxa"
require conf/machine/include/tune-xscale.conf
ROOT_FLASH_SIZE = "32"
-VOLATILE_STORAGE_SIZE = "64"
+VOLATILE_STORAGE_SIZE = "128"
GUI_MACHINE_CLASS = "smallscreen"
MACHINE_FEATURES = "kernel26 touchscreen apm alsa irda bluetooth wifi usbgadget screen"
diff --git a/packages/linux/linux-handhelds-2.6_cvs.bb b/packages/linux/linux-handhelds-2.6_cvs.bb
index 5ebce81b2a..e004199865 100644
--- a/packages/linux/linux-handhelds-2.6_cvs.bb
+++ b/packages/linux/linux-handhelds-2.6_cvs.bb
@@ -9,7 +9,7 @@ DEFAULT_PREFERENCE = "-1"
K_MAJOR = "2"
K_MINOR = "6"
K_MICRO = "19"
-HHV = "0"
+HHV = "7"
SRC_URI = "${HANDHELDS_CVS};module=linux/kernel26 \
file://defconfig"