aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorLukas Gorris <lukas@htc-linux.org>2010-05-17 01:32:37 +0200
committerLukas Gorris <lukas@htc-linux.org>2010-05-17 01:32:37 +0200
commitbe3ee7ec693d4ce344274cf86f77253df01811a8 (patch)
treea84c1dea369cd8b23d74a98449e2ff1dfc4c1f2f /recipes
parent1b18816f4d0891d505c98df6ef8ae9e78d68f42a (diff)
downloadopenembedded-be3ee7ec693d4ce344274cf86f77253df01811a8.tar.gz
linux-qsd8: updates srcrev, htcleo defconfig
Diffstat (limited to 'recipes')
-rw-r--r--recipes/linux/linux-qsd8/htcleo/defconfig4
-rw-r--r--recipes/linux/linux-qsd8_git.bb4
2 files changed, 5 insertions, 3 deletions
diff --git a/recipes/linux/linux-qsd8/htcleo/defconfig b/recipes/linux/linux-qsd8/htcleo/defconfig
index b4931d65af..4d3141dae8 100644
--- a/recipes/linux/linux-qsd8/htcleo/defconfig
+++ b/recipes/linux/linux-qsd8/htcleo/defconfig
@@ -376,7 +376,9 @@ CONFIG_CPU_FREQ_GOV_ONDEMAND=y
#
# At least one emulation must be selected
#
-# CONFIG_VFP is not set
+CONFIG_VFP=y
+CONFIG_VFPv3=y
+CONFIG_NEON=y
#
# Userspace binary formats
diff --git a/recipes/linux/linux-qsd8_git.bb b/recipes/linux/linux-qsd8_git.bb
index b4d2bdf0b3..3277a1d576 100644
--- a/recipes/linux/linux-qsd8_git.bb
+++ b/recipes/linux/linux-qsd8_git.bb
@@ -1,11 +1,11 @@
require linux.inc
PV = "2.6.32+${PR}+gitr${SRCREV}"
-PR = "r14"
+PR = "r15"
COMPATIBLE_MACHINE = "htcnexus|htcleo"
-SRCREV = "ee54d02485711f2c96db4a8f1f4a43c0bead736c"
+SRCREV = "bc796399c0a19622b8aa1f705d841c9b4059550b"
SRC_BRANCH = "htc-msm-2.6.32"