mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-05-09 05:29:22 +00:00
linux-raspberrypi_dev: Disable version sanity check
Signed-off-by: Paul Barker <pbarker@toganlabs.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-4.9:"
|
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-4.9:"
|
||||||
|
|
||||||
LINUX_VERSION ?= "4.10.0-rc8"
|
LINUX_VERSION ?= "4.10"
|
||||||
LINUX_RPI_DEV_BRANCH ?= "rpi-4.10.y"
|
LINUX_RPI_DEV_BRANCH ?= "rpi-4.10.y"
|
||||||
|
|
||||||
SRCREV = "${AUTOREV}"
|
SRCREV = "${AUTOREV}"
|
||||||
@@ -12,3 +12,7 @@ require linux-raspberrypi.inc
|
|||||||
# set by default in rpi-4.8.y and later branches so we need to provide it
|
# set by default in rpi-4.8.y and later branches so we need to provide it
|
||||||
# manually. This value unused if KERNEL_IMAGETYPE is not uImage.
|
# manually. This value unused if KERNEL_IMAGETYPE is not uImage.
|
||||||
KERNEL_EXTRA_ARGS += "LOADADDR=0x00008000"
|
KERNEL_EXTRA_ARGS += "LOADADDR=0x00008000"
|
||||||
|
|
||||||
|
# Disable version check so that we don't have to edit this recipe every time
|
||||||
|
# upstream bumps the version
|
||||||
|
KERNEL_VERSION_SANITY_SKIP = "1"
|
||||||
|
|||||||
Reference in New Issue
Block a user