summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-raspberrypi-dev.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/linux-raspberrypi-dev.bb')
-rw-r--r--recipes-kernel/linux/linux-raspberrypi-dev.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-raspberrypi-dev.bb b/recipes-kernel/linux/linux-raspberrypi-dev.bb
index 7e242eb..dd0ee6a 100644
--- a/recipes-kernel/linux/linux-raspberrypi-dev.bb
+++ b/recipes-kernel/linux/linux-raspberrypi-dev.bb
@@ -11,8 +11,10 @@ LINUX_VERSION ?= "4.15"
11LINUX_RPI_DEV_BRANCH ?= "rpi-4.15.y" 11LINUX_RPI_DEV_BRANCH ?= "rpi-4.15.y"
12 12
13SRCREV = "${AUTOREV}" 13SRCREV = "${AUTOREV}"
14SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=${LINUX_RPI_DEV_BRANCH} \ 14SRC_URI = " \
15" 15 git://github.com/raspberrypi/linux.git;protocol=git;branch=${LINUX_RPI_DEV_BRANCH} \
16 file://0001-menuconfig-check-lxdiaglog.sh-Allow-specification-of.patch \
17 "
16require linux-raspberrypi.inc 18require linux-raspberrypi.inc
17 19
18# Disable version check so that we don't have to edit this recipe every time 20# Disable version check so that we don't have to edit this recipe every time