From c8057784c18687ac787bd60eb68993a1b0933e18 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Tue, 15 May 2012 11:54:51 +0100 Subject: linux-raspberrypi: fix for parallel make install failures Disable parallel "make install" as this seems to fail with -j4. Signed-off-by: Paul Eggleton --- recipes-kernel/linux/linux-raspberrypi_3.1.9.bb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'recipes-kernel') 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 DESCRIPTION = "Linux kernel for the RaspberryPi board" +PR = "r1" + # Bump MACHINE_KERNEL_PR in the machine config if you update the kernel. # This is on the rpi-patches branch SRCREV = "0ec4154d64ebba48ca2446cde60a90546311defc" @@ -20,6 +22,8 @@ S = "${WORKDIR}/git" KERNEL_DEFCONFIG = "bcmrpi_defconfig" +PARALLEL_MAKEINST = "" + do_configure_prepend() { install -m 0644 ${S}/arch/${ARCH}/configs/${KERNEL_DEFCONFIG} ${WORKDIR}/defconfig || die "No default configuration for ${MACHINE} / ${KERNEL_DEFCONFIG} available." } -- cgit v1.2.3-54-g00ecf