summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGary Thomas <gary@mlbassoc.com>2012-05-21 13:55:39 -0600
committerGary Thomas <gary@mlbassoc.com>2012-05-21 13:55:39 -0600
commitd298418c6e92227f424748fe1335c7a3ae3acaa6 (patch)
tree26fa0d002227eae9581502ec51be09cad5b921cc
parentd9bffb9463507c7776442f129302d3a976a7fc62 (diff)
downloadmeta-raspberrypi-d298418c6e92227f424748fe1335c7a3ae3acaa6.tar.gz
linux-raspberrypi: Fix build issue with make 3.82
Signed-off-by: Gary Thomas <gary@mlbassoc.com>
-rwxr-xr-xrecipes-kernel/linux/linux-raspberrypi_3.1.9.bb4
1 files changed, 4 insertions, 0 deletions
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 = ""
27do_configure_prepend() { 27do_configure_prepend() {
28 install -m 0644 ${S}/arch/${ARCH}/configs/${KERNEL_DEFCONFIG} ${WORKDIR}/defconfig || die "No default configuration for ${MACHINE} / ${KERNEL_DEFCONFIG} available." 28 install -m 0644 ${S}/arch/${ARCH}/configs/${KERNEL_DEFCONFIG} ${WORKDIR}/defconfig || die "No default configuration for ${MACHINE} / ${KERNEL_DEFCONFIG} available."
29} 29}
30
31do_install_prepend() {
32 install -d ${D}/lib/firmware
33}