diff options
| -rwxr-xr-x | recipes-kernel/linux/linux-raspberrypi_3.1.9.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-raspberrypi_3.1.9.bb b/recipes-kernel/linux/linux-raspberrypi_3.1.9.bb index 8a24051..1ab698b 100755 --- a/recipes-kernel/linux/linux-raspberrypi_3.1.9.bb +++ b/recipes-kernel/linux/linux-raspberrypi_3.1.9.bb | |||
| @@ -4,6 +4,8 @@ require linux.inc | |||
| 4 | 4 | ||
| 5 | DESCRIPTION = "Linux kernel for the RaspberryPi board" | 5 | DESCRIPTION = "Linux kernel for the RaspberryPi board" |
| 6 | 6 | ||
| 7 | PR = "r1" | ||
| 8 | |||
| 7 | # Bump MACHINE_KERNEL_PR in the machine config if you update the kernel. | 9 | # Bump MACHINE_KERNEL_PR in the machine config if you update the kernel. |
| 8 | # This is on the rpi-patches branch | 10 | # This is on the rpi-patches branch |
| 9 | SRCREV = "0ec4154d64ebba48ca2446cde60a90546311defc" | 11 | SRCREV = "0ec4154d64ebba48ca2446cde60a90546311defc" |
| @@ -20,6 +22,8 @@ S = "${WORKDIR}/git" | |||
| 20 | 22 | ||
| 21 | KERNEL_DEFCONFIG = "bcmrpi_defconfig" | 23 | KERNEL_DEFCONFIG = "bcmrpi_defconfig" |
| 22 | 24 | ||
| 25 | PARALLEL_MAKEINST = "" | ||
| 26 | |||
| 23 | do_configure_prepend() { | 27 | do_configure_prepend() { |
| 24 | install -m 0644 ${S}/arch/${ARCH}/configs/${KERNEL_DEFCONFIG} ${WORKDIR}/defconfig || die "No default configuration for ${MACHINE} / ${KERNEL_DEFCONFIG} available." | 28 | install -m 0644 ${S}/arch/${ARCH}/configs/${KERNEL_DEFCONFIG} ${WORKDIR}/defconfig || die "No default configuration for ${MACHINE} / ${KERNEL_DEFCONFIG} available." |
| 25 | } | 29 | } |
