git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1c65f4
)
handhelds-pxa-2.6_cvs.bb: hh4 -> hh5
author
Koen Kooi
<koen@openembedded.org>
Thu, 27 Jul 2006 17:17:27 +0000
(17:17 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Thu, 27 Jul 2006 17:17:27 +0000
(17:17 +0000)
packages/linux/handhelds-pxa-2.6_cvs.bb
patch
|
blob
|
history
diff --git
a/packages/linux/handhelds-pxa-2.6_cvs.bb
b/packages/linux/handhelds-pxa-2.6_cvs.bb
index
7fcfc93
..
8ee7ca2
100644
(file)
--- a/
packages/linux/handhelds-pxa-2.6_cvs.bb
+++ b/
packages/linux/handhelds-pxa-2.6_cvs.bb
@@
-25,7
+25,7
@@
ALLOW_EMPTY_ipaq_pxa270 = 1
K_MAJOR = "2"
K_MINOR = "6"
K_MICRO = "16"
-HHV = "
4
"
+HHV = "
5
"
#
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)))}"