summaryrefslogtreecommitdiff
path: root/packages/linux
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-01-28 11:15:24 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-01-28 11:15:24 +0000
commita919713fb2057e1beea0895306406feb836ac4f5 (patch)
tree8979303f385f86096dfc791a5f7e92662f5378f2 /packages/linux
parent4b8e094fa12f093f1431115b315dc0cee02d45ba (diff)
handhelds.org 2.6: update PV to 2.6.15-hh0
Diffstat (limited to 'packages/linux')
-rw-r--r--packages/linux/handhelds-pxa-2.6_cvs.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/linux/handhelds-pxa-2.6_cvs.bb b/packages/linux/handhelds-pxa-2.6_cvs.bb
index 031ae2748a..28b21328b2 100644
--- a/packages/linux/handhelds-pxa-2.6_cvs.bb
+++ b/packages/linux/handhelds-pxa-2.6_cvs.bb
@@ -21,8 +21,8 @@ ALLOW_EMPTY_ipaq_pxa270 = 1
K_MAJOR = "2"
K_MINOR = "6"
-K_MICRO = "13"
-HHV = "1"
+K_MICRO = "15"
+HHV = "0"
#
KERNEL_PRIORITY = "${@'%d' % (int(bb.data.getVar('K_MAJOR',d,1)) * 100000000 + int(bb.data.getVar('K_MINOR',d,1)) * 1000000 + int(bb.data.getVar('K_MICRO',d,1)) * 10000 + float(bb.data.getVar('HHV',d,1)))}"