diff options
author | Paul Barker <paul@paulbarker.me.uk> | 2017-01-16 07:26:57 +0000 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2017-01-18 17:08:00 +0100 |
commit | ac715f78f86f3edd7252ccca3fc35f81c6002604 (patch) | |
tree | cddeffca66e8332549b679b159fba6b6502eb792 | |
parent | 6dcdb7fba382cf496205799c2672195274de350d (diff) | |
download | meta-raspberrypi-ac715f78f86f3edd7252ccca3fc35f81c6002604.tar.gz |
linux-raspberrypi: Drop v4.8
Signed-off-by: Paul Barker <paul@paulbarker.me.uk>
-rw-r--r-- | recipes-kernel/linux/linux-raspberrypi_4.8.bb | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/recipes-kernel/linux/linux-raspberrypi_4.8.bb b/recipes-kernel/linux/linux-raspberrypi_4.8.bb deleted file mode 100644 index be25e65..0000000 --- a/recipes-kernel/linux/linux-raspberrypi_4.8.bb +++ /dev/null | |||
@@ -1,8 +0,0 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:" | ||
2 | |||
3 | LINUX_VERSION ?= "4.8.16" | ||
4 | |||
5 | SRCREV = "061dccce6cf6705bbb5da29a643f4b0ad1d11630" | ||
6 | SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-4.8.y \ | ||
7 | " | ||
8 | require linux-raspberrypi.inc | ||