diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2015-10-21 20:48:45 +0200 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2015-10-21 20:48:45 +0200 |
commit | 5546748231fa60524ef361fc5f34f0a6726e81c4 (patch) | |
tree | e35f251b073855a9645a1870db74d6e5814774ed | |
parent | 0d7f01df10b10f827844e6627c4fa45f84698823 (diff) | |
download | meta-raspberrypi-5546748231fa60524ef361fc5f34f0a6726e81c4.tar.gz |
linux-raspberrypi: Remove old 3.12 version
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rw-r--r-- | recipes-kernel/linux/linux-raspberrypi_3.12.bb | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/recipes-kernel/linux/linux-raspberrypi_3.12.bb b/recipes-kernel/linux/linux-raspberrypi_3.12.bb deleted file mode 100644 index 71fba49..0000000 --- a/recipes-kernel/linux/linux-raspberrypi_3.12.bb +++ /dev/null | |||
@@ -1,7 +0,0 @@ | |||
1 | LINUX_VERSION ?= "3.12.36" | ||
2 | |||
3 | SRCREV = "ee9b8c7d46f2b1787b1e64604acafc70f70191cf" | ||
4 | SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-3.12.y \ | ||
5 | " | ||
6 | |||
7 | require linux-raspberrypi.inc | ||