mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-01-12 03:10:08 +00:00
Merge pull request #6 from GaryThomas/master
linux-raspberrypi: Fix kernel build when host uses make 3.82
This commit is contained in:
@@ -27,3 +27,7 @@ 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."
|
||||
}
|
||||
|
||||
do_install_prepend() {
|
||||
install -d ${D}/lib/firmware
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user