diff options
author | Rod Whitby <rod@whitby.id.au> | 2006-09-15 01:00:45 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2006-09-15 01:00:45 +0000 |
commit | e80c658fb39ca3f2532a0d45999e45b242e6b782 (patch) | |
tree | 4dd1b8d06e75a11090ff87a183c2f1a900dccd19 /packages/linux | |
parent | 7d8b796c738831d3da213dd94b2c0e00b919bc6e (diff) | |
parent | 478c0749f4b3acf972494510b13115d123916f92 (diff) |
merge of '423d95142798353c0c747b9d7ffc72e03ddd60c0'
and 'a63e4a781a841ff8a30e02e98663e945da2f1c63'
Diffstat (limited to 'packages/linux')
-rw-r--r-- | packages/linux/handhelds-pxa-2.6_cvs.bb | 2 |
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)))}" |