diff options
author | Khem Raj <raj.khem@gmail.com> | 2016-02-13 12:39:09 -0800 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2016-03-10 15:15:44 +0100 |
commit | 2c19e8882f244e3f01bca058b54cfe4df854b93e (patch) | |
tree | c6f279cd3308d81ea08b281ca69b7c878c99acd3 | |
parent | 00962adc49f43dd55ffb2e1b6f296ef7272ff386 (diff) | |
download | meta-raspberrypi-2c19e8882f244e3f01bca058b54cfe4df854b93e.tar.gz |
linux-raspberrypi: Add recipe for 4.4 release
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rw-r--r-- | recipes-kernel/linux/linux-raspberrypi_4.4.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-raspberrypi_4.4.bb b/recipes-kernel/linux/linux-raspberrypi_4.4.bb new file mode 100644 index 0000000..47084e4 --- /dev/null +++ b/recipes-kernel/linux/linux-raspberrypi_4.4.bb | |||
@@ -0,0 +1,6 @@ | |||
1 | LINUX_VERSION ?= "4.4.1" | ||
2 | |||
3 | SRCREV = "52d3149aba3c684db1b6c739ca794dc330d92929" | ||
4 | SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-4.4.y" | ||
5 | |||
6 | require linux-raspberrypi.inc | ||