diff options
Diffstat (limited to 'recipes-kernel/linux/linux-raspberrypi-dev.bb')
| -rw-r--r-- | recipes-kernel/linux/linux-raspberrypi-dev.bb | 6 |
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" | |||
| 11 | LINUX_RPI_DEV_BRANCH ?= "rpi-4.15.y" | 11 | LINUX_RPI_DEV_BRANCH ?= "rpi-4.15.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 = " \ |
| 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 | " | ||
| 16 | require linux-raspberrypi.inc | 18 | require 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 |
