aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorPhilipp Zabel <philipp.zabel@gmail.com>2006-09-14 18:42:03 +0000
committerPhilipp Zabel <philipp.zabel@gmail.com>2006-09-14 18:42:03 +0000
commitf875a93d3b51edfa6d287ca4ed4d3a8438b6bb2f (patch)
treee20d772b80a03ca9dff3d377382fb07c668bb1d2 /packages
parentf92e66fc0136a25aba29998d2515d18c97ee8a8c (diff)
downloadopenembedded-f875a93d3b51edfa6d287ca4ed4d3a8438b6bb2f.tar.gz
handhelds-pxa-2.6_cvs: update HHV
Diffstat (limited to 'packages')
-rw-r--r--packages/linux/handhelds-pxa-2.6_cvs.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux/handhelds-pxa-2.6_cvs.bb b/packages/linux/handhelds-pxa-2.6_cvs.bb
index 75f4425638..a4403c6043 100644
--- a/packages/linux/handhelds-pxa-2.6_cvs.bb
+++ b/packages/linux/handhelds-pxa-2.6_cvs.bb
@@ -28,7 +28,7 @@ ALLOW_EMPTY_htcuniversal = 1
K_MAJOR = "2"
K_MINOR = "6"
K_MICRO = "17"
-HHV = "0"
+HHV = "1"
#
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)))}"