diff options
| -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 | ||
