diff options
author | Khem Raj <raj.khem@gmail.com> | 2016-10-13 01:15:31 -0700 |
---|---|---|
committer | Andrei Gherzan <andrei@resin.io> | 2016-10-14 09:19:15 +0200 |
commit | ecd8875d6d8b9e34a1e70e8bbd59871c355e687a (patch) | |
tree | 59459a0314d4d0ee23dd7757806f0f1325838f14 /recipes-kernel | |
parent | 05be947a31df873405cdd70ada210c9f7f7b132f (diff) | |
download | meta-raspberrypi-ecd8875d6d8b9e34a1e70e8bbd59871c355e687a.tar.gz |
linux-raspberrypi: Add recipe for 4.8 release
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/linux/linux-raspberrypi_4.8.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-raspberrypi_4.8.bb b/recipes-kernel/linux/linux-raspberrypi_4.8.bb new file mode 100644 index 0000000..02623f4 --- /dev/null +++ b/recipes-kernel/linux/linux-raspberrypi_4.8.bb | |||
@@ -0,0 +1,8 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:" | ||
2 | |||
3 | LINUX_VERSION ?= "4.8.1" | ||
4 | |||
5 | SRCREV = "5b7970b19bbb2ea1620591bfb6517848696ed0b9" | ||
6 | SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-4.8.y \ | ||
7 | " | ||
8 | require linux-raspberrypi.inc | ||