linux-davince: fix PV and anchor SRCREV inside the recipe to avoid reparse penalties
authorKoen Kooi <koen@openembedded.org>
Tue, 15 Apr 2008 20:10:47 +0000 (20:10 +0000)
committerKoen Kooi <koen@openembedded.org>
Tue, 15 Apr 2008 20:10:47 +0000 (20:10 +0000)
packages/linux/linux-davinci_2.6.x+git-davinci.bb

index fd0caab..c5509d0 100644 (file)
@@ -1,6 +1,11 @@
 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)"