summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-kernel/linux/linux-raspberrypi.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-raspberrypi.inc b/recipes-kernel/linux/linux-raspberrypi.inc
index d60a3e9..70e8bfe 100644
--- a/recipes-kernel/linux/linux-raspberrypi.inc
+++ b/recipes-kernel/linux/linux-raspberrypi.inc
@@ -12,7 +12,8 @@ SRC_URI += " \
12 12
13COMPATIBLE_MACHINE = "raspberrypi" 13COMPATIBLE_MACHINE = "raspberrypi"
14 14
15PV = "${LINUX_VERSION}+git${SRCREV}" 15PE = "1"
16PV = "${LINUX_VERSION}+git${SRCPV}"
16 17
17# NOTE: For now we pull in the default config from the RPi kernel GIT tree. 18# NOTE: For now we pull in the default config from the RPi kernel GIT tree.
18KERNEL_DEFCONFIG_raspberrypi ?= "bcmrpi_defconfig" 19KERNEL_DEFCONFIG_raspberrypi ?= "bcmrpi_defconfig"