mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 21:09:03 +02:00
linux-raspberrypi: fix for parallel make install failures
Disable parallel "make install" as this seems to fail with -j4. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
This commit is contained in:
parent
595b974df1
commit
c8057784c1
|
@ -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."
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user