aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-04-15 20:35:40 +0000
committerKoen Kooi <koen@openembedded.org>2008-04-15 20:35:40 +0000
commit5a851a713f34dd2443f76d5f61550b4ccc650437 (patch)
treea32ef4e8f1c42c43d9bc494f1a22f82fc5de6401
parentc19efed4a69c2f204e08f00b80b7afaf3d5041f6 (diff)
downloadopenembedded-5a851a713f34dd2443f76d5f61550b4ccc650437.tar.gz
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?
-rw-r--r--packages/linux/linux-davinci_2.6.x+git-davinci.bb7
1 files changed, 4 insertions, 3 deletions
diff --git a/packages/linux/linux-davinci_2.6.x+git-davinci.bb b/packages/linux/linux-davinci_2.6.x+git-davinci.bb
index c5509d0dc9..0719b47466 100644
--- a/packages/linux/linux-davinci_2.6.x+git-davinci.bb
+++ b/packages/linux/linux-davinci_2.6.x+git-davinci.bb
@@ -1,9 +1,10 @@
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"