diff options
| -rw-r--r-- | recipes-kernel/linux/linux-raspberrypi_dev.bb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-raspberrypi_dev.bb b/recipes-kernel/linux/linux-raspberrypi_dev.bb index d6cfd50..ee3c5a6 100644 --- a/recipes-kernel/linux/linux-raspberrypi_dev.bb +++ b/recipes-kernel/linux/linux-raspberrypi_dev.bb | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-4.9:" | 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-4.9:" |
| 2 | 2 | ||
| 3 | LINUX_VERSION ?= "4.10.0-rc8" | 3 | LINUX_VERSION ?= "4.10" |
| 4 | LINUX_RPI_DEV_BRANCH ?= "rpi-4.10.y" | 4 | LINUX_RPI_DEV_BRANCH ?= "rpi-4.10.y" |
| 5 | 5 | ||
| 6 | SRCREV = "${AUTOREV}" | 6 | SRCREV = "${AUTOREV}" |
| @@ -12,3 +12,7 @@ require linux-raspberrypi.inc | |||
| 12 | # set by default in rpi-4.8.y and later branches so we need to provide it | 12 | # set by default in rpi-4.8.y and later branches so we need to provide it |
| 13 | # manually. This value unused if KERNEL_IMAGETYPE is not uImage. | 13 | # manually. This value unused if KERNEL_IMAGETYPE is not uImage. |
| 14 | KERNEL_EXTRA_ARGS += "LOADADDR=0x00008000" | 14 | KERNEL_EXTRA_ARGS += "LOADADDR=0x00008000" |
| 15 | |||
| 16 | # Disable version check so that we don't have to edit this recipe every time | ||
| 17 | # upstream bumps the version | ||
| 18 | KERNEL_VERSION_SANITY_SKIP = "1" | ||
