From d298418c6e92227f424748fe1335c7a3ae3acaa6 Mon Sep 17 00:00:00 2001 From: Gary Thomas Date: Mon, 21 May 2012 13:55:39 -0600 Subject: [PATCH] linux-raspberrypi: Fix build issue with make 3.82 Signed-off-by: Gary Thomas --- recipes-kernel/linux/linux-raspberrypi_3.1.9.bb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/recipes-kernel/linux/linux-raspberrypi_3.1.9.bb b/recipes-kernel/linux/linux-raspberrypi_3.1.9.bb index 1ab698b..ab5c6a0 100755 --- a/recipes-kernel/linux/linux-raspberrypi_3.1.9.bb +++ b/recipes-kernel/linux/linux-raspberrypi_3.1.9.bb @@ -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 +}