[oe-commits] org.oe.dev linux-davinci: fix thinko, you can't use ?= with srcrev, since bitbake.conf still sets it

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


linux-davinci: fix thinko, you can't use ?= with srcrev, since bitbake.conf still sets it
* Mickey, how does that fit into your "no distro" proposal?

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

#
# mt diff -r9de6d1cc55ed277feb51cfa3fef44b8e3f591e9e -rb8d314e8bafeeea7eff4d0c92e8a55670967d6c8
#
#
#
# patch "packages/linux/linux-davinci_2.6.x+git-davinci.bb"
#  from [a8e9551ca53a83bff37a9675bae9c2434001c793]
#    to [1ac416bdfaa26fe04872b69e10527d05b0f767e7]
#
============================================================
--- packages/linux/linux-davinci_2.6.x+git-davinci.bb	a8e9551ca53a83bff37a9675bae9c2434001c793
+++ packages/linux/linux-davinci_2.6.x+git-davinci.bb	1ac416bdfaa26fe04872b69e10527d05b0f767e7
@@ -1,9 +1,10 @@ require linux-omap.inc
 require linux-omap.inc
 
 # 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"
+# or override in it local.conf like this: DAVINCI_SRCREV_pn-linux-davinci = "${@bb.fetch.get_srcrev(d)}"
+#DAVINCI_SRCREV = "${@bb.fetch.get_srcrev(d)}"
+DAVINCI_SRCREV ?= "758eda6a823eacb2412b3c71da5f0ad07a16469d"
+SRCREV = "${DAVINCI_SRCREV}"
 
 PV = "2.6.24+2.6.25-rc8-git${SRCREV}"
 PR = "r1"






More information about the Openembedded-commits mailing list