summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-08-25 10:22:32 +0000
committerKoen Kooi <koen@openembedded.org>2006-08-25 10:22:32 +0000
commit18c800d7eca93e36f914679391a8a7961dad4f8b (patch)
tree32fd4642d1bd85065db64169716873e2ffac455a /packages
parent0ef0aaaef45154d538d943c4bcbe340814c72628 (diff)
parent27db0a385caecaa95baf6406d7a5cc7889d397a0 (diff)
merge of 'a65c738fddaff369abdad3492d66bdf8f6144220'
and 'c10bc253a7bbce446d6227ef3562f7534d456782'
Diffstat (limited to 'packages')
-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 7dfcb4d237..75f4425638 100644
--- a/packages/linux/handhelds-pxa-2.6_cvs.bb
+++ b/packages/linux/handhelds-pxa-2.6_cvs.bb
@@ -27,8 +27,8 @@ ALLOW_EMPTY_htcuniversal = 1
K_MAJOR = "2"
K_MINOR = "6"
-K_MICRO = "16"
-HHV = "5"
+K_MICRO = "17"
+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)))}"