diff options
author | Koen Kooi <koen@openembedded.org> | 2008-06-03 08:23:41 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-06-03 08:23:41 +0000 |
commit | 737053a9042936f34fccd6e2e621641ffa30c0c3 (patch) | |
tree | 97c6e57c35c6f3a0b7275da3b4a0077f050831f4 | |
parent | 46dbfeaa1a00e258a5ffe3b961d68ee00fceaab8 (diff) |
linux-neuros git: bump SRCREV and switch branch
-rw-r--r-- | packages/linux/linux-neuros_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/linux/linux-neuros_git.bb b/packages/linux/linux-neuros_git.bb index a401d3cd4f..069a8e1d2b 100644 --- a/packages/linux/linux-neuros_git.bb +++ b/packages/linux/linux-neuros_git.bb @@ -2,14 +2,14 @@ require linux.inc DESCRIPTION = "Linux kernel for Neuros OSD devices" -SRCREV = "762a79f191c87f5b9030c8c19eb3c9dbfaf315bd" +SRCREV = "e471e0899c93ad2fbfcee967178a8fbb1f33983c" PV = "2.6.23-${PR}+git${SRCREV}" PR = "r0" COMPATIBLE_MACHINE = "(neuros-osd|neuros-osd2)" -SRC_URI = "git://git.neurostechnology.com/git/linux-davinci-2.6;protocol=git \ +SRC_URI = "git://git.neurostechnology.com/git/linux-davinci-2.6;protocol=git;branch=neuros \ file://defconfig" S = "${WORKDIR}/git" |