mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 12:19:01 +02:00
linux-raspberrypi: Fix build issue with make 3.82
Signed-off-by: Gary Thomas <gary@mlbassoc.com>
This commit is contained in:
parent
d9bffb9463
commit
d298418c6e
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user