diff options
author | Paul Barker <paul@betafive.co.uk> | 2019-03-09 18:07:35 +0000 |
---|---|---|
committer | Paul Barker <paul@betafive.co.uk> | 2019-03-09 18:07:37 +0000 |
commit | 42b1a04cf8db1b2758e47bf186ed9b28157c30fc (patch) | |
tree | 9d0afd89b536eb08a38bec8de92f08ee297fd7be | |
parent | 852685c994aaffa0ac4581451716fa555ed3ef49 (diff) | |
download | meta-raspberrypi-pbarker/kernel-fixes.tar.gz |
linux-raspberrypi 4.9: Drop old versionpbarker/kernel-fixes
The rpi-4.9.y branch has not been updated since July 2018.
Signed-off-by: Paul Barker <paul@betafive.co.uk>
-rw-r--r-- | recipes-kernel/linux/linux-raspberrypi_4.9.bb | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/recipes-kernel/linux/linux-raspberrypi_4.9.bb b/recipes-kernel/linux/linux-raspberrypi_4.9.bb deleted file mode 100644 index b3f3248..0000000 --- a/recipes-kernel/linux/linux-raspberrypi_4.9.bb +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:" | ||
2 | |||
3 | LINUX_VERSION ?= "4.9.80" | ||
4 | |||
5 | SRCREV = "7f9c648dad6473469b4133898fa6bb8d818ecff9" | ||
6 | SRC_URI = " \ | ||
7 | git://github.com/raspberrypi/linux.git;branch=rpi-4.9.y \ | ||
8 | file://0001-menuconfig-check-lxdiaglog.sh-Allow-specification-of.patch \ | ||
9 | " | ||
10 | |||
11 | require linux-raspberrypi.inc | ||