diff options
-rw-r--r-- | recipes-kernel/linux/linux-raspberrypi-dev.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-raspberrypi-dev.bb b/recipes-kernel/linux/linux-raspberrypi-dev.bb index 0879bcb..05a7ea2 100644 --- a/recipes-kernel/linux/linux-raspberrypi-dev.bb +++ b/recipes-kernel/linux/linux-raspberrypi-dev.bb | |||
@@ -7,8 +7,8 @@ python __anonymous() { | |||
7 | 7 | ||
8 | FILESEXTRAPATHS_prepend := "${THISDIR}/linux-raspberrypi:" | 8 | FILESEXTRAPATHS_prepend := "${THISDIR}/linux-raspberrypi:" |
9 | 9 | ||
10 | LINUX_VERSION ?= "4.11" | 10 | LINUX_VERSION ?= "4.12" |
11 | LINUX_RPI_DEV_BRANCH ?= "rpi-4.11.y" | 11 | LINUX_RPI_DEV_BRANCH ?= "rpi-4.12.y" |
12 | 12 | ||
13 | SRCREV = "${AUTOREV}" | 13 | SRCREV = "${AUTOREV}" |
14 | SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=${LINUX_RPI_DEV_BRANCH} \ | 14 | SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=${LINUX_RPI_DEV_BRANCH} \ |