handhelds-pxa-2.6_cvs: update HHV
authorPhilipp Zabel <philipp.zabel@gmail.com>
Thu, 14 Sep 2006 18:42:03 +0000 (18:42 +0000)
committerPhilipp Zabel <philipp.zabel@gmail.com>
Thu, 14 Sep 2006 18:42:03 +0000 (18:42 +0000)
packages/linux/handhelds-pxa-2.6_cvs.bb

index 75f4425..a4403c6 100644 (file)
@@ -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)))}"