[oe-commits] org.oe.dev linux-handhelds-2.6 cvs: CVS HEAD is -hh2 now.

pfalcon commit openembedded-commits at lists.openembedded.org
Tue Oct 31 16:31:32 UTC 2006


linux-handhelds-2.6 cvs: CVS HEAD is -hh2 now.
* Closes #1540.

Author: pfalcon at openembedded.org
Branch: org.openembedded.dev
Revision: a11e7e98a332b5879fcc81f440c081b429a58a58
ViewMTN: http://monotone.openembedded.org/revision.psp?id=a11e7e98a332b5879fcc81f440c081b429a58a58
Files:
1
packages/linux/linux-handhelds-2.6_cvs.bb
Diffs:

#
# mt diff -r91c1f641c30753eb178889911b53f0c8e91a77a9 -ra11e7e98a332b5879fcc81f440c081b429a58a58
#
# 
# 
# patch "packages/linux/linux-handhelds-2.6_cvs.bb"
#  from [fb013a80b117f9615a8aeb02c00ffe5b59b2f131]
#    to [5c39683472777ac7550b2e971e6a38949cce4350]
# 
============================================================
--- packages/linux/linux-handhelds-2.6_cvs.bb	fb013a80b117f9615a8aeb02c00ffe5b59b2f131
+++ packages/linux/linux-handhelds-2.6_cvs.bb	5c39683472777ac7550b2e971e6a38949cce4350
@@ -26,7 +26,7 @@ K_MICRO = "17"
 K_MAJOR = "2"
 K_MINOR = "6"
 K_MICRO = "17"
-HHV     = "1"
+HHV     = "2"
 #
 
 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)))}"






More information about the Openembedded-commits mailing list