aboutsummaryrefslogtreecommitdiffstats
path: root/packages/linux
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2005-10-18 09:14:10 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-10-18 09:14:10 +0000
commitf6c670f0c697b54391a51bcc09e19316d4382a37 (patch)
tree33892ae84b9f610e71eb2a817a162a2ffc8376f7 /packages/linux
parent6b7fbd034be489d327bbdf5215e508cce31e58ce (diff)
downloadopenembedded-f6c670f0c697b54391a51bcc09e19316d4382a37.tar.gz
handhelds-pxa-2.6: update PV in cvs version to 2.6.13-hh1
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 59f678fc24..4e3f5e550c 100644
--- a/packages/linux/handhelds-pxa-2.6_cvs.bb
+++ b/packages/linux/handhelds-pxa-2.6_cvs.bb
@@ -18,8 +18,8 @@ inherit kernel
K_MAJOR = "2"
K_MINOR = "6"
-K_MICRO = "12"
-HHV = "2"
+K_MICRO = "13"
+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)))}"