diff options
author | Philip Balister <philip@balister.org> | 2008-07-30 13:52:08 +0000 |
---|---|---|
committer | Philip Balister <philip@balister.org> | 2008-07-30 13:52:08 +0000 |
commit | 885277209e0653dcb15b44f64ccf49adb87d6e7d (patch) | |
tree | df5cdc16decff6e5455db2927f7ac9254d3cbeb2 /packages/linux | |
parent | 937afdde183b5b6bc4706f28f37cf663e19b327a (diff) | |
parent | 406f35f49ec38841f6c5702725565759a67598c1 (diff) |
merge of '648476e08584946c4059307fb756f1cd7f7fa603'
and 'eb28dc45b262f9456efc6bd50fbcf80645179f8f'
Diffstat (limited to 'packages/linux')
-rw-r--r-- | packages/linux/linux-davinci_2.6.x+git-davinci.bb | 4 |
1 files changed, 2 insertions, 2 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 50c2eaad58..5b5a55aaf3 100644 --- a/packages/linux/linux-davinci_2.6.x+git-davinci.bb +++ b/packages/linux/linux-davinci_2.6.x+git-davinci.bb @@ -3,12 +3,12 @@ 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: DAVINCI_SRCREV_pn-linux-davinci = "${@bb.fetch.get_srcrev(d)}" #DAVINCI_SRCREV = "${@bb.fetch.get_srcrev(d)}" -DAVINCI_SRCREV ?= "e23e6d5c446074082d93285f21cf95ed0d537a6f" +DAVINCI_SRCREV ?= "f5691bc8f65a08a6cb9900a5c7099a36b2b9b7a7" SRCREV = "${DAVINCI_SRCREV}" PV = "2.6.25" #PV = "2.6.25+2.6.26-rc0+git${SRCREV}" -PR = "r1" +PR = "r2" COMPATIBLE_MACHINE = "(davinci-dvevm|davinci-sffsdr)" |