diff options
author | Koen Kooi <koen@openembedded.org> | 2008-04-15 20:10:47 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-04-15 20:10:47 +0000 |
commit | c19efed4a69c2f204e08f00b80b7afaf3d5041f6 (patch) | |
tree | ab3206a77cf99e52db39236e6390b62ff98e90cf /packages/linux | |
parent | 0d63fce9cd52178d3b3095f7babfff927945a334 (diff) |
linux-davince: fix PV and anchor SRCREV inside the recipe to avoid reparse penalties
Diffstat (limited to 'packages/linux')
-rw-r--r-- | packages/linux/linux-davinci_2.6.x+git-davinci.bb | 7 |
1 files changed, 6 insertions, 1 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 fd0caabd24..c5509d0dc9 100644 --- a/packages/linux/linux-davinci_2.6.x+git-davinci.bb +++ b/packages/linux/linux-davinci_2.6.x+git-davinci.bb @@ -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)" |