diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2013-11-29 11:46:37 +0200 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2013-11-29 11:46:41 +0200 |
commit | 3f519e6b898560f3a4ed070d2f8a1e8b039a399c (patch) | |
tree | 83dd1f20c17fa8a800132a581058170f742c872d | |
parent | eff5ec9b75f2df6f06645fcc673bce7ca35fdc51 (diff) | |
download | meta-raspberrypi-3f519e6b898560f3a4ed070d2f8a1e8b039a399c.tar.gz |
linux-raspberrypi_3.10.18: Fix commit SHA
The remote SHA used is no longer available in github. Move to a
usable one.
Fixies this build error:
fatal: reference is not a tree: ae937f99fee8a37f2ddd7270f6bcc0e497e8c903
on raspberry 3.10 kernel:
raspberrypi-poky-linux-gnueabi/linux-raspberrypi/3.10.18+gitae937f99fee8a37f2ddd7270f6bcc0e497e8c903-r0
More info: https://trello.com/c/tQ7l8ftd
Change-Id: I9fcc571622cbe4adb8ed99b11e5d6889e791d555
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rw-r--r-- | recipes-kernel/linux/linux-raspberrypi_3.10.18.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-raspberrypi_3.10.18.bb b/recipes-kernel/linux/linux-raspberrypi_3.10.18.bb index 84d6fce..83bf253 100644 --- a/recipes-kernel/linux/linux-raspberrypi_3.10.18.bb +++ b/recipes-kernel/linux/linux-raspberrypi_3.10.18.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | SRCREV = "ae937f99fee8a37f2ddd7270f6bcc0e497e8c903" | 1 | SRCREV = "b49aafd02fa7572d387acd34550beea5b4c3d239" |
2 | SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-3.10.y \ | 2 | SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-3.10.y \ |
3 | file://sl030raspberrypii2ckernel.patch \ | 3 | file://sl030raspberrypii2ckernel.patch \ |
4 | " | 4 | " |