diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2014-02-21 10:27:54 +0200 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2014-02-21 10:27:54 +0200 |
commit | d06976118b4156241f6f85941f6df7fe39aebb05 (patch) | |
tree | 5432d08e17b002925ee8391d7ce42dcbc192c8fd | |
parent | 8ba072fa768638301660df77a5dee995f13249c9 (diff) | |
download | meta-raspberrypi-d06976118b4156241f6f85941f6df7fe39aebb05.tar.gz |
linux-raspberrypi: Add v3.13.3
Change-Id: Iace039740f3b1b910d65bd3a2c82dc08836fde57
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rw-r--r-- | recipes-kernel/linux/linux-raspberrypi_3.13.3.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-raspberrypi_3.13.3.bb b/recipes-kernel/linux/linux-raspberrypi_3.13.3.bb new file mode 100644 index 0000000..078c031 --- /dev/null +++ b/recipes-kernel/linux/linux-raspberrypi_3.13.3.bb | |||
@@ -0,0 +1,6 @@ | |||
1 | SRCREV = "660b0008f5d318d8a29187b64c8717e75ad14c1c" | ||
2 | SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-3.13.y \ | ||
3 | file://sl030raspberrypii2ckernel.patch \ | ||
4 | " | ||
5 | |||
6 | require linux-raspberrypi.inc | ||