diff options
author | Gary Thomas <gary@mlbassoc.com> | 2012-05-21 13:55:39 -0600 |
---|---|---|
committer | Gary Thomas <gary@mlbassoc.com> | 2012-05-21 13:55:39 -0600 |
commit | d298418c6e92227f424748fe1335c7a3ae3acaa6 (patch) | |
tree | 26fa0d002227eae9581502ec51be09cad5b921cc | |
parent | d9bffb9463507c7776442f129302d3a976a7fc62 (diff) | |
download | meta-raspberrypi-d298418c6e92227f424748fe1335c7a3ae3acaa6.tar.gz |
linux-raspberrypi: Fix build issue with make 3.82
Signed-off-by: Gary Thomas <gary@mlbassoc.com>
-rwxr-xr-x | recipes-kernel/linux/linux-raspberrypi_3.1.9.bb | 4 |
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 = "" | |||
27 | do_configure_prepend() { | 27 | do_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 | |||
31 | do_install_prepend() { | ||
32 | install -d ${D}/lib/firmware | ||
33 | } | ||