[oe-commits] org.oe.dev linux-davince: fix PV and anchor SRCREV inside the recipe to avoid reparse penalties

koen commit oe at amethyst.openembedded.net
Tue Apr 15 20:15:30 UTC 2008


linux-davince: fix PV and anchor SRCREV inside the recipe to avoid reparse penalties

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 9de6d1cc55ed277feb51cfa3fef44b8e3f591e9e
ViewMTN: http://monotone.openembedded.org/revision/info/9de6d1cc55ed277feb51cfa3fef44b8e3f591e9e
Files:
1
packages/linux/linux-davinci_2.6.x+git-davinci.bb
Diffs:

#
# mt diff -r93a15d8bb6cbcc16250fc370b1f1006cc325e248 -r9de6d1cc55ed277feb51cfa3fef44b8e3f591e9e
#
#
#
# patch "packages/linux/linux-davinci_2.6.x+git-davinci.bb"
#  from [7e87a307c64d6118e078e55369d27faa7c0e55c1]
#    to [a8e9551ca53a83bff37a9675bae9c2434001c793]
#
============================================================
--- packages/linux/linux-davinci_2.6.x+git-davinci.bb	7e87a307c64d6118e078e55369d27faa7c0e55c1
+++ packages/linux/linux-davinci_2.6.x+git-davinci.bb	a8e9551ca53a83bff37a9675bae9c2434001c793
@@ -1,6 +1,11 @@ require linux-omap.inc
 require linux-omap.inc
 
-PV = "2.6.x+git${SRCDATE}"
+# uncomment the below to get the latest and greatest and avoid a full reparse
+# or override in it local.conf like this: SRCREV_pn-linux-davinci = "${@bb.fetch.get_srcrev(d)}"
+#SRCREV = "${@bb.fetch.get_srcrev(d)}"
+SRCREV ?= "758eda6a823eacb2412b3c71da5f0ad07a16469d"
+
+PV = "2.6.24+2.6.25-rc8-git${SRCREV}"
 PR = "r1"
 
 COMPATIBLE_MACHINE = "(davinci-dvevm|davinci-sffsdr)"






More information about the Openembedded-commits mailing list