diff options
| author | Alex J Lennon <ajlennon@dynamicdevices.co.uk> | 2015-08-11 13:30:23 +0100 |
|---|---|---|
| committer | Andrei Gherzan <andrei@gherzan.ro> | 2015-10-21 14:44:27 +0200 |
| commit | 36c2501130fcfdc4ce59bb3420aa4f9b9afb0fad (patch) | |
| tree | 6c53d63b3518bf2e95b2f276d688ce31aa23ff9f /recipes-kernel | |
| parent | 10a5bace87c19e50014f838031e8f3db334b45b7 (diff) | |
| download | meta-raspberrypi-36c2501130fcfdc4ce59bb3420aa4f9b9afb0fad.tar.gz | |
linux-raspberrypi: support kernel 4.1.3
Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
Diffstat (limited to 'recipes-kernel')
| -rw-r--r-- | recipes-kernel/linux/linux-raspberrypi_4.1.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-raspberrypi_4.1.bb b/recipes-kernel/linux/linux-raspberrypi_4.1.bb new file mode 100644 index 0000000..637c5b2 --- /dev/null +++ b/recipes-kernel/linux/linux-raspberrypi_4.1.bb | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | LINUX_VERSION ?= "4.1.3" | ||
| 2 | |||
| 3 | SRCREV = "2a2dc4e5e4946e75b98c71eacc3660e913dbd302" | ||
| 4 | SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-4.1.y" | ||
| 5 | |||
| 6 | require linux-raspberrypi.inc | ||
