mirror of
git://git.yoctoproject.org/meta-raspberrypi
synced 2026-04-02 02:49:12 +00: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…
x
Reference in New Issue
Block a user